We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for below request
curl --location --request POST 'https://alienvg-np.alien.ai/api/v1/Accounts/81406f27-0291-4e6e-8620-dsfsdfsfd/Calls' --header 'Authorization: Bearer sdfsdfsdfs' --header 'Content-Type: application/json' --data-raw '{ "application_sid": "c3cf1a1e-e64c-47b0-ba28-b89d662758b7", "from": "57567567", "to": { "trunk": "alienCAMPAIGNDEVTRUNK", "type": "phone", "number": "919032098659" }, "timeout": 30, "headers": { "notifyurl": "https://smartassist-alienvg-np.alien.ai/campaign/api/v1/trigger/callStatus", "dialerType": "agentless", "campaignInstanceId": "cid-4705a97-80aa-4d9a-b0b9-68a802bb95d9", "campaignId": "cd-22ad52b-4d2a-47be-8812-9a754070931b", "campaignDialListId": "cdl-18db44e0-a56f-5a69-b17b-16d4df2e9824", "phoneNumber": "3454545", "fullName": "User FN" }, "tag": { "notifyurl": "https://alienvg-np.alien.ai/campaign/api/v1/trigger/callStatus", "dialerType": "agentless", "campaignInstanceId": "cid-4705a97-80aa-4d9a-b0b9-68a802bb95d9", "campaignId": "cd-22ad52b-4d2a-47be-8812-9a754070931b", "campaignDialListId": "cdl-18db44e0-a56f-5a69-b17b-16d4df2e9824", "phoneNumber": "919032098659", "fullName": "User FN" } } '
The text was updated successfully, but these errors were encountered:
fix #493: remove nulls from cerateCall payload in order not to trip u…
a4fdc4f
…p validation
168b4dc
davehorton
No branches or pull requests
for below request
curl --location --request POST 'https://alienvg-np.alien.ai/api/v1/Accounts/81406f27-0291-4e6e-8620-dsfsdfsfd/Calls'
--header 'Authorization: Bearer sdfsdfsdfs'
--header 'Content-Type: application/json'
--data-raw '{
"application_sid": "c3cf1a1e-e64c-47b0-ba28-b89d662758b7",
"from": "57567567",
"to": {
"trunk": "alienCAMPAIGNDEVTRUNK",
"type": "phone",
"number": "919032098659"
},
"timeout": 30,
"headers": {
"notifyurl": "https://smartassist-alienvg-np.alien.ai/campaign/api/v1/trigger/callStatus",
"dialerType": "agentless",
"campaignInstanceId": "cid-4705a97-80aa-4d9a-b0b9-68a802bb95d9",
"campaignId": "cd-22ad52b-4d2a-47be-8812-9a754070931b",
"campaignDialListId": "cdl-18db44e0-a56f-5a69-b17b-16d4df2e9824",
"phoneNumber": "3454545",
"fullName": "User FN"
},
"tag": {
"notifyurl": "https://alienvg-np.alien.ai/campaign/api/v1/trigger/callStatus",
"dialerType": "agentless",
"campaignInstanceId": "cid-4705a97-80aa-4d9a-b0b9-68a802bb95d9",
"campaignId": "cd-22ad52b-4d2a-47be-8812-9a754070931b",
"campaignDialListId": "cdl-18db44e0-a56f-5a69-b17b-16d4df2e9824",
"phoneNumber": "919032098659",
"fullName": "User FN"
}
}
'
The text was updated successfully, but these errors were encountered: