For brandsCRM integrations
Brands
Benchmark Email
Connect Benchmark Email so approved affiliates land in your contact list.
Rekomi's Benchmark Email integration adds every approved affiliate to a Benchmark contact list via POST /Contact/{listId}/ContactDetails. The body includes Data: { Email, FirstName, LastName, EmailPerm: "1", Tags }. EmailPerm: "1" is critical, without it Benchmark silently fails the contact with response Status -1.
Connecting
- Benchmark Email > Account > Admin API Token. Copy the token.
- In Rekomi, Integrations > Benchmark Email, paste the token, click Connect.
- Pick a list from the dropdown.
Tags
Comma-delimited on the contact's Tags field. The Rekomi affiliate system tag is included.
Provider notes
- Custom header
AuthToken: {token}(NOT Authorization Bearer). - Synchronous upsert.
- 429 honors
Retry-After. - Disconnect deletes the integration row.
See the benchmark integration overview on the marketing site for use-cases, persona fit, and unique automation patterns.