Rekomi Docs
For brandsCRM integrations
Brands

Sailthru

Connect Sailthru (Marigold Engage) so approved affiliates land in your user database.

Sailthru logo

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

  1. Sailthru > Account Settings > Setup > API & Postbacks. Copy API key + API secret.
  2. In Rekomi, open Integrations and click the Marigold Engage (Sailthru) card. Paste both, click Connect.
  3. Pick a list, the names you see come from Sailthru.

The Marigold Engage (Sailthru) connect form in Rekomi with the API key and API secret inputs and Connect button

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_tags var with Rekomi customer or Rekomi lead (your own tags var is left alone)
  • Affiliates synced by the section above also get Rekomi referral link, Rekomi campaign and Rekomi affiliate status in 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.