Skip to content
Pile
Esc
navigateopen⌘Jpreview

POST /webhooks/agent/{organizationId}/{agentId}

POST/webhooks/agent/{organizationId}/{agentId}
Path parameters
organizationIdstringrequired
agentIdstringrequired
Responses
200Webhook accepted
okbooleanrequired
sessionIdstring
401Missing or invalid webhook secret
404Session not found
Try it
Server
Parameters
Request
curl -X POST "/webhooks/agent/string/string"
Response
{
  "ok": true,
  "sessionId": "string"
}