Treffer Logo treffer Docs

Make

Call Treffer from a scenario with the HTTP module's "Make a request" action.

This page covers the values you need for Treffer. For the module itself, follow Make's HTTP app docs.

Configuration

  • Method POST, URL exactly as documented, no trailing slash.
  • Add a header X-API-Key with your key.
  • Body type Raw, content type JSON. Map incoming values into the JSON.
  • Turn on "Parse response", so the response fields map into later modules.
  • Set the module timeout to at least 120 seconds. Lookups run against live sources and can take up to 90 seconds.

URL and body per endpoint

Replace the example values with your scenario's mapped values.

Email finder

URL: https://api.treffer.io/v1/email/finder

{
  "first_name": "Christian",
  "last_name": "Hecker",
  "domain": "traderepublic.com"
}

Inputs: full_name, or first_name and last_name. Plus domain or company_name; the domain gives the more reliable match.

Company profile

URL: https://api.treffer.io/v1/companies/profile

{
  "domain": "traderepublic.com"
}

Inputs: domain or name, or both; the domain gives the more reliable match.

All request and response fields: email finder, company profile.

Waterfalls and errors

A miss is not an error: HTTP 200, found false, 0 credits. Filter a route on found and send misses to your fallback provider.

A 429 tells you how long to wait in its Retry-After header, see rate limits and errors.

Privacy Policy Terms of Service Imprint