HMAC signed payloads
Every webhook is signed with HMAC SHA256 using your signing secret, verify in three lines of code.
If it can speak HTTPS, it can plug into Broadcasto. Subscribe to message, status, conversation, contact and campaign events and we will deliver them to your endpoint with retries and HMAC signatures.
Every webhook is signed with HMAC SHA256 using your signing secret, verify in three lines of code.
Failed deliveries retry up to 12 times across 24 hours, with a dead letter queue for diagnosis.
Subscribe only to the events you care about, message, status, conversation, contact, campaign or all.
Last 30 days of webhook events can be replayed from the admin in case of downstream outages.
Fan out to staging, production, analytics and BI endpoints simultaneously.
Stream WhatsApp metrics into your own data warehouse or analytics stack in real time.
Wire WhatsApp events into Slack, Microsoft Teams, ServiceNow or your in house ops tooling.
Feed reply patterns into your ML pipeline to score lead intent and prioritise outbound.
All payloads are JSON, with a stable event schema documented in the developer hub.
Compute HMAC SHA256 of the raw body using your signing secret and compare to the X-Broadcasto-Signature header.
12 attempts over 24 hours using exponential backoff. After that the event lands in the dead letter queue for manual replay.
Yes, you can register an unlimited number of endpoints with independent filters.
Yes, a dedicated sandbox endpoint receives test events so you can build and test without touching production.