Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Updated outcome of the conversation (e.g., follow-up required, successful).
curl --request PATCH \
--url https://api.nedzo.ai/v1/conversation/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"outcome": "<string>"
}
'{
"status_code": 123,
"message": "<string>",
"data": {
"conversation": {
"agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"campaign_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"subaccount_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agent_phone_number": "<string>",
"contact_phone_number": "<string>",
"appointment_date": "2023-12-25",
"call_id": "<string>",
"started": "2023-11-07T05:31:56Z",
"ended": "2023-11-07T05:31:56Z",
"ended_reason": "<string>",
"length": "<string>",
"length_in_minutes": 123,
"length_in_seconds": 123,
"outcome": "<string>",
"phone_number_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"recording_url": "<string>",
"summary": "<string>",
"transcript": "<string>",
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}
}curl --request PATCH \
--url https://api.nedzo.ai/v1/conversation/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"outcome": "<string>"
}
'{
"status_code": 123,
"message": "<string>",
"data": {
"conversation": {
"agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"campaign_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"subaccount_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agent_phone_number": "<string>",
"contact_phone_number": "<string>",
"appointment_date": "2023-12-25",
"call_id": "<string>",
"started": "2023-11-07T05:31:56Z",
"ended": "2023-11-07T05:31:56Z",
"ended_reason": "<string>",
"length": "<string>",
"length_in_minutes": 123,
"length_in_seconds": 123,
"outcome": "<string>",
"phone_number_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"recording_url": "<string>",
"summary": "<string>",
"transcript": "<string>",
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Updated outcome of the conversation (e.g., follow-up required, successful).
Was this page helpful?