NAiOS IconNAiOS Logo
Volver al catálogo

Unione

unione

UniOne is an email delivery service offering a versatile Web API and SMTP API for sending transactional and marketing emails.

Acciones
36
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 (36)

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.

UniOne Email BalanceUNIONE_EMAIL_BALANCEAcción

Tool to retrieve current account balance. use when you need to check your email usage and limits before sending large campaigns.

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

Cancel Scheduled EmailUNIONE_EMAIL_CANCELAcción

Tool to cancel a scheduled transactional email by its job id. use when you need to stop a pending email send before it's dispatched.

Parámetros de entrada

  • job_idstringObligatorio

    ID of the scheduled email job to cancel.

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

UniOne Email Domain ManagementUNIONE_EMAIL_DOMAINAcción

Tool to manage sender domains in unione. use when you need dns records for verification, trigger verification or dkim checks, list domains, or delete a domain.

Parámetros de entrada

  • limitinteger

    Maximum number of items to return (only for 'list').

  • domainstring

    Domain name to operate on. Required for all operations except 'list'.

  • offsetinteger

    Index of first item (0-based) (only for 'list').

  • operationstringObligatorioenum

    Operation to perform on sender domains.

    get_dns_recordsvalidate_verification_recordvalidate_dkimlistdelete

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 Email EventUNIONE_EMAIL_EVENT_GETAcción

Tool to retrieve details of a specific email event by its id. use when you need event information for auditing or diagnostics.

Parámetros de entrada

  • event_idstringObligatorio

    Unique identifier of the email event to retrieve.

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

UniOne Email Event TypesUNIONE_EMAIL_EVENT_TYPESAcción

Tool to retrieve supported email event types. use when you need a list of possible event codes for filtering or analytics.

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

Get Email Send JobUNIONE_EMAIL_GETAcción

Tool to retrieve detailed information about a specific email send job. use when you need its delivery metrics and history.

Parámetros de entrada

  • job_idstringObligatorio

    Unique identifier of the email send 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

UniOne Email List (Export)UNIONE_EMAIL_LISTAcción

Tool to export email events within a specified time frame. it creates an asynchronous event dump which can later be downloaded and parsed using unione event dump get.

Parámetros de entrada

  • emailstring

    Recipient email address

  • limitinteger

    Max events per dump file (default 50). If >100000, multiple files are created.

  • domainstring

    Recipient domain

  • formatstringenum

    Output format: 'csv' (default) or 'csv_gzip'

    csvcsv_gzip
  • statusstringenum

    Email status filter

    acceptedsentdeliveredopenedclickedunsubscribedsubscribedsoft_bouncedhard_bouncedspam
  • date_tostring

    ISO 8601 end timestamp

  • aggregatestringenum

    Aggregation over the period; cannot combine with filters when set

    day_status
  • date_fromstringObligatorio

    ISO 8601 start timestamp

  • delimiterstringenum

    CSV delimiter: ',' or ';'

    ,;
  • from_emailstring

    Sender email address

  • campaign_idstring

    Campaign identifier (decimal or UUID up to 128-bit)

  • dump_fieldsstring[]

    Ordered list of columns for the report. Defaults to a useful set if omitted.

  • delivery_statusstring

    Comma-separated internal delivery statuses

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

UniOne Email Event LogUNIONE_EMAIL_LOGAcción

Tool to initiate an asynchronous export of email events (event dump). use when you need to export transactional email events for a specified time window.

Parámetros de entrada

  • limitinteger

    Max events per file (default 50). If >100000, multiple files of 100000 events are created.

  • filterobject

    Filters to apply for the event dump.

  • formatstringenum

    Output format: 'csv' (default) or 'csv_gzip'.

    csvcsv_gzip
  • end_timestringdate-time

    End of time window (non-inclusive) in UTC 'YYYY-MM-DD hh:mm:ss'.

  • aggregatestringenum

    Aggregation over the period: 'day_status' for daily stats. Cannot combine with filters when set.

    day_status
  • delimiterstringenum

    Field delimiter for CSV: ',' or ';'.

    ,;
  • start_timestringObligatoriodate-time

    Start of time window in UTC 'YYYY-MM-DD hh:mm:ss'.

  • dump_fieldsstring[]

    Ordered list of columns for the report. Defaults to all standard fields if omitted.

  • all_projectsboolean

    If true and projects are enabled, fetches data across all projects.

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

UniOne Email PlanUNIONE_EMAIL_PLANAcción

Tool to retrieve current subscription plan details. use when you need to check your project and account plan limits before sending bulk emails.

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

UniOne Email PricingUNIONE_EMAIL_PRICINGAcción

Tool to retrieve current email pricing. use when you need to check per-email cost rates before sending emails.

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

UniOne Email QuotaUNIONE_EMAIL_QUOTAAcción

Tool to retrieve current email sending quota. use when you need to check your remaining quota before sending emails.

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

Resend Sent EmailUNIONE_EMAIL_RESENDAcción

Tool to resend a previously sent email by its job id. use when you need to trigger a resend of an email that has already been sent and you have the original job id.

Parámetros de entrada

  • job_idstringObligatorio

    Unique job ID of the originally sent email to resend.

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

UniOne Email ResubscribeUNIONE_EMAIL_RESUBSCRIBEAcción

Tool to resubscribe a recipient who previously unsubscribed. use when you need to restore a user's subscription status after they opt in again.

Parámetros de entrada

  • to_emailanyObligatorioemail

    Email address of the user to be resubscribed

  • from_namestringObligatorio

    Name of the sender displayed to the recipient

  • from_emailanyObligatorioemail

    Sender's email address to send the resubscribe message

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

Resume Paused EmailUNIONE_EMAIL_RESUMEAcción

Tool to resume a paused transactional email by its job id. use when you need to restart a paused pending email send.

Parámetros de entrada

  • job_idstringObligatorio

    ID of the paused email job to resume.

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

UniOne Email ScheduleUNIONE_EMAIL_SCHEDULEAcción

Tool to schedule a transactional email up to 24 hours ahead. use when you need to send an email at a specific future time.

Parámetros de entrada

  • messageobjectObligatorio

    Email message container with scheduling options

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

UniOne Email SMTP ConfigurationUNIONE_EMAIL_SMTPAcción

Tool to retrieve smtp server details and credentials. use when you need to configure your mail client or library for smtp sending.

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

UniOne Email StatisticsUNIONE_EMAIL_STATISTICSAcción

Tool to retrieve email sending statistics over a specified time range. this action uses unione's event-dump aggregate api under the hood to compute daily statistics.

Parámetros de entrada

  • date_tostringObligatorio

    End date (inclusive) in YYYY-MM-DD format

  • date_fromstringObligatorio

    Start date (inclusive) in YYYY-MM-DD format

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

UniOne Email UnsubscribeUNIONE_EMAIL_UNSUBSCRIBEAcción

Tool to unsubscribe an email from future emails. use when you need to stop all further transactional emails.

Parámetros de entrada

  • causestringObligatorio

    Suppression reason; must be 'unsubscribed' for this action

  • emailanyObligatorioemail

    Email address to unsubscribe

  • createdstringdate-time

    UTC timestamp when the suppression was created (YYYY-MM-DD hh:mm:ss)

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

Validate Email AddressUNIONE_EMAIL_VALIDATEAcción

Tool to validate an email address. use when you need deliverability diagnostics after compiling your recipient list.

Parámetros de entrada

  • emailanyObligatorioemail

    Email address to be checked

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

Batch Email ValidationUNIONE_EMAIL_VALIDATE_BATCHAcción

Tool to validate multiple email addresses in a batch. use when you need to verify deliverability for a list of emails at once.

Parámetros de entrada

  • emailsarrayObligatorio

    List of email addresses to validate (must be valid email format).

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

Resend Email Validation ResultsUNIONE_EMAIL_VALIDATE_RESENDAcción

Tool to resend results of an email validation request. use when you need to retrieve validation results again by request id.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the email validation request to resend.

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

UniOne Email Validate ResultUNIONE_EMAIL_VALIDATE_RESULTAcción

Tool to retrieve the detailed result of an email validation request. updated behavior: uses the official single email validation endpoint to synchronously obtain full diagnostics for the provided email address.

Parámetros de entrada

  • idstringObligatorio

    Email address to validate (previously: validation request ID)

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

Retry Email ValidationUNIONE_EMAIL_VALIDATE_RETRYAcción

Tool to retry an email validation request. updated to re-run validation via the official single validation endpoint using the provided email address.

Parámetros de entrada

  • idstringObligatorio

    Email address to (re)validate (previously: request ID)

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

UniOne Email Validate StatusUNIONE_EMAIL_VALIDATE_STATUSAcción

Tool to retrieve the current status of an email validation request. use when you need to poll for completion status.

Parámetros de entrada

  • idstringObligatorio

    Email address to validate (previously: validation request ID). This action now uses the single validation endpoint to provide status.

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

UniOne Email Webhook TypesUNIONE_EMAIL_WEBHOOK_TYPESAcción

Tool to retrieve supported email webhook event types. use when configuring your webhook callbacks.

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 Event DumpUNIONE_EVENT_DUMP_CREATEAcción

Tool to create an asynchronous csv event dump. use when you need to export transactional email events for a specified time window.

Parámetros de entrada

  • limitinteger

    Max events per file (default 50). If >100000, multiple files of 100000 events are created.

  • filterobject

    Filters to apply when selecting events for the dump.

  • formatstringenum

    Output format: 'csv' (default) or 'csv_gzip'.

    csvcsv_gzip
  • end_timestringdate-time

    End of time window (non-inclusive) in UTC 'YYYY-MM-DD hh:mm:ss'.

  • aggregatestringenum

    Aggregation over the period: 'day_status' for daily stats. Cannot combine with filters when set.

    day_status
  • delimiterstringenum

    Field delimiter for CSV: ',' or ';'.

    ,;
  • start_timestringObligatoriodate-time

    Start of time window in UTC 'YYYY-MM-DD hh:mm:ss'.

  • dump_fieldsstring[]

    Ordered list of columns for the report. Defaults to all standard fields if omitted.

  • all_projectsboolean

    If true and projects are enabled, fetches data across all projects.

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

UniOne Event Dump ListUNIONE_EVENT_DUMP_LISTAcción

Tool to retrieve the full list of event dumps. use when you need to view all existing event-dump tasks.

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

Schedule EmailUNIONE_SCHEDULE_EMAILAcción

Tool to schedule a transactional email up to 24 hours ahead. use when you need to send an email at a specific future time.

Parámetros de entrada

  • messageobjectObligatorio

    Email message container with scheduling options

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

Suppression ListUNIONE_SUPPRESSION_LISTAcción

Tool to return the suppression list since a given date. use when auditing bounced, unsubscribed, or blocked recipients.

Parámetros de entrada

  • causestringenum

    Optional cause filter. One of: unsubscribed, temporary_unavailable, permanent_unavailable, complained, blocked. New causes may be added.

    unsubscribedtemporary_unavailablepermanent_unavailablecomplainedblocked
  • limitinteger

    Maximum number of records to return. Defaults to 50.

  • cursorstring

    Pagination cursor. Omit for first call; use `cursor` from previous response for subsequent pages.

  • sourcestringenum

    Optional source filter. One of: user (set via suppression/set), system, subscriber.

    usersystemsubscriber
  • start_timestringdate-time

    UTC start time (YYYY-MM-DD hh:mm:ss) to fetch suppressions from. Ignored if `cursor` is provided.

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 TagUNIONE_TAG_DELETEAcción

Tool to delete a specific tag. use when you have confirmed the tag id you wish to remove.

Parámetros de entrada

  • tag_idintegerObligatorio

    Unique identifier of the tag to 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

UniOne Tag ListUNIONE_TAG_LISTAcción

Tool to retrieve all user-defined tags. use when you need to fetch the full list of tags 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

UniOne Template ListUNIONE_TEMPLATE_LISTAcción

Tool to list email templates. use when you need to retrieve available templates for transactional emails.

Parámetros de entrada

  • limitinteger

    Maximum number of templates to return, must be at least 1.

  • offsetinteger

    Starting index (0-based) for pagination.

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

Set TemplateUNIONE_TEMPLATE_SETAcción

Tool to set or update an email template. use when you need to create or modify transactional email templates before sending messages.

Parámetros de entrada

  • templateobjectObligatorio

    Template object to create or update.

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 Email Validation RequestUNIONE_UNIONE_EMAIL_VALIDATE_DELETEAcción

Tool to delete an email validation request. use when a validation job should be canceled by its id.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the email validation request to 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

Get Event DumpUNIONE_UNIONE_EVENT_DUMP_GETAcción

Tool to retrieve the contents of a specific event dump. use when you have the dump identifier (from event-dump/create) and need its status and download urls.

Parámetros de entrada

  • dump_idstringObligatorio

    Dump identifier returned by the event-dump/create endpoint

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

Set WebhookUNIONE_WEBHOOK_SETAcción

Tool to set or edit a webhook event notification handler. use when you need to configure your webhook for event callbacks.

Parámetros de entrada

  • urlstringObligatorio

    Target URL to receive event notifications; ASCII only (use Punycode for non-ASCII)

  • eventsobject

    Events container for webhook notifications

  • statusstringenum

    Webhook status: 'active' (default), 'disabled' (user-disabled), or 'stopped' (auto-stopped after 24h of failed calls)

    activedisabledstopped
  • event_formatstringenum

    Notification format: 'json_post' (default) or 'json_post_gzip'

    json_postjson_post_gzip
  • max_parallelinteger

    Maximum number of parallel requests allowed

  • single_eventinteger

    1 to send single event per call, 0 to batch multiple

  • delivery_infointeger

    1 to include detailed delivery info, 0 otherwise

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