For brandsCRM integrations
Brands
Emma
Connect Emma (myEmma) so approved affiliates land in a group automatically.
Rekomi's Emma integration adds every approved affiliate to an Emma group.
What syncs
When an affiliate is approved (or, optionally, when they apply), Rekomi calls POST /{accountId}/members/add with email, fields: { first_name, last_name }, group_ids: [groupId]. The endpoint is upsert by email.
Finding your credentials
In Emma:
- Account Settings → Integrations → Account API.
- Copy your Account ID (numeric), Public API key, and Private API key.
Connecting Emma in Rekomi
- Go to Integrations in the dashboard sidebar.
- Click the Emma card.
- Paste all three credentials. Click Connect.
- Rekomi runs a test call against
GET /{accountId}/fields?count=true.
Tags
Emma has no tag concept, groups serve that role. Rekomi only attaches to the chosen group; if you want tag-like behavior, create dedicated Emma groups.
Per-campaign overrides + per-affiliate visibility + troubleshooting + disconnecting
Same patterns as other CRM providers.
Provider-specific notes
- Triple-credential auth: HTTP Basic with
publicKey:privateKey+ accountId in URL path. - Emma returns 403 (not 429) for rate-limit exceeded, Rekomi recognizes this and treats it as retryable (1-minute backoff).
- Rate limit: 180 calls/min.
See the emma integration overview on the marketing site for use-cases, persona fit, and unique automation patterns.