Intercom
Connecting to Intercom
For an overview of connectors, please refer to the following link:
Create a Connector
Select the “Connectors” tab on the homepage and click the “Create” button.
Enter Intercom Credentials
Select Intercom and click the sign-in button.
After entering the information, click the Create button to complete the creation. If there are any errors in the parameters, an error message will be displayed, so please check the connection details again.
Retrieve access_token from the Created Connector
Once the creation is successful, you can retrieve the connector name from the list.
Use the dedicated function to enter the connector name in the Python code and retrieve the access_token.
Create a Connector
Select the “Connectors” tab on the homepage and click the “Create” button.
Enter Intercom Credentials
Select Intercom and click the sign-in button.
After entering the information, click the Create button to complete the creation. If there are any errors in the parameters, an error message will be displayed, so please check the connection details again.
Retrieve access_token from the Created Connector
Once the creation is successful, you can retrieve the connector name from the list.
Use the dedicated function to enter the connector name in the Python code and retrieve the access_token.
~/.morph/connections.yml
. Please create it using the dashboard if you prefer other methods.Edit connections.yml
If the file ~/.morph/connections.yml
does not exist, please create it beforehand and then edit it.
Use the Connector in Code to Retrieve Data
Use the dedicated function to enter the connector name in the Python code and retrieve the access_token.
Refreshing the access_token is a feature of the dashboard, so the one specified will always be used in the local environment.
When actually specifying and executing a file with a connector, the priority is as follows:
Also, please note that only connectors created in the dashboard can be used in environments where morph deploy
has been performed.
- Connectors listed in
~/.morph/connections.yml
on the local machine - Connectors registered in the cloud