Intercom adapter for salto.io
The Intercom adapter supports fetching data from Intercom using their public APIs. Deploying changes to Intercom is currently not supported.
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 command:
salto account [add | login] -a oauth intercom
The adapter also supports OAuth authentication. To authenticate using OAuth follow the following steps:
- Enable OAuth for your app by following the instructions here.
- Set the
redirectUri
configuration parameter ashttp://localhost:{port}/export
, whereport
is the port number you want to use. - Run the above command in your salto workspace. You will need to provide the
clientId
andclientSecret
, which you can obtain by following the instructions here.