provider Conversations POST /conversations/{conversation_id}/parts
@utdk/intercom /conversations/{conversation_id}/parts
Manage a conversation
For managing conversations you can: - Close a conversation - Snooze a conversation to reopen on a future date - Open a conversation which is `snoozed` or `closed` - Assign a conversation to an admin and/or team.
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…
conversation_id path required
The identifier for the conversation as given by Intercom.
string

Try it

Authentication
Configure credentials for Intercom API
manageconversation
POST/conversations/{conversation_id}/parts
For managing conversations you can: - Close a conversation - Snooze a conversation to reopen on a future date - Open a conversation which is `snoozed` or `closed` - Assign a conversation to an admin and/or team.

Parameters

required

The identifier for the conversation as given by Intercom.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.manageconversation({
  "Intercom-Version": "2.14"
})