NeverBounce integration (Communication, Marketing). Imported from open-connector.
https://api.neverbounce.com/v4.2/account/info
/single/check
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | The email address to verify. | |
| address_info | boolean | optional | Whether to include the optional address_info object. |
| credits_info | boolean | optional | Whether to include current credit counters. |
| timeout | integer | optional | The maximum verification time in seconds. |
/jobs/create
/jobs/parse
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | integer | required | The NeverBounce job identifier returned by the jobs API. |
| auto_start | boolean | optional | Whether NeverBounce should start verification after parsing. |
/jobs/start
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | integer | required | The NeverBounce job identifier returned by the jobs API. |
| run_sample | boolean | optional | Whether NeverBounce should run the job as a sample. |
/jobs/status
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | integer | required | The NeverBounce job identifier returned by the jobs API. |
/jobs/results
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | integer | required | The NeverBounce job identifier returned by the jobs API. |
| page | integer | optional | The results page to fetch. |
| items_per_page | integer | optional | The number of results per page. |
/jobs/download
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | integer | required | The NeverBounce job identifier returned by the jobs API. |
| valids | boolean | optional | Whether valid email results should be included. |
| invalids | boolean | optional | Whether invalid email results should be included. |
| catchalls | boolean | optional | Whether catchall email results should be included. |
| unknowns | boolean | optional | Whether unknown email results should be included. |
| disposables | boolean | optional | Whether disposable email results should be included. |
| include_duplicates | boolean | optional | Whether duplicate rows should be included. |
| only_duplicates | boolean | optional | Whether only duplicate rows should be returned. |
| only_bad_syntax | boolean | optional | Whether only bad-syntax rows should be returned. |
| email_status | boolean | optional | Whether the CSV should include the email_status column. |
| email_status_int | boolean | optional | Whether the CSV should include the integer email_status column. |
| has_dns_info | boolean | optional | Whether the CSV should include has_dns_info. |
| has_mail_server | boolean | optional | Whether the CSV should include has_mail_server. |
| mail_server_reachable | boolean | optional | Whether the CSV should include mail_server_reachable. |
| free_email_host | boolean | optional | Whether the CSV should include free_email_host. |
| role_account | boolean | optional | Whether the CSV should include role_account. |
| addr | boolean | optional | Whether the CSV should include addr. |
| alias | boolean | optional | Whether the CSV should include alias. |
| host | boolean | optional | Whether the CSV should include host. |
| fqdn | boolean | optional | Whether the CSV should include fqdn. |
| subdomain | boolean | optional | Whether the CSV should include subdomain. |
| domain | boolean | optional | Whether the CSV should include domain. |
| tld | boolean | optional | Whether the CSV should include tld. |
| network | boolean | optional | Whether the CSV should include network. |
| bad_syntax | boolean | optional | Whether the CSV should include bad_syntax. |
| binary_operators_type | string | optional | The representation used for binary flags. |
| line_feed_type | string | optional | The line feed style used in the downloaded CSV. |