For brandsCRM integrations
Brands
Ontraport
Connect Ontraport so approved affiliates land in your CRM with tags.
Rekomi's Ontraport integration upserts every approved affiliate and applies tags.
What syncs
When an affiliate is approved (or, optionally, when they apply), Rekomi runs a 2-call sequence:
POST /1/objects/saveorupdatewithobjectID: 0(contacts),email,firstname,lastname,ignore_blanks: true. Returns contact ID.POST /1/objects/tagwithobjectID: 0, ids: [contactId], add_list: [tagId, ...]to attach the chosen tag + any extras.
The 2-call sequence is required because Ontraport's contact save and tag attach are separate endpoints.
Finding your credentials
In Ontraport:
- Administration → Ontraport API → Manage API Keys.
- Copy your App ID and API Key.
Connecting Ontraport in Rekomi
- Go to Integrations in the dashboard sidebar.
- Click the Ontraport card.
- Paste both. Click Connect.
Tags
Ontraport's "lists" in our Integrations UI correspond to Ontraport tags (Ontraport doesn't have email-marketing-style lists, its primitive is tags + sequences). Pick a default tag; campaign overrides add additional tags.
Per-campaign overrides + per-affiliate visibility + troubleshooting + disconnecting
Same patterns as other CRM providers.
Provider-specific notes
- Two headers:
Api-Appid+Api-Key. ignore_blanks: trueprevents wiping populated fields with empty values.- Tag attach failures are non-fatal (contact is already upserted).
- Rate limit: 180 req/min.
X-Rate-Limit-Remainingheader.
See the ontraport integration overview on the marketing site for use-cases, persona fit, and unique automation patterns.