- Conversation source
The type of the conversation part that started this conversation. Can be Contact, Admin, Campaign, Automated or Operator initiated.
The recipients of the source message. Only present for email conversations.
The Reply-To header addresses of the source message, where a reply will be routed. Can differ from the sender's From address. Only present for email conversations.
Optional. The message subject. For Twitter, this will show a generic message regarding why the subject is obscured. In webhook payloads for API version 2.15+, this field returns plain text.
The message body, which may contain HTML. For Twitter, this will show a generic message regarding why the body is obscured. In webhook payloads for API version 2.15+, this field returns plain text.
A list of attachments for the part.
The URL where the conversation was started. For Twitter, Email, and Bots, this will be blank.
Whether or not the source message has been redacted. Only applicable for contact initiated messages.
Contains metadata if the message was sent as an email
{ "type": "email", "id": "3", "delivered_as": "operator_initiated", "recipients": [ { … } ], "reply_to": [ { … } ], "subject": "", "body": "<p>Hey there!</p>", "author": { "type": "admin", "id": "274", "name": "Jane Doe", "email": "jane.doe@example.com" }, "attachments": [ { … } ], "url": null, "redacted": false, "email_message_metadata": { "message_id": "<CADKw7xrXzqSn8v3mP8K8Q8yZ6K8Q8yZ6@mail.gmail.com>", "subject": "Question about my order", "email_address_headers": [ … ], "history": "<div><span>On Jan 28, wrote:</span><blockquote>Previous thread</blockquote></div>" } }