Event notification
When an event you've subscribed to occurs, Buttondown sends an HTTP POST to your configured webhook URL. If the webhook has a signing key, the request carries an X-Buttondown-Signature: sha256=<hmac> header — an HMAC-SHA256 of the raw request body keyed with your signing key. Respond with any 2xx status to acknowledge receipt; five consecutive non-2xx responses disable the webhook.
postWebhookevent
Payload
Example payload
{
"id": "ext_evt_00000000000000000000000000"
}Response
Return any 2xx status to acknowledge the event.