Skip to content

Conversation part author

The object who initiated the conversation, which can be a Contact, Admin or Team. Bots and campaigns send messages on behalf of Admins or Teams. For Twitter, this will be blank.

typestring

The type of the author

Example:"admin"
idstring

The id of the author

Example:"274"
namestring or null

The name of the author

Example:"Operator"
emailstring, (email)

The email of the author

Example:"operator+abcd1234@intercom.io"
{ "type": "admin", "id": "274", "name": "Operator", "email": "operator+abcd1234@intercom.io" }