Intercom integration connector
Add white-label customer-facing integration with Intercom into your app with just a few lines of code.
Managed authentication
Connect your customer accounts in Intercom without researching its API, registering in a developer program, and getting your application approved. We take care of authentication, secure credentials storage, and token refreshes so you don't have to.
Just one line of code for you and one click for your customers:
iApp.integration('intercom-connector').open()
And Intercom to your app in the next 30 minutes
Execute Intercom operations on behalf of your customers
Get information about available operations in a consistent way: name, description, input, output. Run operations using simple consistent API.
Add subscription to a contact
You can add a specific subscription to a contact. In Intercom, we have two different subscription types based on user consent - opt-out and opt-in:
1.Attaching a contact to an opt-out subscription type will opt that user out from receiving messages related to that subscription type...
Add tag to a contact
You can tag a specific contact. This will return a tag object for the tag that was added to the contact.
Add tag to a conversation
You can tag a specific conversation. This will return a tag object for the tag that was added to the conversation.
Archive contact
You can archive a single contact.
Attach a Contact to a Company
You can attach a company to a single contact.
Attach a contact to a conversation
You can add participants who are contacts to a conversation, on behalf of either another contact or an admin.
π§ Note about contacts without an email
If you add a contact via the email parameter and there is no user/lead found on that workspace with he given email, then we will create a new contact with
role
set tolead
...