Rekomi Docs
For brandsCRM integrations
Brands

Ontraport

Connect Ontraport so approved affiliates land in your CRM with tags.

Ontraport logo

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-3 call sequence:

  1. POST /1/objects/saveorupdate with objectID: 0 (contacts), email, firstname, lastname, ignore_blanks: true. Returns contact ID.
  2. PUT /1/objects/tag with objectID: 0, ids: [contactId], add_list: [tagId, ...] to attach the chosen tag + any extra numeric tag IDs.
  3. PUT /1/objects/tagByName with add_names: [...] for any tags configured by name, Ontraport auto-creates missing tag names on this call. This carries the Rekomi affiliate system tag.

The multi-call sequence is required because Ontraport's contact save and tag attach are separate endpoints.

Finding your credentials

In Ontraport:

  1. Administration → Integrations → Ontraport API Instructions and Key Manager.
  2. Copy your App ID and API Key.

Connecting Ontraport in Rekomi

  1. Go to Integrations in the dashboard sidebar.
  2. Click the Ontraport card.
  3. Paste both. Click Connect.

The Ontraport connect form in Rekomi with the App ID and API key inputs and Connect button

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. Extra tags entered as numeric IDs attach directly; tags entered by name are auto-created in Ontraport if missing.

Referred customers and leads (optional)

Turn on Sync referred customers and leads on the integration page and every sale or lead Rekomi attributes to an affiliate is written to Ontraport as well, matched on email so existing contacts are updated, not duplicated. Each one carries:

  • contact fields Rekomi referral link, Rekomi campaign, Rekomi referring affiliate, Rekomi referring affiliate code, Rekomi last event, Rekomi last sale amount, created in a Rekomi section on first use
  • tags Rekomi customer or Rekomi lead
  • Affiliates synced by the section above also get Rekomi referral link, Rekomi campaign and Rekomi affiliate status in the same fields, so you can merge a partner's link into your emails.

Refunded, denied and fraud-quarantined conversions are never pushed, and imported historical conversions are skipped. It is off by default.

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: true prevents wiping populated fields with empty values.
  • If attaching the chosen tag fails, the sync is retried (the contact upsert is safe to repeat, so re-running won't create duplicates); only the by-name extras are best-effort non-fatal.
  • Rate limit: 180 req/min. X-Rate-Limit-Remaining header.

See the ontraport integration overview on the marketing site for use-cases, persona fit, and unique automation patterns.