Webhooks
Pulbot receives webhooks from messaging channels (Meta, Telegram) and transforms them into events that trigger flows. You can also configure a manual webhook trigger to receive events from external systems.
Reference
- WhatsApp webhook URL
- Generated by Pulbot when creating the channel. Format: https://dev.pulbot.com/webhook/whatsapp/{channel_id}/
- Telegram webhook
- Automatically configured by Pulbot when creating the channel.
- Instagram webhook URL
- Same as WhatsApp. Configured in Meta Developer Console.
- Manual webhook
- Webhook trigger type in the Flow Builder. Unique URL per flow: https://dev.pulbot.com/webhook/flow/{flow_id}/
- Manual webhook payload
- Any JSON. Available in the flow as {{trigger.*}}.
- Meta verification
- Meta sends a GET with hub.verify_token to verify the URL. Pulbot responds automatically.
Next step
Read the troubleshooting section.