Skip to main content
POST
/
hooks
/
{agent_id}
/
{connector_type}
Webhook event delivery
curl --request POST \
  --url http://localhost:3001/hooks/{agent_id}/{connector_type} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "ok": true
}

Path Parameters

agent_id
string
required

Agent ID

connector_type
string
required

Connector type (e.g. telegram, whatsapp)

Body

application/json

Platform-specific webhook payload

Response

Success

ok
boolean
required
Example:

true