Findymail integration (Marketing, Data). Imported from open-connector.
https://app.findymail.com/api/credits
/api/verify
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | The email address to verify. |
/api/search/name
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The person's full name. Use this or firstName and lastName. |
| firstName | string | optional | The person's first name. |
| lastName | string | optional | The person's last name. |
| domain | string | required | The company domain, such as example.com. |
/api/search/domain
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | required | The company domain to search, such as example.com. |
/api/search/employees
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | optional | The company domain to search, such as example.com. |
| companyName | string | optional | The company name to search when no domain is available. |
| limit | integer | optional | The maximum number of employees to request. |