Sailthru
Connect Sailthru (Marigold Engage) so approved affiliates land in your user database.
Rekomi's Sailthru integration upserts every approved affiliate via signed POST /user with id, key: "email", lists: { "ListName": 1 }, vars: { tags }. Sailthru is keyed by free-text list NAME (not ID).
Connecting
- Sailthru > Account Settings > Setup > API & Postbacks. Copy API key + API secret.
- In Rekomi, open Integrations and click the Marigold Engage (Sailthru) card. Paste both, click Connect.
- Pick a list, the names you see come from Sailthru.

Tags
Sailthru has no first-class tag primitive on the user. Rekomi stores tags as vars.tags (array attribute) so you can segment on it in audience builder. The Rekomi affiliate system tag is included in that array.
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 Sailthru as well, matched on email so existing contacts are updated, not duplicated. Each one carries:
- user vars
rekomi_referral_link,rekomi_campaign,rekomi_referring_affiliate,rekomi_referring_affiliate_code,rekomi_last_event,rekomi_last_sale_amount rekomi_tagsvar withRekomi customerorRekomi lead(your owntagsvar is left alone)- Affiliates synced by the section above also get
Rekomi referral link,Rekomi campaignandRekomi affiliate statusin 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.
Provider notes
- MD5-signed requests with sorted-param-values + secret.
- List NAMES are the identifier, not IDs (must match exactly, case-sensitive).
- 429 honors
Retry-After. - Disconnect deletes the integration row.
See the sailthru integration overview on the marketing site for use-cases, persona fit, and unique automation patterns.