HomeUser GuidesAPI Reference
Get Started
HomeAPI Reference
Authentication
Branches
Contact Groups
Contacts
Conversations
Error HandlingInvoices
Messages
Orders
Rate LimitingSDKs & Code ExamplesTemplatesTicketsAPI VersioningWABA NumbersWebhooks
User GuideAPI ReferenceGet Conversation Messages

Conversations

Comprehensive API for managing conversations and messages in the system

Reading time: 2 minutes

Conversations

Comprehensive conversation management with filtering and search support.

Conversation Operations

List Conversations

View all conversations with filtering by status

View Guide
View

Get Conversation Messages

View all messages of a specific conversation

View Guide
View

Get Message Status

Track status of sent messages

View Guide
View

Conversation Status Values

ParameterTypeRequiredDescription
unassignedstringNoUnassigned
mystringNoMy conversations
unreadstringNoUnread
expiredstringNoExpired
openedstringNoOpened
closedstringNoClosed
botstringNoBot

Message Status Values

ParameterTypeRequiredDescription
sentstringNoSent
deliveredstringNoDelivered
readstringNoRead
failedstringNoFailed

Important Notes

šŸ’”

Status

  • unread - unread messages
  • opened - open conversation
  • closed - closed conversation
  • expired - expired conversation (24 hours without interaction)
āš ļø

Search

  • Search works on name and phone number
  • Search is case-insensitive
  • Can search with partial numbers
āœ…

Best Practices

  • Use status filtering to organize conversations
  • Review unread conversations regularly
  • Close completed conversations to organize work

Error Codes

CodeDescriptionCauseSolution
400Bad RequestInvalid dataCheck sent data
404Not FoundConversation not foundCheck conversation ID
401UnauthorizedInvalid authenticationReview authentication

Related Sections

Messages

Send new messages to conversations

View Guide
View

Tickets

Manage support tickets linked to conversations

View Guide
View

Technical Support

Need help?

  • šŸ“§ Email: support@awalchat.com
  • šŸ’¬ Live Chat: Available in the dashboard
  • šŸ“± WhatsApp: Contact us directly via WhatsApp
  • šŸ“š Examples: See Code Examples