Skip to main content
Version: v3

Get email by Id

GET 

/conversations/messages/email/:id

Get email by Id

Request

application/json

Email object for the id given.

Schema
    idstringrequired
    altIdstring

    External Id

    threadIdstringrequired

    Message Id or thread Id

    locationIdstringrequired
    contactIdstringrequired
    conversationIdstringrequired
    dateAddedstringrequired
    subjectstring
    bodystringrequired
    directionstringrequired
    Available optionsinboundoutbound
    statusstring
    Available optionspendingscheduledsentdeliveredreadundeliveredconnectedfailedopened
    contentTypestringrequired
    attachmentsstring[]

    An array of attachment URLs.

    providerstring
    fromstringrequired

    Name and Email Id of the sender

    tostring[]required

    List of email Ids of the receivers

    ccstring[]

    List of email Ids of the people in the cc field

    bccstring[]

    List of email Ids of the people in the bcc field

    replyToMessageIdstring

    In case of reply, email message Id of the reply to email

    sourcestring

    Email source

    Available optionsworkflowbulk_actionscampaignapiapp
    conversationProviderIdstring

    Conversation provider ID

    errorstring

    Error message for bounced/failed emails