Article published
Sent to your endpoint when an article becomes public. Every delivery is signed following the [Standard Webhooks](https://www.standardwebhooks.com/) spec: verify `webhook-id`, `webhook-timestamp` and `webhook-signature` with your signing secret before acting on the body. One attempt per event, no retries.
Sent to your endpoint when an article becomes public. Every delivery is signed following the Standard Webhooks spec: verify webhook-id, webhook-timestamp and webhook-signature with your signing secret before acting on the body. One attempt per event, no retries.
Request Body
application/json
Event payload
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
Example Requests
/article.publishedUpdate an article PATCH
Update editable fields on an article — currently `content` and `metaDescription`. Send only the fields you want to change. Returns the full updated article.
Published article updated Webhook
Sent to your endpoint when an already-published article's content changes. Every delivery is signed following the [Standard Webhooks](https://www.standardwebhooks.com/) spec: verify `webhook-id`, `webhook-timestamp` and `webhook-signature` with your signing secret before acting on the body. One attempt per event, no retries.