RekomiRekomiBlogPricing
Rekomi Docs
Rekomi Docs
Welcome to Rekomi
Quickstart for brandsPlans and trialsIntegrationsStripe Connect (sales tracking)Organization settingsTeam managementNotifications

Campaigns and commissions

CampaignsCommission modelsPay per click or lead (CPC & CPL)Coupon-code attributionSub-affiliate recruitingTracking and attribution

Affiliates

Recruit affiliatesManage affiliatesAI co-pilotApply to the curated network

Money flow

SalesPayoutsMulti-currencyTax formsReports

Email

Sending domainBroadcasts
CRM and email integrations

Most popular

MailchimpKlaviyoOmnisendBrevoGetResponse

Creator and SaaS

ConvertKit (Kit)ActiveCampaignbeehiivOntraportMailerLiteMoosend

Specialist platforms

DripSendGridMailjetEmailOctopusFlodeskIterableCampaign MonitorPabbly Email MarketingEmmaMaropostCustomer.ioFreshworks CRMOrttoSendlane

Enterprise and long-tail

SendFoxBenchmark EmailCampaignerCordialE-goiiContactListrakSailthruSelligent (Marigold Engage)SendyVeroVision6Braze
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-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 → Ontraport API → Manage API Keys.
  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.

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.

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 idempotent, so re-running is safe); 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.

beehiiv

Connect beehiiv so approved affiliates land in your publication automatically.

MailerLite

Connect MailerLite so approved affiliates land in a MailerLite group automatically.

On this page

What syncsFinding your credentialsConnecting Ontraport in RekomiTagsPer-campaign overrides + per-affiliate visibility + troubleshooting + disconnectingProvider-specific notes