For brandsCRM integrations
Brands
Freshworks CRM
Connect Freshworks CRM so approved affiliates land as contacts with tags.
Rekomi's Freshworks CRM integration upserts every approved affiliate via the contacts upsert endpoint with unique_identifier: { emails: ... }, contact: { emails, first_name, last_name, tags }. The endpoint is atomic upsert keyed on email. The API path depends on your product line: Freshsales Suite domains use /crm/sales/api/contacts/upsert, Freshsales Classic uses /api/contacts/upsert; Rekomi picks the right prefix from your domain automatically.
Connecting
- Copy your API key. Freshsales Suite: Profile (top-right) > Settings > API Settings. Freshsales Classic: Personal Settings > API Settings.
- In Rekomi, Integrations > Freshworks CRM, paste the API key + your org domain. Both product lines work:
yourbundle.myfreshworks.comoryourorg.freshworks.com(Freshsales Suite) andyourorg.freshsales.io(Freshsales Classic). Nohttps://, no path. - Click Connect.
Tags
First-class. Inline tags array. The Rekomi affiliate system tag is included.
Provider notes
Authorization: Token token={key}(Freshworks-specific format).- Per-tenant subdomain with SSRF allowlist covering
*.myfreshworks.com,*.freshsales.io, and*.freshworks.com. - Sales CRM, no list-picker, tags drive segmentation.
- Rate limit: 1,000 req/hr.
- Disconnect deletes the integration row.
See the freshworks integration overview on the marketing site for use-cases, persona fit, and unique automation patterns.