Connect external systems to your agents using webhook endpoints
Agent Builder Interface
Webhook Configuration Interface
Parameter | Type | Description |
---|---|---|
agent_id | string | The unique identifier of your agent |
source_node_id | string | The starting node ID in your agent’s workflow |
x-api-key | string | Your API key for authentication (header or query parameter) |
asynchronous | boolean | Whether to wait for completion (false ) or return immediately (true ) |
Option | Type | Description |
---|---|---|
files | file | One or more files to process (PDF, PNG, JPEG, GIF, WEBP) |
prompt | string | A text prompt to send to the agent |
multipart/form-data
. Direct external URLs to files are not supported as inputs. The platform will generate secure presigned URLs for your agent to access the uploaded files.multipart/form-data
(curl handles this automatically with --form
)application/json
with the appropriate headerasynchronous=true
)Webhook Monitoring Interface