Authorizations
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
Path Parameters
The numeric ID of the account
Body
Conversation source id
"1234567890"
Id of inbox in which the conversation is created <br/> Allowed Inbox Types: Website, Phone, Api, Email
1
Contact Id for which conversation is created
1
Lets you specify attributes like browser information
{
"browser": "Chrome",
"browser_version": "89.0.4389.82",
"os": "Windows",
"os_version": "10"
}
The object to save custom attributes for conversation, accepts custom attributes key and value
{
"attribute_key": "attribute_value",
"priority_conversation_number": 3
}
Specify the conversation whether it's pending, open, closed
open
, resolved
, pending
"open"
Agent Id for assigning a conversation to an agent
1
Team Id for assigning a conversation to a team\
1
Snoozed until date time
"2030-07-21T17:32:28Z"
The initial message to be sent to the conversation