For brandsCRM integrations
Brands
Vero
Connect Vero so approved affiliates are identified in your account with tags.
Rekomi's Vero integration identifies (upserts) every approved affiliate via POST /api/v2/users/track. Vero's /users/track endpoint is misnamed, it's the IDENTIFY endpoint, not event tracking. No list-picker (Vero is account-wide).
Connecting
- Vero > Settings > Project Settings > API. Copy the Auth Token.
- In Rekomi, Integrations > Vero, paste the token, click Connect.
Tags
First-class. Applied via a follow-up PUT /api/v2/users/tags/edit call after the identify. The Rekomi affiliate system tag is included.
Provider notes
- Auth token goes in JSON body (NOT a Bearer header).
- Identify endpoint upserts on email, safe to retry.
- The connection test uses Vero's alias endpoint with a random probe ID, which validates the token without creating any user in your account.
- 429 honors
Retry-After. - Disconnect deletes the integration row.
See the vero integration overview on the marketing site for use-cases, persona fit, and unique automation patterns.