{
  "id": "intercom",
  "name": "Intercom",
  "description": "Customer support, conversations, inboxes, and CRM context.",
  "categories": [
    "Support",
    "CRM"
  ],
  "appUrl": "https://www.intercom.com",
  "docsUrl": "https://developers.intercom.com/building-apps/docs/authentication-types",
  "notes": "Useful for customer-facing assistant workflows.",
  "popularityRank": 27,
  "connectionOptions": [
    {
      "id": "oauth",
      "provider": "http",
      "auth": {
        "strategy": "oauth2",
        "oauth": {
          "authorizationUrl": "https://app.intercom.com/oauth",
          "tokenUrl": "https://api.intercom.io/auth/eagle/token",
          "scopes": [
            "read_users",
            "read_conversations"
          ]
        }
      },
      "http": {
        "apiBaseUrl": "https://api.intercom.io",
        "openApiUrl": "https://raw.githubusercontent.com/intercom/Intercom-OpenAPI/main/descriptions/2.15/api.intercom.io.yaml"
      }
    }
  ]
}
