For brandsCRM integrations
Brands
Moosend
Connect Moosend so approved affiliates land in a mailing list automatically.
Rekomi's Moosend integration adds every approved affiliate to a Moosend mailing list.
What syncs
When an affiliate is approved (or, optionally, when they apply), Rekomi calls POST /v3/subscribers/{listId}/subscribe.json?apikey={key} with Email + concatenated Name. Moosend's endpoint is upsert by email natively.
Finding your API key
In Moosend:
- Settings → API key.
- Copy the key.
Connecting Moosend in Rekomi
- Go to Integrations in the dashboard sidebar.
- Click the Moosend card.
- Paste your API key. Click Connect.
- Rekomi runs a test call against
GET /v3/lists.json?apikey=.
Tags
Moosend 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. See the Mailchimp doc for the canonical workflow.
Provider-specific notes
- Auth uses
?apikey=query string, not a header. - Name is a single field, Rekomi concatenates first + last.
- 429 has no documented
Retry-After; Rekomi falls back to exponential backoff.
See the moosend integration overview on the marketing site for use-cases, persona fit, and unique automation patterns.