# Dripcel AI integration on Definable

> Dripcel is a platform for automated SMS and Email marketing, campaign compliance, and data-driven lead generation.

## What this connects

Dripcel is a platform for automated SMS and Email marketing, campaign compliance, and data-driven lead generation.

Vendor: https://dripcel.com/

## Tools available

**18** tools available. First 12:

- `DRIPCEL_CREATE_CONTACTS` — Create Contacts in Bulk — Tool to upload a list of new contacts to Dripcel in bulk. Only creates new contacts (does not update existing ones). Use when you need to add multiple contacts to your Dripcel account at once. Maximum 100,000 contacts per request.
- `DRIPCEL_DELETE_CONTACT` — Delete Contact — Tool to delete a contact by their cell number. Use when you need to remove a contact from Dripcel after confirming the MSISDN.
- `DRIPCEL_DELETE_TAG` — Delete Tag — Tool to delete a tag by its ID. Use when you need to remove a tag from Dripcel. Warning: This will also remove the tag from all contacts and campaigns that have it.
- `DRIPCEL_GET_BALANCE` — Get current credit balance — Retrieves the current credit balance for your Dripcel organization account. This action requires no input parameters and returns the available credit balance as a numeric value. Use this to check your account balance before performing credit-consuming operations like sending SMS messages. The balance is returned in your account's default currency (not explicitly specified in the response).
- `DRIPCEL_GET_CAMPAIGNS` — Get Dripcel Campaigns — Retrieves a list of campaigns from Dripcel. Supports optional pagination (page, pageSize) and filtering by campaign status. Returns campaign details including ID, name, status, and timestamps.
- `DRIPCEL_GET_CONTACT` — Get contact by cell number — Tool to retrieve a single contact by their cell number (MSISDN). Use when you need to view details of a specific contact including their name, email, tags, and other metadata.
- `DRIPCEL_GET_DELIVERIES` — Get Deliveries — Tool to retrieve SMS/email delivery records from Dripcel. Returns a list of message deliveries filtered by recipient phone number (cell) or send operation ID (customerId). Useful for tracking message delivery status, checking delivery history for a specific contact, or auditing a particular send operation.
- `DRIPCEL_GET_EMAIL_TEMPLATES` — Get email templates — Retrieves all email templates from your Dripcel account. Returns a list of templates with their IDs, names, subjects, and content. Use this action when you need to: - View all available email templates in your account - Get template IDs for use in email sending operations - Check template content before selecting one for a campaign - List templates to verify template creation or updates Note: According to API documentation, this endpoint returns all templates without documented support for pagination or filtering.
- `DRIPCEL_GET_SALES` — Get sales — Tool to retrieve a list of all sales. Use when you need comprehensive sales data for reporting or analytics.
- `DRIPCEL_LIST_TAGS` — List all tags — Tool to retrieve all tags in your Dripcel organization. Use when you need to view available tags, get tag IDs for adding to contacts, or verify tag existence before operations.
- `DRIPCEL_OPT_OUT_CONTACT` — Opt out contact from campaigns — Tool to opt out a contact from multiple campaigns at once. Use when you need to remove a contact from campaign messaging. More robust than single campaign opt-out, allowing batch operations or opting out from all campaigns at once.
- `DRIPCEL_POST_COMPLIANCE_SEND` — Check SMS Compliance — Check if phone numbers are allowed to receive SMS messages based on opt-out status and campaign targeting rules. Returns whether each number can be sent to, helping ensure compliance before sending messages. Costs 0.14 credits per phone number checked.

## Auth

Auth schemes: `API_KEY`.

## How agents use Dripcel

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

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

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

## Categories

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

## Related

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