FindyMail
Overview
B2B Email & Phone Data For Modern Sales Teams. Reach more targets without destroying your reputation with built-in email verification and exceptional data coverage.
Setup
Create connector
From the settings panel or from the node catalog, search for the FindyMail integration and navigate to the 'create connector' view.
Retrieve your FindyMail API key
Navigate to your account and access the API keys section. Copy the API key and paste it into the dedicated field in Cargo.
Configure the connector
First, create a name and a slug for your connector. Then, paste your FindyMail API key into the dedicated field.
Actions
Verify - Verify an email for potential bounce.
POST : https://app.findymail.com/api/verify
Uses one verifier credit on all attempted verification
Parameter | Default | Optional | Description |
---|---|---|---|
None | No | Email address. |
Enrich - Email finder from a name.
POST : https://app.findymail.com/api/search/name
Find someone's email from name and website. Uses one finder credit if a verified email is found.
Parameter | Default | Optional | Description |
---|---|---|---|
name | None | No | Person's full name |
domain | None | No | Email domain (best) or company name |
webhook_url | None | Yes | Webhook URL that will receive the result as callback. If submitted, email search will happen in the background and notify this URL upon completion |
Enrich - Email finder from a domain.
POST : https://app.findymail.com/api/search/domain
Find someone's email from name and website. Uses one finder credit if a verified email is found.
Parameter | Default | Optional | Description |
---|---|---|---|
domain | None | No | Email domain (best) or company name |
roles | None | No | Target roles related to the given domain (max 3 roles) Example : [ "CEO", "Founder" ] |
webhook_url | None | Yes | Webhook URL that will receive the result as callback. If submitted, email search will happen in the background and notify this URL upon completion |
Enrich - Email finder from a Linkedin URL.
POST : https://app.findymail.com/api/search/linkedin
Find someone's email from name and website. Uses one finder credit if a verified email is found.
Parameter | Default | Optional | Description |
---|---|---|---|
linkedin_url | None | No | Person's full name |
webhook_url | None | Yes | Webhook URL that will receive the result as callback. If submitted, email search will happen in the background and notify this URL upon completion |
Enrich - Phone finder from a Linkedin URL.
POST : https://app.findymail.com/api/search/phone
Find someone's phone number from a Linkedin URL. Uses 10 finder credits if a phone is found. For legal reasons, requests for EU citizens will not return any result.
Parameter | Default | Optional | Description |
---|---|---|---|
linkedin_url | None | No | Person's Linkedin URL. (can be full URL "https://linkedin.com/in/johndoe" or username only "johndoe") |