cURL
curl --request POST \ --url http://localhost:3001/hooks/{agent_id}/{connector_type} \ --header 'Content-Type: application/json' \ --data '{}'
{ "ok": true }
Receive a webhook event from a chat platform and deliver it to the agent. Served on a separate port (default 3001).
Agent ID
Connector type (e.g. telegram, whatsapp)
Platform-specific webhook payload
Success
true