Rekomi Docs
For brandsCRM integrations
Brands

Moosend

Connect Moosend so approved affiliates land in a mailing list automatically.

Moosend logo

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, and Tags. Moosend's endpoint is upsert by email natively.

Moosend reports errors as HTTP 200 with a non-zero Code in the body (bad API key, unknown list, invalid email all arrive that way). Rekomi parses the envelope on every response, so those cases surface as real failures instead of false successes.

Finding your API key

In Moosend (now Sitecore Send):

  1. More → Settings → API key.
  2. Copy the key.

Connecting Moosend in Rekomi

  1. Go to Integrations in the dashboard sidebar.
  2. Click the Sitecore Send (Moosend) card.
  3. Paste your API key. Click Connect.
  4. Rekomi runs a test call that fetches a one-item lists page (GET /v3/lists/{page}/{size}.json) and checks the response envelope, so a bad key fails at connect time.

The Sitecore Send (Moosend) connect form in Rekomi with the API key input and Connect button

Tags

Supported. Tags is a documented field on Moosend's subscribe body, so Rekomi sends your configured tag names (including the Rekomi affiliate system tag) inline on every sync.

Referred customers and leads (optional)

Turn on Sync referred customers and leads on the integration page and every sale or lead Rekomi attributes to an affiliate is written to Moosend as well, matched on email so existing contacts are updated, not duplicated. Each one carries:

  • list custom fields Rekomi referral link, Rekomi campaign, Rekomi referring affiliate, Rekomi referring affiliate code, Rekomi last event, Rekomi last sale amount, created on the list on first use
  • tags Rekomi customer or Rekomi lead
  • Affiliates synced by the section above also get Rekomi referral link, Rekomi campaign and Rekomi affiliate status in the same fields, so you can merge a partner's link into your emails.

Refunded, denied and fraud-quarantined conversions are never pushed, and imported historical conversions are skipped. It is off by default.

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.