Behavior
- Sends an HTTP request with the configured method, headers, body, and authentication
- Retries on failure up to the configured retry count
- Stores response body, status code, and headers as output variables
- Routes to
Success,Error, orTimeoutbased on the outcome
Configuration
Request
Authentication
Reliability
Output handles
Output variables
Example
Look up a customer by phone number:Use cases
CRM lookup
CRM lookup
Look up the caller’s account in your CRM by phone number. On success, use the response data to personalize the greeting.
Appointment scheduling
Appointment scheduling
POST to a scheduling API with the caller’s selected date/time (collected via Collect Digits or Speech Input).
Webhook notification
Webhook notification
POST call data to a webhook endpoint for real-time event processing. Use
{{variable}} interpolation in the request body.