Install
openclaw skills install intercom-conversationsRead Intercom conversations by listing, finding, or searching them using the ConversationsClient with JSON input and output.
openclaw skills install intercom-conversationsClawhub loads this Node module and calls default(input).
INTERCOM_ACCESS_TOKEN (required)npm install
{ "action": "conversations.list", "per_page": 50, "starting_after": "cursor" }
{ "action": "conversations.find", "conversation_id": "123", "display_as": "plaintext" }
{ "action": "conversations.search", "query": { "operator": "AND", "value": [] }, "pagination": { "per_page": 50 } }
All successful responses include ok: true and echo the action.
{ ok, action, conversations, next_starting_after }{ ok, action, conversation }Errors: { ok: false, error, supported_actions? }
openapi.yamlclawhub.skill.json