For brandsCRM integrations
Brands
Maropost
Connect Maropost so approved affiliates land in your contact database with tags.
Rekomi's Maropost integration upserts every approved affiliate via Maropost's Contacts API.
What syncs
When an affiliate is approved (or, optionally, when they apply), Rekomi calls POST /accounts/{accountId}/contacts.json?auth_token={token} with contact: { email, first_name, last_name, options: { subscribe_list_ids: "{listId}" }, add_tags: [...] }. The endpoint is upsert by email.
Finding your credentials
In Maropost:
- Account Settings → API. Copy your Auth Token.
- Your Account ID is in the dashboard URL.
Connecting Maropost in Rekomi
- Go to Integrations in the dashboard sidebar.
- Click the Maropost card.
- Paste both. Click Connect.
Tags
First-class. add_tags array of names. Maropost auto-creates missing tag names.
Per-campaign overrides + per-affiliate visibility + troubleshooting + disconnecting
Same patterns as other CRM providers.
Provider-specific notes
- Auth via
?auth_token=query string (yes, even on POST/PUT/DELETE). subscribe_list_idsis a COMMA-SEPARATED STRING, not a JSON array (Maropost quirk).- Add_tags IS a proper JSON array.
- No public rate limit documented; 429 honors
Retry-After.
See the maropost integration overview on the marketing site for use-cases, persona fit, and unique automation patterns.