Table of Contents
How do I activate an integration?
All integrations can be activated from your account integrations page. In most cases, the integration requires only one click in order to be activated.
All integrations except for HubSpot and Zapier are client-side integrations, which means they talk to the third-party through the user's browser in order to send information about Appcues activity. You'll need to have the third-party's javascript installed in your app for this to work.
Fun fact: what's happening behind the scenes, and how is it only one click? Well, if you have the third-party javascript on your app, Appcues just needs to know that, and then route events to it in the browser, just like your app would for your standard analytics or user data. All that's happening when you activate the integration is flipping a switch that tells Appcues to look for that provider on the same page and tell it what's happening with your Appcues flows.
Other integrations, like HubSpot or Zapier, work by directly communicating behind the scenes, or server-side—and may require some information, like an account ID or Legacy API key (called the API Key for legacy plan customers), in addition to a short authentication process.
Why integrate Intercom with Appcues?
Integrating Intercom with Appcues will help you see which users are interacting with which of your Appcues flows.
What you'll need
- An Intercom account and Appcues account, both fully installed on your app across the same pages and domains
- Enable Intercom at your Integrations page:
Once Intercom and Appcues are integrated, you can view Appcues events under any user profile in Intercom. Just pull up a user profile and you'll see them on the right side:
If you click into the event, you can see details about the specific flow the user saw:
What data is sent from Appcues to Intercom?
The following events are sent from Appcues to Intercom when the integration is enabled: flow events, form events, NPS events, checklist events, pin events, and custom events.
flow_started | form_submitted | checklist_skipped |
flow_completed | form_field_submitted | checklist_dismissed |
flow_skipped | nps_feedback | checklist_item_started |
flow_aborted | nps_score | checklist_item_completed |
step_started | nps_clicked_update_nps_score | appcues_custom |
step_completed | nps_ask_me_later_selected_at | v2:experience_started |
step_skipped | nps_survey_started | v2:step_seen |
step_interacted | checklist_shown | v2:icon_seen |
step_aborted | checklist_completed | v2:step_interaction |