Inbound provider webhooks
These routes receive callbacks from external providers. They are not called by your integration.Stripe
Stripe webhook routes process platform and connected-account payment events:Mailgun
Mailgun events update email delivery status:AssemblyAI
AssemblyAI transcription callbacks update media transcription state:Outbound webhook nodes (automations)
The automations engine ships awebhook node that POSTs a signed JSON payload to an endpoint you register. This is the current outbound webhook surface for customer integrations.
Webhook endpoints are hub-scoped and managed via:
webhook node fires inside an automation it POSTs a payload containing the automation context and enrollment metadata to your registered URL. Use the signing secret to verify the X-Mio-Signature header on your receiver.
See the Automations guide for the full node reference and lifecycle.