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.

ParameterTypeRequired?Description
idStringYesThe identifier for the conversation as given by Intercom.

Request Body Parameters

ParameterTypeRequired?Description
message_typeStringYesAlways open.
admin_idStringYesThe id of the admin which is performing the action.

Response

This will return the Conversation which was opened.