Rekomi Docs
For brandsCRM integrations
Brands

Campaigner

Connect Campaigner so approved affiliates land in your subscriber list.

Campaigner logo

Rekomi's Campaigner integration adds every approved affiliate via POST /v1/Import/Subscribers with Subscribers: [{ EmailAddress, Lists: [listId], CustomFields: [FirstName, LastName] }] (list membership rides on each subscriber; names travel as custom fields). Upsert keyed on EmailAddress.

Connecting

  1. Campaigner > Account Settings > Users > Create New User > API User.
  2. In Rekomi, Integrations > Campaigner, paste API key, click Connect.
  3. Pick a list.

The Campaigner connect form in Rekomi with the API key input and Connect button

Tags

Campaigner has no first-class tag concept. Rekomi ignores the tags array.

Provider notes

  • ApiKey: {key} header.
  • PascalCase fields.
  • A 200 response still carries the per-batch outcome; Rekomi parses Failures/Successes so a rejected subscriber surfaces as a real failure.
  • 429 honors Retry-After.
  • Disconnect deletes the integration row.

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