Skip to main content
Version: v3

Update message status

PUT 

/conversations/messages/:messageId/status

Post the necessary fields for the API to update message status.

Request

Version stringrequired

API Version

Available optionsv3
messageId stringrequired

Message Id

application/json

Bodyrequired

    statusstringrequired

    Message status

    Available optionsdeliveredfailedpendingread
    errorobject

    Error object from the conversation provider

    emailMessageIdstring

    Email message Id

    recipientsstring[]

    Email delivery status for additional email recipients.

application/json

Created the message

Schema
    conversationIdstringrequired

    Conversation ID.

    emailMessageIdstring

    This contains the email message id (only for Email type). Use this ID to send inbound replies to CRM to create a threaded email.

    messageIdstringrequired

    This is the main Message ID

    messageIdsstring[]

    When sending via the GMB channel, we will be returning list of messageIds instead of single messageId.

    msgstring

    Additional response message when sending a workflow message