For brandsCRM integrations
Brands
Pabbly Email Marketing
Connect Pabbly Email Marketing so approved affiliates land in your subscriber list with tags.
Rekomi's Pabbly integration adds every approved affiliate to a Pabbly Email Marketing list with optional tags.
What syncs
When an affiliate is approved (or, optionally, when they apply), Rekomi calls POST /api/v2/subscribers with email, firstName, lastName, status: "subscribed", lists: [list-name], tags: [...]. 409 on duplicate email is treated as idempotent success.
Finding your API token
In Pabbly Email Marketing:
- Integrations → API.
- Generate a v2 token. Copy it.
Connecting Pabbly in Rekomi
- Go to Integrations in the dashboard sidebar.
- Click the Pabbly card.
- Paste your API token. Click Connect.
Tags
First-class. Inline tags array on subscribe. The Rekomi affiliate system tag is always applied.
Per-campaign overrides + per-affiliate visibility + troubleshooting + disconnecting
Same patterns as other CRM providers.
Provider-specific notes
- Bearer token auth (v2 token, not v1).
listsfield accepts list NAMES (not IDs) on v2.- Account-wide daily cap: 10,000 API calls.
See the pabbly integration overview on the marketing site for use-cases, persona fit, and unique automation patterns.