Webhooks
Create a webhook
Create a new webhook endpoint. Maximum 10 webhooks per user. The webhook secret is only returned on creation - save it securely.
post/webhooks
Request body
Example request
{
"name": "Production webhook",
"url": "https://example.com/webhooks/publora",
"events": [
"post.published",
"post.failed"
]
}Response
Webhook created
Example response
{
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.