Functional

Intercom

Intercom adds the Intercom messenger widget and queues early Intercom(...) calls until the widget bundle loads.

Official Intercom documentation

Integrate with c15t

How c15t loads it

  • Category: functionality (Functional)
  • Loads when: functionality consent is granted
  • Before load: c15t seeds window.intercomSettings and a queueing Intercom stub
  • On revocation: c15t follows the default script loader behavior for non-persistent scripts

Configure the integration

Intercom's default regional API base is https://api-iam.intercom.io. If your workspace uses the EU or Australia data host, pass the matching apiBase.

Runtime options

Pass additional Intercom settings through settings. The helper always writes the provided appId to app_id and apiBase to api_base.

For logged-in users, Intercom recommends securing the Messenger with server-generated identity data. Generate verification tokens on your backend and only pass client-safe values through settings.

Types

IntercomOptions

Loading…

Script

Loading…