Learn how to connect your Intervo.ai agent to the telephone network using Twilio, enabling it to handle both incoming and outgoing calls automatically.
Manage > Buy a number
.app.intervo.ai/default/phonenumber
).POST
YOUR_API_ENDPOINT?
+ QUERY_PARAMETERS
x-api-key
: YOUR_API_KEY
Content-Type
: application/json
Parameter | Required | Description | Example |
---|---|---|---|
phoneNumber | Yes | The destination phone number to call, including the country code. | +1234567890 |
firstName | No | The first name of the person being called. | Jane |
lastName | No | The last name of the person being called. | Doe |
email | No | The email address of the person being called. | jane.doe@example.com |
country | No | The country of the person being called. | United States |
callType | Yes | Must be set to outbound . | outbound |
You can also add any custom parameters you need (e.g., &orderId=12345). Your agent can be configured to use this data in its conversation.
curl
and JavaScript.
curl Example:
Javascript Example: