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

Path Parameters

agent_id
string
required

Agent ID to receive the webhook

Body

application/json

The body is of type object.

Response

Success

ok
boolean
required
Example:

true