# Unisender AI integration on Definable

> UniSender is a simple and easy-to-use service for email and SMS marketing campaigns

## What this connects

UniSender is a simple and easy-to-use service for email and SMS marketing campaigns

Vendor: https://www.unisender.com

## Tools available

**33** tools available. First 12:

- `UNISENDER_CHECK_EMAIL` — Check Email Status — Tool to check the delivery status of emails sent via sendEmail method. Use when you need to verify email delivery status by email IDs. Statuses are stored for approximately one month. Rate limited to 300 requests per 60 seconds.
- `UNISENDER_CREATE_EMAIL_TEMPLATE` — Create Email Template — Tool to create a new email template for mass campaigns in UniSender. Use when you need to create a reusable email template with customizable title, subject, body content, and sender information.
- `UNISENDER_CREATE_FIELD` — Create Field — Tool to create a new custom field for contact data in UniSender. Use when you need to add a custom field that can store additional contact information and be used in email message substitutions.
- `UNISENDER_CREATE_LIST` — Create List — Tool to create a new contact list for organizing thematic email campaigns in UniSender. Use when you need to create a new mailing list with a unique title. The list title must be unique within the account.
- `UNISENDER_CREATE_SUBSCRIBER_NOTE` — Create Subscriber Note — Tool to create a note for a subscriber contact in UniSender. Use when you need to add a new note to a subscriber's profile. Notes created via API have an 'origin' field set to 'api'.
- `UNISENDER_DELETE_FIELD` — Delete Field — Tool to remove a custom field from the Unisender system. Use when you need to permanently delete a custom field and all its associated contact data.
- `UNISENDER_DELETE_LIST` — Delete List — Tool to permanently delete a contact list from your UniSender account. Use when you need to remove a mailing list by its ID.
- `UNISENDER_DELETE_SUBSCRIBER_NOTE` — Delete Subscriber Note — Tool to delete a subscriber note from UniSender by its ID. Use when you need to remove a note associated with a subscriber/contact from the system.
- `UNISENDER_DELETE_TAG` — Delete Tag — Tool to delete a tag by its ID and remove it from all associated contacts. Use when you need to remove a tag from your UniSender account.
- `UNISENDER_DELETE_TEMPLATE` — Delete Template — Tool to remove a template from the UniSender account. Use when you need to permanently delete a template by its ID.
- `UNISENDER_EXCLUDE` — Exclude Contact from Lists — Tool to remove contacts from specified lists or all lists in UniSender. Use when you need to exclude a contact (email or phone) from mailing lists. Unlike unsubscribe, exclude actually removes the contact from lists, allowing them to be re-added later using the subscribe method. Recommended when subscription management is performed by sender's initiative.
- `UNISENDER_EXPORT_CONTACTS` — Export Contacts — Tool to export contact data from UniSender lists for synchronization. Use when you need to export email addresses, phone numbers, and custom fields from lists. This method works asynchronously - the response contains a task_uuid for tracking export status.

## Auth

Auth schemes: `API_KEY`.

## How agents use Unisender

Inside a Definable workflow, Unisender is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Unisender** — the Researcher (GPT-5.5) pulls context from Unisender (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Unisender** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Unisender (create record, post message, draft email).
- **Designer / Engineer → Distributor → Unisender** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Unisender (attach file, open PR comment, post status).

The Verifier checks every Unisender call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- marketing — https://definable.ai/apps/category/marketing/
- email newsletters — https://definable.ai/apps/category/email-newsletters/
- phone & sms — https://definable.ai/apps/category/phone-&-sms/

## Related

- HTML page: https://definable.ai/apps/unisender/
- Same category (marketing): https://definable.ai/apps/category/marketing/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
