Short answer: You can close conversation in Intercom by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Intercom Close Conversation action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Conversation ID conversation_id | string | Required | Intercom conversation ID — numeric string. Find via List Conversations. |
Admin ID admin_id | string | Required | The admin closing the conversation |
Closing Message body | string | Optional | Optional message when closing |
{"conversation_id": "e.g. 123456","admin_id": "e.g. 12345","body": "e.g. Hi there, thanks for reaching out."}
{"id": "123456","state": "closed"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.