NAiOS IconNAiOS Logo
Volver al catálogo

NeverBounce

neverbounce

NeverBounce provides email verification services to ensure the validity of email addresses, enhancing deliverability and reducing bounce rates.

Acciones
12
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (12)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get Account InfoNEVERBOUNCE_ACCOUNT_INFOAcción

Tool to get account information including credits, job counts, and usage statistics. use when retrieving neverbounce account summary after authentication.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create NeverBounce Bulk Verification JobNEVERBOUNCE_JOBS_CREATEAcción

Tool to create a new bulk verification job with parsing, sampling, and callback options. use for asynchronous list verification with advanced control.

Parámetros de entrada

  • inputstringObligatorio

    When 'remote_url', a URL to CSV or newline-delimited file. When 'supplied', an array of rows: lists or dicts of primitives.

  • filenamestring

    Display name for the job in the dashboard.

  • auto_parseboolean

    Automatically parse the job after creation (default false).

  • auto_startboolean

    Automatically start verification after parsing (default false).

  • run_sampleboolean

    Run a free sample analysis instead of the full job (default false).

  • callback_urlanyuri

    HTTP/HTTPS URL to receive lifecycle callbacks.

  • input_locationstringObligatorioenum

    'remote_url' to reference a hosted file; 'supplied' to send inline data.

    remote_urlsupplied
  • callback_headersobject

    Custom headers for callback POST requests.

  • request_meta_dataobject

    Settings for manual review behavior.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete NeverBounce JobNEVERBOUNCE_JOBS_DELETEAcción

Tool to permanently delete a job and its results. use when you need to irreversibly remove a bulk verification job. this delete is irreversible.

Parámetros de entrada

  • job_idintegerObligatorio

    Identifier of the job to permanently delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Download Job Results (GET)NEVERBOUNCE_JOBS_DOWNLOAD_GETAcción

Tool to download job results as a csv file via get. use after job completion to retrieve segmented or enriched csv output.

Parámetros de entrada

  • tldintegerenum

    Append tld column

    01
  • addrintegerenum

    Append addr column

    01
  • fqdnintegerenum

    Append fqdn column

    01
  • hostintegerenum

    Append host column

    01
  • aliasintegerenum

    Append alias column

    01
  • domainintegerenum

    Append domain column

    01
  • job_idintegerObligatorio

    ID of the finished job to download results for

  • validsintegerenum

    Include valid emails

    01
  • networkintegerenum

    Append network column

    01
  • invalidsintegerenum

    Include invalid emails

    01
  • unknownsintegerenum

    Include unknown emails

    01
  • catchallsintegerenum

    Include catchall emails

    01
  • subdomainintegerenum

    Append subdomain column

    01
  • bad_syntaxintegerenum

    Append bad_syntax column

    01
  • disposablesintegerenum

    Include disposable emails

    01
  • email_statusintegerenum

    Append email_status column

    01
  • has_dns_infointegerenum

    Append has_dns_info column

    01
  • role_accountintegerenum

    Append role_account column

    01
  • line_feed_typestringenum

    CSV linefeed style. Default . Options: LINEFEED_0A0D ( ), LINEFEED_0D0A ( ), LINEFEED_0A ( ), LINEFEED_0D ( )

    LINEFEED_0A0DLINEFEED_0D0ALINEFEED_0ALINEFEED_0D
  • free_email_hostintegerenum

    Append free_email_host column

    01
  • has_mail_serverintegerenum

    Append has_mail_server column

    01
  • only_bad_syntaxintegerenum

    Return only bad-syntax records

    01
  • only_duplicatesintegerenum

    Return only duplicate entries

    01
  • email_status_intintegerenum

    Append email_status_int column

    01
  • include_duplicatesintegerenum

    Include duplicate entries

    01
  • binary_operators_typestringenum

    Representation for binary flags. Default is 1/0. Options: BIN_1_0, BIN_Y_N, BIN_y_n, BIN_yes_no, BIN_Yes_No, BIN_true_false

    BIN_1_0BIN_Y_NBIN_y_nBIN_yes_noBIN_Yes_NoBIN_true_false
  • mail_server_reachableintegerenum

    Append mail_server_reachable column

    01

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve Job ResultsNEVERBOUNCE_JOBS_RESULTSAcción

Tool to retrieve paginated results for a completed job, including original data and verification outcomes. use after confirming job completion and when paging through results.

Parámetros de entrada

  • pageinteger

    Page number to fetch (must be ≥1). Defaults to 1.

  • job_idintegerObligatorio

    The ID of the completed job whose results you want to retrieve.

  • items_per_pageinteger

    Number of items per page (1–1000). Defaults to 10.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Start NeverBounce JobNEVERBOUNCE_JOBS_STARTAcción

Tool to start a parsed job when auto start is disabled. use after creating a job with auto start=false.

Parámetros de entrada

  • job_idintegerObligatorio

    The ID of the job to start. Must reference an existing job created with auto_start disabled.

  • run_sampleboolean

    Run a sample of the job list instead of full processing (default: false).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get bulk job statusNEVERBOUNCE_JOBS_STATUSAcción

Tool to get the status and progress of a bulk verification job. use when

Parámetros de entrada

  • job_idstringObligatorio

    The unique identifier of the bulk verification job.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

NeverBounce Account InfoNEVERBOUNCE_NEVERBOUNCE_ACCOUNT_INFOAcción

Tool to get account information including credits, job counts, and usage statistics. use after authenticating to retrieve neverbounce account summary.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete NeverBounce JobNEVERBOUNCE_NEVERBOUNCE_JOBS_DELETEAcción

Tool to permanently delete a job and its results. use when you need to irreversibly remove a bulk verification job. deletion is irreversible.

Parámetros de entrada

  • job_idintegerObligatorio

    Identifier of the bulk verification job to permanently delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Download Job Results (POST)NEVERBOUNCE_NEVERBOUNCE_JOBS_DOWNLOAD_POSTAcción

Tool to download job results as a csv file via post. use after job completion to fetch segmented or enriched csv output.

Parámetros de entrada

  • tldintegerenum

    Append tld column

    01
  • fqdnintegerenum

    Append fqdn column

    01
  • hostintegerenum

    Append host column

    01
  • aliasintegerenum

    Append alias column

    01
  • domainintegerenum

    Append domain column

    01
  • job_idintegerObligatorio

    ID of the finished job to download results for

  • validsintegerenum

    Include valid emails

    01
  • networkintegerenum

    Append network column

    01
  • invalidsintegerenum

    Include invalid emails

    01
  • unknownsintegerenum

    Include unknown emails

    01
  • catchallsintegerenum

    Include catchall emails

    01
  • subdomainintegerenum

    Append subdomain column

    01
  • bad_syntaxintegerenum

    Append bad_syntax column

    01
  • disposablesintegerenum

    Include disposable emails

    01
  • email_statusintegerenum

    Append email_status column

    01
  • has_dns_infointegerenum

    Append has_dns_info column

    01
  • role_accountintegerenum

    Append role_account column

    01
  • line_feed_typestringenum

    CSV linefeed style. Default is . Options: LINEFEED_0A0D ( ), LINEFEED_0D0A ( ), LINEFEED_0A ( ), LINEFEED_0D ( )

    LINEFEED_0A0DLINEFEED_0D0ALINEFEED_0ALINEFEED_0D
  • free_email_hostintegerenum

    Append free_email_host column

    01
  • has_mail_serverintegerenum

    Append has_mail_server column

    01
  • only_bad_syntaxintegerenum

    Return only bad-syntax records

    01
  • only_duplicatesintegerenum

    Return only duplicate entries

    01
  • email_status_intintegerenum

    Append email_status_int column

    01
  • include_duplicatesintegerenum

    Include duplicate entries

    01
  • binary_operators_typestringenum

    Representation for binary flags. Default is 1/0. Options: BIN_1_0, BIN_Y_N, BIN_y_n, BIN_yes_no, BIN_Yes_No, BIN_true_false

    BIN_1_0BIN_Y_NBIN_y_nBIN_yes_noBIN_Yes_NoBIN_true_false
  • mail_server_reachableintegerenum

    Append mail_server_reachable column

    01

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

NeverBounce Single CheckNEVERBOUNCE_SINGLE_CHECKAcción

Tool to verify a single email address and gather additional information. use when you need real-time validation at the point of entry.

Parámetros de entrada

  • emailanyObligatorioemail

    Email address to verify

  • timeoutinteger

    Timeout in milliseconds for the verification attempt. Network latency not included in timeout calculation.

  • request_meta_dataobject

    Additional request metadata to control verification behavior

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

JS Widget Send EventNEVERBOUNCE_WIDGET_SEND_EVENTAcción

Tool to send widget form events via the js widget api. use when reporting form.load or form.completion events after user interactions with your form.

Parámetros de entrada

  • eventstringObligatorioenum

    The widget event to send. Supported values: 'form.load' (when the form appears) or 'form.completion' (when the form is successfully submitted).

    form.loadform.completion

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not