Comment on page
Sending an Outbound Call Request via Postman
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.
.png?alt=media&token=03d6c8e0-6100-4082-b79b-fbf1e06e2ede)
SteStart adding POST as the type of the API request
- 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.

Last modified 1yr ago