Sync data to Xtremepush as user profiles, to trigger campaigns, or to maintain user list membership.
View Xtremepush's documentation.
Supported syncing
Type | Description | Supported Sync Modes | API Reference |
---|---|---|---|
User profiles | Sync data from any source to Xtremepush user profiles | Upsert | User profiles docs |
User lists | Sync data from any source to maintain Xtremepush user list memberships | Add, Remove | User lists docs |
Campaign triggers | Trigger campaigns using source data | Insert | Campaign triggers docs |
Events | Sync data from any source to Xtremepush events | Insert | Events docs |
For more information about sync modes, refer to the sync modes docs.
Connect to Xtremepush
Go to the Destinations overview page and click the Add destination button. Select Xtremepush and click Continue. You can then authenticate Hightouch to Xtremepush.
Enter the following fields into Hightouch:
- Base URL
- App token
Sync configuration
Once you've set up your Xtremepush destination and have a model to pull data from, you can set up your sync configuration to begin syncing data. Go to the Syncs overview page and click the Add sync button to begin. Then, select the relevant model and the Xtremepush destination you want to sync to.
Syncing user profiles
Sync data from any source to Xtremepush user profiles.
Record matching
To match rows from your model to user profiles in Xtremepush, you need to select the model column that contains values that match the User ID field. Refer to the record matching docs for more information.
Field mapping
Hightouch lets you sync user profile fields via field mapping. You can map data from any of your model columns to default and custom user profile fields. Ensure your model's columns have the same data types as the fields you want to sync to.
Delete behavior
The delete behavior you select dictates what to do when a row no longer appears in your model's query results. You have the following options:
Behavior | Description |
---|---|
Do nothing | Keep the user profile in Xtremepush with all its synced fields |
Clear | Clear all the mapped fields, but keep the user profile in Xtremepush |
Delete | Delete the synced user profiles from Xtremepush |
Syncing user lists
Sync data from any source to maintain Xtremepush user list memberships.
Record matching
You can match rows from your model to user lists in Xtremepush on any column in your model and any field in Xtremepush. Ensure the data types of the model column and Xtremepush field you select match. Refer to the record matching docs for more information.
Field mapping
Hightouch lets you sync user list fields via field mapping. You can map data from any of your model columns to the default user list fields. Ensure your model's columns have the same data types as the fields you want to sync to.
Syncing campaign triggers
Trigger campaigns using source data.
Record matching
You can match rows from your model to campaign triggers in Xtremepush on any column in your model and any field in Xtremepush. Ensure the data types of the model column and Xtremepush field you select match. Refer to the record matching docs for more information.
Field mapping
Hightouch lets you sync event properties via field mapping.
Syncing events
Sync data from any source to Xtremepush events.
Record matching
You can match rows from your model to events in Xtremepush on any column in your model and any field in Xtremepush. Ensure the data types of the model column and Xtremepush field you select match. Refer to the record matching docs for more information.
Field mapping
Hightouch lets you sync event properties via field mapping.
Tips and troubleshooting
Common errors
To date, our customers haven't experienced any errors while using this destination. If you run into any issues, please don't hesitate to . We're here to help.
Live debugger
Hightouch provides complete visibility into the API calls made during each of your sync runs. We recommend reading our article on debugging tips and tricks to learn more.
Sync alerts
Hightouch can alert you of sync issues via Slack, PagerDuty, SMS, or email. For details, please visit our article on alerting.