Open a conversation
Example Request & Response
$ curl 'https://api.intercom.io/conversations/<id>/parts' \\\n-X POST \\\n-H 'Authorization:Bearer <Your access token>' \\\n-H 'Accept:application/json' \\\n-H 'Content-Type:application/json' -d\n\n{\n \"message_type\":\"open\",\n \"admin_id\": \"724860\"\n}
You can open a conversation which is snoozed or closed.
Parameter | Type | Required? | Description |
---|---|---|---|
id | String | Yes | The identifier for the conversation as given by Intercom. |
Request Body Parameters
Parameter | Type | Required? | Description |
---|---|---|---|
message_type | String | Yes | Always open . |
admin_id | String | Yes | The id of the admin which is performing the action. |
Response
This will return the Conversation which was opened.