Create Conversation Request Payload

Conversations are how you can communicate with users in Intercom. They are created when a contact replies to an outbound message, or when one admin directly sends a message to a single contact.

required
object
body
required
string

The content of the message. HTML is not supported.

{ "from": { "type": "user", "id": "536e564f316c83104c000020" }, "body": "Hello" }