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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import intercom from '@utdk/intercom';
await intercom.manageconversation({
"Intercom-Version": "2.14"
})