TalonOne Connector
Sync SegOps segment membership to TalonOne audiences for powering loyalty tiers, personalized promotions, and campaign targeting.
Required Configuration Fields#
| Field | Description |
|---|---|
| base_url | Your TalonOne deployment URL (e.g., https://mycompany.talon.one) |
| api_key | TalonOne Management API Key |
| audience_id | TalonOne Audience ID to sync membership into |
Setup Steps#
- In TalonOne, navigate to Settings → API and create a Management API key with audience read/write permissions.
- In TalonOne, create or identify an Audience under Audiences in the left nav. Copy its ID.
- In SegOps, go to Settings → Activations → + New Connector and select TalonOne.
- Enter the Segment you want to sync, your Base URL, API Key, and Audience ID.
- Click Create, then toggle to Active.
How Sync Works#
After each SegOps segment recompute, the TalonOne connector:
- Computes the membership delta
- Calls the TalonOne Management API to add entered users to the audience:
PUT /v1/audiences/<id>/members - Removes exited users:
DELETE /v1/audiences/<id>/members - Updates
last_synced_aton success
Use Cases#
- Loyalty tiers— sync “Gold Tier” and “Platinum Tier” segments to separate TalonOne audiences, then use audience conditions in campaign rules to grant exclusive discounts.
- Win-back campaigns — sync churned customers to a TalonOne audience and trigger a personalized win-back discount rule.
- High-value customer promotions — identify high-LTV customers in SegOps and sync them to TalonOne for VIP promotions.
✦ Tip
TalonOne customers are matched by
integrationId, which should match your SegOps user_id. Ensure your TalonOne customer creation sets the same ID you use when tracking events in SegOps.