Sending an Outbound Call Request via Postman Sending an Outbound Call Request via Postman

Sending an Outbound Call Request via Postman

Maria Scieranska

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

 

  1. Start adding POST as the type of the API request.
  2. Add the endpoint based on agent region

     

     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.