Back to Tools

Intercom

Communication

Intercom customer messaging platform. Manage conversations, contacts, and send targeted messages.

Available Actions
contactsconversationsmessagestags
Input Schema
{
  "type": "object",
  "required": [
    "type"
  ],
  "properties": {
    "body": {
      "type": "string"
    },
    "from": {
      "type": "object"
    },
    "type": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/intercom

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/intercom \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "contacts"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.