Integration Catalog
A reference list of every source, platform, and destination Intempt supports, with what each one connects, how you authorize it, and what it sends or receives.
Overview
This is the reference list behind the Integrations page's Connections tab: every source, platform, and destination Intempt supports, its category, how you authorize it, and what it sends or receives. For a walkthrough of the Connections and Domains tabs themselves, see Integrations Overview.
Every connector falls into one of three categories:
| Category | Description |
|---|---|
| Source | Sends event data into Intempt. |
| Platform | Syncs CRM or commerce data with Intempt, and can also send events. |
| Destination | Receives data from Intempt to trigger an action, like an email send or a Slack message. |
Sources
| Name | Connect via | What it does |
|---|---|---|
| Web (JavaScript) | Installation snippet, with a Connection Name you set | Tracks events from a website using the JavaScript SDK. |
| iOS | Swift Package Manager installation snippet | Tracks events from an iOS app. |
| Android | Gradle installation snippet | Tracks events from an Android app. |
| Node.js | Installation snippet, source created immediately under an auto-generated name | Server-side event tracking. |
Platforms
Platforms sync CRM or commerce data with Intempt. All three appear in the connectors table once connected, but only Stripe currently offers a Connect button in the Add Integration panel's Platforms section, marked Mapping Enabled.
| Name | Connect via | New connections from Add Integration? | What it does |
|---|---|---|---|
| Stripe | OAuth popup | Yes | Brings payment, subscription, and revenue events into Intempt. |
| HubSpot | OAuth popup | No, though existing connections stay manageable from the connectors table | Syncs contacts, companies, and deals. |
| Shopify | OAuth popup | No, though existing connections stay manageable from the connectors table | Imports products, orders, and customer data. |
Destinations
| Name | Connect via | What it does |
|---|---|---|
| SendGrid | Panel configuration | Sends transactional and marketing email. |
| Twilio | Panel configuration | SMS and voice messaging. |
| Slack | OAuth popup | Posts notifications to a Slack channel or user. |
| Google Workspace (Gmail) | OAuth popup | Sends email through your connected Gmail account. |
| Amazon SES | Verified SES domain configuration | Sends email through a verified SES domain. |
Connection status
Every row in the connectors table carries one of these statuses:
| Status | Meaning |
|---|---|
| Active | The connector is working normally. |
| Syncing | The connector is currently syncing data. |
| Error | The connector needs attention. Check the row's Last Sync column. |
| Disabled | The connector is connected but turned off. |
Managing a connection
Each connector row's action menu offers a subset of these, depending on category:
| Action | Available for | What it does |
|---|---|---|
| Edit | Platforms only (HubSpot, Stripe, Shopify) | Reopens the mapping configuration for that platform. |
| Reconnect OAuth | HubSpot, Stripe, Shopify, Slack, Google Workspace | Re-authorizes the connection through the same OAuth popup, for when a provider revokes or expires access. |
| Rename | All sources, platforms, and destinations | Changes the connector's display name. |
| Delete | All sources, platforms, and destinations | Disconnects the source or destination, after a confirmation dialog. |
Use cases
-
Looking up how to connect a specific tool. Check the Sources, Platforms, or Destinations table above for the exact connect method before opening Add Integration.
-
Deciding between a Source and a Platform. Use a Source (Web, iOS, Android, Node.js) to send your own app or site's events. Use a Platform (HubSpot, Stripe, Shopify) to sync an existing CRM or commerce tool.
-
Choosing an email destination. Use Google Workspace to send through a connected Gmail account, SendGrid for transactional and marketing email delivery, or Amazon SES to send through a verified domain.
-
Confirming whether a connector needs re-authorization. Only HubSpot, Stripe, Shopify, Slack, and Google Workspace connect via OAuth and support Reconnect OAuth. Other connectors don't need it.
-
Auditing which platforms accept new connections today. Only Stripe shows a Connect button under Platforms in Add Integration; HubSpot and Shopify are managed from the connectors table once already connected.
-
Triaging a broken connector. Filter the connectors table to an Error status, then check whether the connector type supports Reconnect OAuth.
Where to go next
-
Integrations Overview for a walkthrough of the Connections tab, the Add Integration panel, and the Domains tab.
-
Basic Intempt Installation for installing the JavaScript SDK as a source.
-
SendGrid, Gmail, Twilio, and Slack for connecting each destination.
-
REST API for sending events without an SDK.
Server-Side API Integration
Send tracking events to Intempt directly over HTTP from your backend, with no SDK installed on either end.
HubSpot
With the HubSpot source, you can create a one-way or two-way sync between HubSpot and Intempt to unify all your customer data in one platform. This allows you to transfer company, contact, and deal...
