Execute custom API calls and webhooks directly from your agent workflows
https://api.example.com/v1/users
https://webhook.site/unique-id
{{api_base_url}}/customers/{{customer_id}}
{{
to see available options.Method | Use Case |
---|---|
GET | Retrieve data without making changes |
POST | Create new resources or submit data |
PUT | Update entire resources |
PATCH | Partially update resources |
DELETE | Remove resources |
Authentication
Working with JSON APIs
Error Handling
{{http_request.status_code}}
{{http_request.response.error}}
{{http_request.response}}
{{http_request.status_code}}
{{http_request.headers}}
Use Variables
{{variable_name}}
syntax to create dynamic, data-driven API callsTest First
Handle Errors