🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

intercom-conversations

by @duyeng

Read Intercom conversations by listing, finding, or searching them using the ConversationsClient with JSON input and output.

Versionv1.0.1
Downloads904
TERMINAL
clawhub install intercom-conversations

πŸ“– About This Skill

Clawhub Skill: Intercom Conversations (Read)

Clawhub loads this Node module and calls default(input).

Required env

  • INTERCOM_ACCESS_TOKEN (required)
  • Install

    npm install
    

    Inputs

    List

    { "action": "conversations.list", "per_page": 50, "starting_after": "cursor" }
    

    Find

    { "action": "conversations.find", "conversation_id": "123", "display_as": "plaintext" }
    

    Search

    { "action": "conversations.search", "query": { "operator": "AND", "value": [] }, "pagination": { "per_page": 50 } }
    

    Outputs

    All successful responses include ok: true and echo the action.

  • list/search: { ok, action, conversations, next_starting_after }
  • find: { ok, action, conversation }
  • Errors: { ok: false, error, supported_actions? }

    Contracts / metadata

  • OpenAPI spec: openapi.yaml
  • Skill registry metadata: clawhub.skill.json