Flodesk
Connect Flodesk so approved affiliates land in a segment automatically.
Rekomi's Flodesk integration adds every approved affiliate as a subscriber to a Flodesk segment.
What syncs
When an affiliate is approved (or, optionally, when they apply), Rekomi calls POST /v1/subscribers with email, first_name, last_name, and segment_ids: ["segId"]. The endpoint is upsert, re-syncing returns 200 with the updated subscriber.
Status is server-managed (read-only) in Flodesk's API; new subscribers default to active.
Finding your API key
In Flodesk:
- Account → Integrations → Developer API.
- Click Add API key. Copy the key.
Connecting Flodesk in Rekomi
- Go to Integrations in the dashboard sidebar.
- Click the Flodesk card.
- Paste your API key. Click Connect.
- Rekomi runs a test call against
GET /v1/segments?per_page=1.
Tags
Flodesk has no tag concept; only segments. Rekomi ignores the tags array on subscribe. If you want tag-like behavior, create dedicated Flodesk segments and pin per-campaign overrides to them.
When sync fires
- Default: only
Approvedaffiliates sync. - Optional: turn on "Include applicants before approval" to also sync
Pending.
Per-campaign overrides
Each campaign can override the account-level configuration. From a campaign's detail page, click the CRM sync tab.
Per-affiliate sync visibility
Open any affiliate's detail page. The CRM sync panel shows the per-CRM status. Resync clears prior jobs and re-fires the sync.
Troubleshooting
- 400 with "status is read-only", Should not happen; Rekomi never sends status. If you see this, contact support.
- 429, Flodesk throttles at 100 req/min on subscribers. No
Retry-Afterheader documented; Rekomi falls back to exponential backoff. - Sync fails with 401/403 after working before, The API key was revoked. Rekomi marks the integration "action needed" and emails you a reconnect prompt once per breakage. Reconnect with a fresh key, then use Resync all on the Failed tile of the integration page.
Disconnecting
From the Flodesk connect page, click Disconnect. Integration row + per-campaign overrides are deleted. Sync history is preserved.
See the flodesk integration overview on the marketing site for use-cases, persona fit, and unique automation patterns.