A node for executing API calls after conversation ends
Parameter | Description |
---|---|
Node Name | Identifier for the node (e.g., “Update CRM”, “Send Analytics”) |
API URL | The endpoint URL to call |
Method | HTTP method (GET, POST, etc.) |
Headers | HTTP headers for the request |
Body | Request body (for POST/PUT methods) |
Post Call API | Webhooks (Agent Config) |
---|---|
Triggers only on successful conversation end | Triggers on all call events (complete, fail, busy) |
Part of workflow design | Configured at agent level |
Can execute multiple calls in parallel | Single webhook per event type |
Only processes successful conversations | Handles all conversation outcomes |