Skip to content

Conversation source author

The author who started the conversation. Can be a Contact, Admin, or Bot.

typestring

The type of the author.

Example:"admin"
idstring or null

The id of the author.

Example:"274"
namestring or null

The name of the author.

Example:"Jane Doe"
emailstring or null, (email)

The email of the author.

Example:"jane.doe@example.com"
{ "type": "admin", "id": "274", "name": "Jane Doe", "email": "jane.doe@example.com" }