Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Merkurcode/nauto-console/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Conversations represent the communication threads between your team and contacts. Each conversation belongs to an inbox and can contain multiple messages.List Conversations
Retrieve a list of conversations with filtering options.Path Parameters
The ID of the account
Query Parameters
Filter by inbox ID
Filter by status:
open, pending, resolved, snoozedFilter by assignee:
me, unassigned, allPage number for pagination
Response
Conversation ID
Display ID shown in UI
Associated inbox ID
Conversation status:
open, pending, resolved, snoozedPriority level:
low, medium, high, urgent, or nullAssigned agent information
Contact information
Number of unread messages
Unix timestamp of last activity
Example Request
Example Response
Get Conversation
Retrieve details of a specific conversation.Path Parameters
The ID of the account
The display ID of the conversation
Example Request
Create Conversation
Create a new conversation with a contact.Path Parameters
The ID of the account
Request Body
Contact ID
Inbox ID
External source identifier
Initial status:
open, pending, resolvedAgent ID to assign the conversation to
Initial message object
Message content
Message type:
incoming or outgoingExample Request
Example Response
Update Conversation
Update conversation properties.Path Parameters
The ID of the account
The display ID of the conversation
Request Body
Priority:
low, medium, high, urgent, or nullExample Request
Delete Conversation
Delete a conversation permanently.Path Parameters
The ID of the account
The display ID of the conversation
Example Request
Toggle Status
Change the conversation status.Path Parameters
The ID of the account
The display ID of the conversation
Request Body
New status:
open, pending, resolved, snoozedISO 8601 timestamp when to unsnooze (required if status is
snoozed)Example Request
Toggle Priority
Change the conversation priority.Path Parameters
The ID of the account
The display ID of the conversation
Request Body
Priority:
low, medium, high, urgent, or nullExample Request
Mute Conversation
Mute notifications for a conversation.Example Request
Unmute Conversation
Unmute notifications for a conversation.Example Request
Mark as Unread
Mark conversation as unread.Example Request
Update Last Seen
Update agent’s last seen timestamp.Example Request
Update Custom Attributes
Update conversation custom attributes.Request Body
Custom attributes as key-value pairs
Example Request
Get Conversation Transcript
Send conversation transcript via email.Request Body
Email address to send transcript to
Example Request
Email transcripts may be rate-limited based on your account plan.
Get Attachments
Retrieve all attachments in a conversation.Query Parameters
Page number (100 attachments per page)
Example Request
Search Conversations
Search conversations by content.Query Parameters
Search query
Page number
Example Request
Filter Conversations
Filter conversations using advanced filters.Request Body
Array of filter conditions
Example Request
Get Conversation Meta
Get conversation count metadata without fetching conversations.Example Request
Conversation Status Types
Open
Active conversations requiring attention.Pending
Conversations waiting for customer response.Resolved
Closed conversations that are resolved.Snoozed
Conversations temporarily hidden until a specific time.Priority Levels
- Low: Non-urgent matters
- Medium: Standard priority
- High: Important issues
- Urgent: Critical issues requiring immediate attention
- null: No priority set

