Outbound Call API
The API allows developers to integrate with our platform by making HTTP requests to perform various operations. This document provides details on authentication, request parameters, response formats, and error handling.
URL = “https://vocallify.com/api/make-call”
Authorization Headers
Authorization: Bearer {Agent Token}
Content-Type: application/json
BODY WITHOUT ATTRIBUTES
Just Make a Call
{
"contact_no" : "+923221111111"
}
Make a Call With User attributes
This will store user details while making a call
{
"contact_no" : "+923221111111",
"attributes" : [
{
"key":"name",
"value": "Person’s Name"
}
]
}
Comments
0 comments
Please sign in to leave a comment.