Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ideaboxai.com/llms.txt

Use this file to discover all available pages before exploring further.

Abilities

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

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.

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.

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

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

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

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.

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.

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

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

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

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.

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

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

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

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

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.

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

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

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

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

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.

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

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

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

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

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

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

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

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

Tool to retrieve all user-defined tags. use when you need to fetch the full list of tags after authentication.

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

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

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

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.

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