Configuration Basics
You can configure webhooks directly via the dashboard under Settings > Webhooks or by using our API. Each webhook requires:- A valid Endpoint URL (HTTPS strongly recommended).
- One or more Event Categories you wish to subscribe to.
Your plan determines how many active webhook subscriptions you can maintain simultaneously.
Payload Template Examples
UsepayloadTemplate to customize the JSON body sent to your endpoint. Available template variables are:
{{event}}{{category}}{{timestamp}}{{data}}{{data.any_field}}(for nested event-specific fields)
1) Generic JSON Envelope
2) Discord-Friendly Payload
3) Slack Block Kit Style Payload
If a variable is missing in the underlying event data, the placeholder remains unchanged (for example,
{{data.postId}}).Webhook Limits & Retention
Depending on your subscription plan, the retention of your webhook delivery logs and the number of webhook endpoints you can create varies:- Limits by Plan
- Retry Policy
Available Events
We support 147 events across 26 categories. When you subscribe to a category, you receive all related events. You can also subscribe to individual events for finer-grained control.Post (10 events)
Post (10 events)
Draft (4 events)
Draft (4 events)
Approval (6 events)
Approval (6 events)
Media (9 events)
Media (9 events)
Composer (3 events)
Composer (3 events)
Analytics (1 event)
Analytics (1 event)
Best Time (2 events)
Best Time (2 events)
Inbox (16 events)
Inbox (16 events)
Biolink (17 events)
Biolink (17 events)
WhatsApp (4 events)
WhatsApp (4 events)
AI (8 events)
AI (8 events)
Knowledge Hub (4 events)
Knowledge Hub (4 events)
Team (6 events)
Team (6 events)
Organization (8 events)
Organization (8 events)
Account & Profile (7 events)
Account & Profile (7 events)
Auth (8 events)
Auth (8 events)
Subscription & Billing (8 events)
Subscription & Billing (8 events)
API Key (2 events)
API Key (2 events)
Webhook (5 events)
Webhook (5 events)
Integration (2 events)
Integration (2 events)
Support (8 events)
Support (8 events)
Template (1 event)
Template (1 event)
MCP (1 event)
MCP (1 event)
Quota (1 event)
Quota (1 event)
Referral (3 events)
Referral (3 events)
Need to inspect payloads?
Webhooks always deliver events mapped to our official schema. Learn how to verify signatures and see example payloads for each event category.
social.account_connectedsocial.account_disconnectedsocial.account_token_refreshed