Unione
unioneUniOne is an email delivery service offering a versatile Web API and SMTP API for sending transactional and marketing emails.
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ónTool to retrieve current account balance. use when you need to check your email usage and limits before sending large campaigns.
UNIONE_EMAIL_BALANCEAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Cancel Scheduled EmailUNIONE_EMAIL_CANCELAcciónTool to cancel a scheduled transactional email by its job id. use when you need to stop a pending email send before it's dispatched.
UNIONE_EMAIL_CANCELAcciónTool 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_idstringObligatorioID of the scheduled email job to cancel.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email Domain ManagementUNIONE_EMAIL_DOMAINAcciónTool 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.
UNIONE_EMAIL_DOMAINAcciónTool 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
limitintegerMaximum number of items to return (only for 'list').
domainstringDomain name to operate on. Required for all operations except 'list'.
offsetintegerIndex of first item (0-based) (only for 'list').
operationstringObligatorioenumOperation to perform on sender domains.
get_dns_recordsvalidate_verification_recordvalidate_dkimlistdelete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Email EventUNIONE_EMAIL_EVENT_GETAcciónTool to retrieve details of a specific email event by its id. use when you need event information for auditing or diagnostics.
UNIONE_EMAIL_EVENT_GETAcciónTool 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_idstringObligatorioUnique identifier of the email event to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email Event TypesUNIONE_EMAIL_EVENT_TYPESAcciónTool to retrieve supported email event types. use when you need a list of possible event codes for filtering or analytics.
UNIONE_EMAIL_EVENT_TYPESAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Email Send JobUNIONE_EMAIL_GETAcciónTool to retrieve detailed information about a specific email send job. use when you need its delivery metrics and history.
UNIONE_EMAIL_GETAcciónTool to retrieve detailed information about a specific email send job. use when you need its delivery metrics and history.
Parámetros de entrada
job_idstringObligatorioUnique identifier of the email send job
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email List (Export)UNIONE_EMAIL_LISTAcciónTool 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.
UNIONE_EMAIL_LISTAcciónTool 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
emailstringRecipient email address
limitintegerMax events per dump file (default 50). If >100000, multiple files are created.
domainstringRecipient domain
formatstringenumOutput format: 'csv' (default) or 'csv_gzip'
csvcsv_gzipstatusstringenumEmail status filter
acceptedsentdeliveredopenedclickedunsubscribedsubscribedsoft_bouncedhard_bouncedspamdate_tostringISO 8601 end timestamp
aggregatestringenumAggregation over the period; cannot combine with filters when set
day_statusdate_fromstringObligatorioISO 8601 start timestamp
delimiterstringenumCSV delimiter: ',' or ';'
,;from_emailstringSender email address
campaign_idstringCampaign 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_statusstringComma-separated internal delivery statuses
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email Event LogUNIONE_EMAIL_LOGAcciónTool to initiate an asynchronous export of email events (event dump). use when you need to export transactional email events for a specified time window.
UNIONE_EMAIL_LOGAcciónTool 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
limitintegerMax events per file (default 50). If >100000, multiple files of 100000 events are created.
filterobjectFilters to apply for the event dump.
formatstringenumOutput format: 'csv' (default) or 'csv_gzip'.
csvcsv_gzipend_timestringdate-timeEnd of time window (non-inclusive) in UTC 'YYYY-MM-DD hh:mm:ss'.
aggregatestringenumAggregation over the period: 'day_status' for daily stats. Cannot combine with filters when set.
day_statusdelimiterstringenumField delimiter for CSV: ',' or ';'.
,;start_timestringObligatoriodate-timeStart 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_projectsbooleanIf true and projects are enabled, fetches data across all projects.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email PlanUNIONE_EMAIL_PLANAcciónTool to retrieve current subscription plan details. use when you need to check your project and account plan limits before sending bulk emails.
UNIONE_EMAIL_PLANAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email PricingUNIONE_EMAIL_PRICINGAcciónTool to retrieve current email pricing. use when you need to check per-email cost rates before sending emails.
UNIONE_EMAIL_PRICINGAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email QuotaUNIONE_EMAIL_QUOTAAcciónTool to retrieve current email sending quota. use when you need to check your remaining quota before sending emails.
UNIONE_EMAIL_QUOTAAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Resend Sent EmailUNIONE_EMAIL_RESENDAcciónTool 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.
UNIONE_EMAIL_RESENDAcciónTool 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_idstringObligatorioUnique job ID of the originally sent email to resend.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email ResubscribeUNIONE_EMAIL_RESUBSCRIBEAcciónTool to resubscribe a recipient who previously unsubscribed. use when you need to restore a user's subscription status after they opt in again.
UNIONE_EMAIL_RESUBSCRIBEAcciónTool 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_emailanyObligatorioemailEmail address of the user to be resubscribed
from_namestringObligatorioName of the sender displayed to the recipient
from_emailanyObligatorioemailSender's email address to send the resubscribe message
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Resume Paused EmailUNIONE_EMAIL_RESUMEAcciónTool to resume a paused transactional email by its job id. use when you need to restart a paused pending email send.
UNIONE_EMAIL_RESUMEAcciónTool 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_idstringObligatorioID of the paused email job to resume.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email ScheduleUNIONE_EMAIL_SCHEDULEAcciónTool to schedule a transactional email up to 24 hours ahead. use when you need to send an email at a specific future time.
UNIONE_EMAIL_SCHEDULEAcciónTool 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
messageobjectObligatorioEmail message container with scheduling options
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email SMTP ConfigurationUNIONE_EMAIL_SMTPAcciónTool to retrieve smtp server details and credentials. use when you need to configure your mail client or library for smtp sending.
UNIONE_EMAIL_SMTPAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email StatisticsUNIONE_EMAIL_STATISTICSAcciónTool 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.
UNIONE_EMAIL_STATISTICSAcciónTool 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_tostringObligatorioEnd date (inclusive) in YYYY-MM-DD format
date_fromstringObligatorioStart date (inclusive) in YYYY-MM-DD format
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email UnsubscribeUNIONE_EMAIL_UNSUBSCRIBEAcciónTool to unsubscribe an email from future emails. use when you need to stop all further transactional emails.
UNIONE_EMAIL_UNSUBSCRIBEAcciónTool to unsubscribe an email from future emails. use when you need to stop all further transactional emails.
Parámetros de entrada
causestringObligatorioSuppression reason; must be 'unsubscribed' for this action
emailanyObligatorioemailEmail address to unsubscribe
createdstringdate-timeUTC timestamp when the suppression was created (YYYY-MM-DD hh:mm:ss)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Validate Email AddressUNIONE_EMAIL_VALIDATEAcciónTool to validate an email address. use when you need deliverability diagnostics after compiling your recipient list.
UNIONE_EMAIL_VALIDATEAcciónTool to validate an email address. use when you need deliverability diagnostics after compiling your recipient list.
Parámetros de entrada
emailanyObligatorioemailEmail address to be checked
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Batch Email ValidationUNIONE_EMAIL_VALIDATE_BATCHAcciónTool to validate multiple email addresses in a batch. use when you need to verify deliverability for a list of emails at once.
UNIONE_EMAIL_VALIDATE_BATCHAcciónTool 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
emailsarrayObligatorioList of email addresses to validate (must be valid email format).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Resend Email Validation ResultsUNIONE_EMAIL_VALIDATE_RESENDAcciónTool to resend results of an email validation request. use when you need to retrieve validation results again by request id.
UNIONE_EMAIL_VALIDATE_RESENDAcciónTool to resend results of an email validation request. use when you need to retrieve validation results again by request id.
Parámetros de entrada
idstringObligatorioUnique identifier of the email validation request to resend.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email Validate ResultUNIONE_EMAIL_VALIDATE_RESULTAcciónTool 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.
UNIONE_EMAIL_VALIDATE_RESULTAcciónTool 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
idstringObligatorioEmail address to validate (previously: validation request ID)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retry Email ValidationUNIONE_EMAIL_VALIDATE_RETRYAcciónTool to retry an email validation request. updated to re-run validation via the official single validation endpoint using the provided email address.
UNIONE_EMAIL_VALIDATE_RETRYAcciónTool 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
idstringObligatorioEmail address to (re)validate (previously: request ID)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email Validate StatusUNIONE_EMAIL_VALIDATE_STATUSAcciónTool to retrieve the current status of an email validation request. use when you need to poll for completion status.
UNIONE_EMAIL_VALIDATE_STATUSAcciónTool to retrieve the current status of an email validation request. use when you need to poll for completion status.
Parámetros de entrada
idstringObligatorioEmail address to validate (previously: validation request ID). This action now uses the single validation endpoint to provide status.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Email Webhook TypesUNIONE_EMAIL_WEBHOOK_TYPESAcciónTool to retrieve supported email webhook event types. use when configuring your webhook callbacks.
UNIONE_EMAIL_WEBHOOK_TYPESAcciónTool to retrieve supported email webhook event types. use when configuring your webhook callbacks.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Event DumpUNIONE_EVENT_DUMP_CREATEAcciónTool to create an asynchronous csv event dump. use when you need to export transactional email events for a specified time window.
UNIONE_EVENT_DUMP_CREATEAcciónTool 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
limitintegerMax events per file (default 50). If >100000, multiple files of 100000 events are created.
filterobjectFilters to apply when selecting events for the dump.
formatstringenumOutput format: 'csv' (default) or 'csv_gzip'.
csvcsv_gzipend_timestringdate-timeEnd of time window (non-inclusive) in UTC 'YYYY-MM-DD hh:mm:ss'.
aggregatestringenumAggregation over the period: 'day_status' for daily stats. Cannot combine with filters when set.
day_statusdelimiterstringenumField delimiter for CSV: ',' or ';'.
,;start_timestringObligatoriodate-timeStart 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_projectsbooleanIf true and projects are enabled, fetches data across all projects.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Event Dump ListUNIONE_EVENT_DUMP_LISTAcciónTool to retrieve the full list of event dumps. use when you need to view all existing event-dump tasks.
UNIONE_EVENT_DUMP_LISTAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Schedule EmailUNIONE_SCHEDULE_EMAILAcciónTool to schedule a transactional email up to 24 hours ahead. use when you need to send an email at a specific future time.
UNIONE_SCHEDULE_EMAILAcciónTool 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
messageobjectObligatorioEmail message container with scheduling options
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Suppression ListUNIONE_SUPPRESSION_LISTAcciónTool to return the suppression list since a given date. use when auditing bounced, unsubscribed, or blocked recipients.
UNIONE_SUPPRESSION_LISTAcciónTool to return the suppression list since a given date. use when auditing bounced, unsubscribed, or blocked recipients.
Parámetros de entrada
causestringenumOptional cause filter. One of: unsubscribed, temporary_unavailable, permanent_unavailable, complained, blocked. New causes may be added.
unsubscribedtemporary_unavailablepermanent_unavailablecomplainedblockedlimitintegerMaximum number of records to return. Defaults to 50.
cursorstringPagination cursor. Omit for first call; use `cursor` from previous response for subsequent pages.
sourcestringenumOptional source filter. One of: user (set via suppression/set), system, subscriber.
usersystemsubscriberstart_timestringdate-timeUTC start time (YYYY-MM-DD hh:mm:ss) to fetch suppressions from. Ignored if `cursor` is provided.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete TagUNIONE_TAG_DELETEAcciónTool to delete a specific tag. use when you have confirmed the tag id you wish to remove.
UNIONE_TAG_DELETEAcciónTool to delete a specific tag. use when you have confirmed the tag id you wish to remove.
Parámetros de entrada
tag_idintegerObligatorioUnique identifier of the tag to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Tag ListUNIONE_TAG_LISTAcciónTool to retrieve all user-defined tags. use when you need to fetch the full list of tags after authentication.
UNIONE_TAG_LISTAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
UniOne Template ListUNIONE_TEMPLATE_LISTAcciónTool to list email templates. use when you need to retrieve available templates for transactional emails.
UNIONE_TEMPLATE_LISTAcciónTool to list email templates. use when you need to retrieve available templates for transactional emails.
Parámetros de entrada
limitintegerMaximum number of templates to return, must be at least 1.
offsetintegerStarting index (0-based) for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set TemplateUNIONE_TEMPLATE_SETAcciónTool to set or update an email template. use when you need to create or modify transactional email templates before sending messages.
UNIONE_TEMPLATE_SETAcciónTool 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
templateobjectObligatorioTemplate object to create or update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Email Validation RequestUNIONE_UNIONE_EMAIL_VALIDATE_DELETEAcciónTool to delete an email validation request. use when a validation job should be canceled by its id.
UNIONE_UNIONE_EMAIL_VALIDATE_DELETEAcciónTool to delete an email validation request. use when a validation job should be canceled by its id.
Parámetros de entrada
idstringObligatorioUnique identifier of the email validation request to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Event DumpUNIONE_UNIONE_EVENT_DUMP_GETAcciónTool 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.
UNIONE_UNIONE_EVENT_DUMP_GETAcciónTool 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_idstringObligatorioDump identifier returned by the event-dump/create endpoint
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set WebhookUNIONE_WEBHOOK_SETAcciónTool to set or edit a webhook event notification handler. use when you need to configure your webhook for event callbacks.
UNIONE_WEBHOOK_SETAcciónTool to set or edit a webhook event notification handler. use when you need to configure your webhook for event callbacks.
Parámetros de entrada
urlstringObligatorioTarget URL to receive event notifications; ASCII only (use Punycode for non-ASCII)
eventsobjectEvents container for webhook notifications
statusstringenumWebhook status: 'active' (default), 'disabled' (user-disabled), or 'stopped' (auto-stopped after 24h of failed calls)
activedisabledstoppedevent_formatstringenumNotification format: 'json_post' (default) or 'json_post_gzip'
json_postjson_post_gzipmax_parallelintegerMaximum number of parallel requests allowed
single_eventinteger1 to send single event per call, 0 to batch multiple
delivery_infointeger1 to include detailed delivery info, 0 otherwise
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not