Conversations API
Create a conversation
Create a conversation
POST
Create a conversation
Documentation Index
Fetch the complete documentation index at: https://developers.voxys.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The identifier obtained from API inbox channel
The source id of contact obtained on contact create
Body
application/json
Custom attributes of the conversation
Example:
{}Response
Success
Id of the conversation
UUID of the conversation
The inbox id of the conversation
Timestamp of when the contact last seen the conversation (Unix timestamp)
The status of the conversation
Available options:
open, resolved, pending, snoozed Timestamp of when the agent last seen the conversation (Unix timestamp)
Messages in the conversation
Full serialized contact record returned when the public API renders a Contact model directly.
Create a conversation

