@salto-io/intercom-adapter
TypeScript icon, indicating that this package has built-in type declarations

0.3.58 • Public • Published

Intercom adapter

Intercom adapter for salto.io

Operations

The Intercom adapter supports fetching data from Intercom using their public APIs. Deploying changes to Intercom is currently not supported.

Authentication

Basic Authentication

Basic authentication command:

salto account [add | login] intercom

The adapter supports basic authentication using an access token. To authenticate using basic authentication, provide the access token in the accessToken configuration parameter. You can generate an access token by following the instructions here.

OAuth Authentication

OAuth authentication command:

salto account [add | login] -a oauth intercom

The adapter also supports OAuth authentication. To authenticate using OAuth follow the following steps:

  1. Enable OAuth for your app by following the instructions here.
  2. Set the redirectUri configuration parameter as http://localhost:{port}/export, where port is the port number you want to use.
  3. Run the above command in your salto workspace. You will need to provide the clientId and clientSecret, which you can obtain by following the instructions here.

Readme

Keywords

none

Package Sidebar

Install

npm i @salto-io/intercom-adapter

Weekly Downloads

2,038

Version

0.3.58

License

Apache-2.0

Unpacked Size

83.6 kB

Total Files

79

Last publish

Collaborators

  • ori.moisis
  • hadarda
  • amitizle
  • saltoio