Assign the intercom conversation of current interlocutor to the admin defined as the rescuer in your intercom bot client.
Available on :
- intercom
| Attribute | Type | Required | Description |
|---|---|---|---|
| type | string | ✓ | always assign_intercom_conversation_action |
| assigneeID | string | desired assignee id (length <= 100) |
{
"type": "assign_intercom_conversation_action",
"assigneeID": "64356433"
}