cURL
curl --request POST \ --url http://localhost:3001/hooks/{agent_id} \ --header 'Content-Type: application/json' \ --data '{}'
{ "ok": true }
Deliver a generic webhook payload to an agent. Served on a separate port (default 3001). Use for custom integrations.
Agent ID to receive the webhook
The body is of type object.
object
Success
true