Webhooks
Create webhook
Create an outgoing webhook. Returns the signing secret. Does not send a test.
POST
Requires manage webhooks. Created
enabled. There is no status field on this request.
string
required
Public
http/https URL. Max 255. Private, loopback, and link-local addresses return 422 on errors.endpoint.array
required
At least one of:
post.created, post.scheduled, post.unscheduled, post.published, post.partially_published, post.failed, post.deleted, account.connected, account.disconnected.201 with signing_secret. Store it. Creating does not ping the URL — use send test.

