TriggerAgentWebhook
Agents
Trigger Agent Webhook
Trigger an agent run with a JSON webhook payload
POST
TriggerAgentWebhook
Use this endpoint to start an agent run from an external system. The webhook payload is added as context for the agent run.
You can find an agent’s webhook trigger ID from the agent edit page in TextQL.
Webhook payloads are limited to 16KB after JSON serialization. Requests with larger payloads are rejected before the agent run is queued.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Define the version of the Connect protocol
Available options:
1 Define the timeout, in ms
Body
application/json
Response
Success
Queue status for the agent run.
Example:
"queued"