Waterfall integration (Data, Marketing). Imported from open-connector.
https://api.waterfall.io/v1/verify/email
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | Email address to verify. |
/v1/enrichment/contact
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | Professional or personal email address to enrich. | |
| string | optional | LinkedIn profile URL or slug for the contact. | |
| full_name | string | optional | Full name of the contact. |
| first_name | string | optional | First name of the contact. |
| last_name | string | optional | Last name of the contact. |
| domain | string | optional | Company domain used with the contact name. |
| include_phones | boolean | optional | Whether Waterfall should also run phone enrichment. |
| webhook_url | string | optional | Webhook URL that Waterfall should call when the job completes. |
| custom_fields | object | optional | Custom metadata to echo back in Waterfall finder responses. |
/v1/enrichment/contact
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | string | required | The Waterfall job ID returned by a launcher action. |
/v1/enrichment/company
| Param | Type | Required | Description |
|---|---|---|---|
| domain | string | optional | Company domain or full URL to enrich. |
| string | optional | Company LinkedIn URL or slug to enrich. | |
| name | string | optional | Company name to enrich when domain or LinkedIn is not available. |
| webhook_url | string | optional | Webhook URL that Waterfall should call when the job completes. |
| custom_fields | object | optional | Custom metadata to echo back in Waterfall finder responses. |
/v1/enrichment/company
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | string | required | The Waterfall job ID returned by a launcher action. |
/v1/job/change
| Param | Type | Required | Description |
|---|---|---|---|
| company_domain | string | optional | Previous company domain for the contact. |
| company_linkedin | string | optional | Previous company LinkedIn URL or slug. |
| contact_linkedin | string | optional | Contact LinkedIn URL or slug. |
| professional_email | string | optional | Contact professional email address. |
| personal_email | string | optional | Contact personal email address. |
| contact_full_name | string | optional | Full name of the contact. |
| custom_fields | object | optional | Custom metadata to echo back in Waterfall finder responses. |
/v2/account
| Param | Type | Required | Description |
|---|---|---|---|
| month | string | optional | Optional month in YYYY-MM format used to scope usage counters. |