GetProspect integration (Marketing, Data). Imported from open-connector.
https://api.getprospect.com/v2/email-finder
| Param | Type | Required | Description |
|---|---|---|---|
| full_name | string | optional | The contact's full name. Use instead of first_name plus last_name when availabl… |
| first_name | string | optional | The contact's first name. Required with last_name when full_name is not provide… |
| last_name | string | optional | The contact's last name. Required with first_name when full_name is not provide… |
| domain | string | optional | The company domain. GetProspect recommends this instead of company for better r… |
| company | string | optional | The company name. Use as a fallback when the company domain is not available. |
/v2/email-verifier
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | The email address you want to verify. |
/public/v1/email/lookup
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | The email address you want to look up. |
/public/v1/insights/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | How many records to return per page. |
| pageNumber | integer | optional | The 1-based page number used to paginate through the results. |
| sort | string | optional | The field used to sort lead search results. |
| order | string | optional | The sort order to apply to the search results. |
| filters | object | optional | The body payload for the GetProspect lead search endpoint. |
/public/v1/insights/companies
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | How many records to return per page. |
| pageNumber | integer | optional | The 1-based page number used to paginate through the results. |
| sort | string | optional | The field used to sort company search results. |
| order | string | optional | The sort order to apply to the search results. |
| filters | object | optional | The body payload for the GetProspect company search endpoint. |