Skip to Content

Intercom

  • Import/clone Intercom_HTTP source from the Connectors library application.

    • Intercom supports two authentication methods: (1) access token; (2) OAuth 2.0. The Intercom_HTTP source comes preconfigured for the access token method. You can get an access token as follows: go to Developer Hub -> create app -> enter a name. Access token will be generated. If you want to use OAuth 2.0 authentication method you can implment it yourself by chaning Authentication type to OAuth 2.0 and following instructions in the Intercom documentation: https://developers.intercom.com/building-apps/docs/authentication-types .

    • The Connectors library application contains examples on how to list contacts, create a contact, delete contacts in the Intercom scenario. You can modify these examples to call any other API endpoint.

Last updated on