Create Webhook
Creates a new webhook in Buttondown.
POST
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
array of stringrequired
Exact Buttondown webhook event types to subscribe to.
stringrequired
Destination URL for webhook POST requests.
string
Whether the webhook is enabled or disabled.
string
Optional internal description for the webhook.
Uncommon arguments
string
Optional HMAC signing key for webhook verification.