Rekomi Docs
For brandsCRM integrations
Brands

Pabbly Email Marketing

Connect Pabbly Email Marketing so approved affiliates land in your subscriber list automatically.

Pabbly logo

Rekomi's Pabbly integration adds every approved affiliate to a Pabbly Email Marketing list.

What syncs

When an affiliate is approved (or, optionally, when they apply), Rekomi runs a 2-call sequence:

  1. POST /api/v2/subscribers with email, firstName, lastName (documented upsert by email; 409 on duplicate is treated as a success, not an error).
  2. POST /api/v2/lists/add-subscriber with email + listIds: [your-chosen-list-id] to attach the subscriber to the list.

Finding your API token

In Pabbly Email Marketing:

  1. Integrations → API.
  2. Generate a v2 token. Copy it.

Connecting Pabbly in Rekomi

  1. Go to Integrations in the dashboard sidebar.
  2. Click the Pabbly card.
  3. Paste your API token. Click Connect.

The Pabbly Email Marketing connect form in Rekomi with the API token input and Connect button

Tags

Not sent. Pabbly's v2 subscriber endpoint documents a tags field, but it is unverified against live accounts, so Rekomi doesn't advertise tagging for Pabbly (the tags input is hidden). Use separate lists for segmentation.

Per-campaign overrides + per-affiliate visibility + troubleshooting + disconnecting

Same patterns as other CRM providers.

Provider-specific notes

  • Bearer token auth (v2 token, not v1).
  • Lists are targeted by ID (Rekomi persists the list ID from the picker, so renaming a list in Pabbly doesn't break the sync).
  • 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.