Skip to main content
Version: v3

Get message by message id

GET 

/conversations/messages/:id

Get message by message id.

Request

Version stringrequired

API Version

Available optionsv3
application/json

Message object for the id given.

Schema
    idstringrequired
    altIdstring

    Alternative identifier for the message

    typenumberrequired
    messageTypestringrequired

    Type of the message as a string

    Available optionsTYPE_CALLTYPE_SMSTYPE_EMAILTYPE_SMS_REVIEW_REQUESTTYPE_WEBCHATTYPE_SMS_NO_SHOW_REQUESTTYPE_CAMPAIGN_SMSTYPE_CAMPAIGN_CALLTYPE_CAMPAIGN_EMAILTYPE_CAMPAIGN_VOICEMAILTYPE_FACEBOOKTYPE_CAMPAIGN_FACEBOOK
    locationIdstringrequired
    contactIdstringrequired
    conversationIdstringrequired
    dateAddedstringrequired
    bodystring
    directionstringrequired
    Available optionsinboundoutbound
    statusstring
    Available optionsconnecteddeliveredfailedopenedpendingreadscheduledsentundeliveredclickedopt_out
    contentTypestringrequired
    attachmentsstring[]

    An array of attachment URLs. Attachments will be empty for Call and Voicemails, type 1 and 10. Please use get call recording API to fetch call recording and voicemails.

    metaobject
    sourcestring

    Message source

    Available optionsworkflowbulk_actionscampaignapiapp
    userIdstring

    User Id

    conversationProviderIdstring

    Conversation Provider Id

    chatWidgetIdstring

    Chat Widget Id

    fromstring

    Sender identifier (phone/name). Not returned for email types.

    tostring

    Recipient identifier (phone/name). Not returned for email types.

    errorstring

    Error message if message delivery failed