Campaign Monitor
Connect Campaign Monitor so approved affiliates land in a subscriber list under a Client.
Rekomi's Campaign Monitor integration adds every approved affiliate to a subscriber list under a specific Client (Campaign Monitor's term for a sub-account).
What syncs
When an affiliate is approved (or, optionally, when they apply), Rekomi calls POST /api/v3.3/subscribers/{listId}.json with EmailAddress, concatenated Name, ConsentToTrack: "Yes" (GDPR-required), and Resubscribe: true (re-subscribes formerly-unsubscribed contacts).
Finding your API key + Client ID
In Campaign Monitor:
- Account Settings → API keys. Copy the API key.
- Clients page lists all Clients on your account. Pick the one you want Rekomi to sync to and copy its Client ID from the URL.
Connecting Campaign Monitor in Rekomi
- Go to Integrations in the dashboard sidebar.
- Click the Campaign Monitor card.
- Paste your API key and Client ID. Click Connect.
- Rekomi runs a test call against
GET /api/v3.3/clients.json.
Tags
Campaign Monitor has no first-class tag concept. Use multiple lists or custom fields for segmentation. Rekomi ignores the tags array on subscribe.
Per-campaign overrides + per-affiliate visibility + troubleshooting + disconnecting
Same patterns as other CRM providers.
Provider-specific notes
- HTTP Basic auth with API key as username +
xas password. Resubscribe: trueis essential; without it, previously-unsubscribed emails return 400.- General API has no documented rate limit. Transactional endpoints have
X-RateLimit-Reset(not used for our subscribe path).
See the campaignmonitor integration overview on the marketing site for use-cases, persona fit, and unique automation patterns.