End Preview Call
URL
https://<subdomain>.ryng.in/rest-api/v1/preview/call/:<callID>
Replace
<subdomain>with your account subdomain.
Method
PATCH
Headers
Key
Description
x-access-token
The access token is provisioned for you by Ryng. If you do not have this already, please reach out to your Ryng project champion. Alternatively, you can raise a request on our support portal.
Params
For this API, params are either added by query params or can be given inside the request body
Type: query params/body
Key
Type
Description
Required?
logID
int
Agent to be assigned for the call.
Yes
dispositionName
text
Disposition to be added.
Yes
notes
text
Notes related to that call.
Yes
Example Body
{
"logID": 87278,
"dispositionName": "Interested",
"notes": "The customer was interested in the pitch and asked for a follow-up"
}API Responses
Append Campaign API
POST https://tenant.ryng.in/rest-api/v1/preview/call
Headers
Name
Type
Description
x-access-token*
Provided by Ryng Team
Last updated