Objective
Sending an Outbound Call Request via Postman
Applies To
- Vonage AI Studio
Procedure
Are you using postman?
When using curly braces in the query parameters, make sure you encode the content of your curly braces. If sent without the encoding, your request will return empty.
Step by Step
- Start adding
POST
as the type of the API request. - Add the endpoint based on agent region
EU region --> https://studio-api-eu.ai.vonage.com/telephony/make-call
US region --> https://studio-api-us.ai.vonage.com/telephony/make-call
3. Continue with the headers --> X-Vgai Key
(Don't forget to add the value of the Vgai key
after you generated it)
You can find the
X-Vgai-Key
on the top right of your canvas. Click on the "user" icon, and then "Generate API Key". 4. Then add the BODY of the request. Make sure your body tag is set as JSON.