# Dialmycalls AI integration on Definable

> DialMyCalls provides a mass notification system enabling users to send voice and text messages to contacts.

## What this connects

DialMyCalls provides a mass notification system enabling users to send voice and text messages to contacts.

Vendor: https://www.dialmycalls.com

## Tools available

**25** tools available. First 12:

- `DIALMYCALLS_ADD_ACCESS_ACCOUNT` — Add Access Account — Tool to add a new access (sub) account. Use when you need to delegate dialing capabilities to another user after setting up your master account.
- `DIALMYCALLS_ADD_CONTACT` — Add Contact — Tool to add a contact to your contact list. Use when you need to store a new contact's phone (and optional name, email, or group) before sending messages.
- `DIALMYCALLS_ADD_GROUP` — Add Group — Tool to add a new contact group. Use after deciding the group name to organize recipients into groups.
- `DIALMYCALLS_DELETE_ACCESS_ACCOUNT` — Delete Access Account — Tool to delete an access (sub) account by ID. Use when removing a sub account after deprovisioning.
- `DIALMYCALLS_DELETE_CALLER_ID` — Delete Caller ID — Tool to delete a caller ID. Use when you need to permanently remove an existing caller ID no longer in use.
- `DIALMYCALLS_DELETE_CONTACT` — Delete Contact — Tool to delete a contact by ID. Use when you need to permanently remove a contact from your list.
- `DIALMYCALLS_DELETE_GROUP` — Delete Group — Tool to delete a contact group by ID. Use when you need to remove an existing contact group after confirming its ID.
- `DIALMYCALLS_DELETE_RECORDING` — Delete Recording — Tool to delete a recording by ID. Use when you need to permanently remove a custom recording after confirming its recording ID.
- `DIALMYCALLS_GET_ACCESS_ACCOUNT` — Get Access Account — Tool to retrieve an access (sub) account by ID. Use when you need to inspect the details of a specific sub-account.
- `DIALMYCALLS_GET_ACCOUNT` — Get Account — Tool to retrieve your main account details. Use when you need to confirm account ID, remaining credits, and status.
- `DIALMYCALLS_GET_CALLER_ID` — Get Caller ID — Tool to retrieve a caller ID by ID. Use when you need its details such as phone number and verification status.
- `DIALMYCALLS_GET_CONTACT` — Get Contact — Tool to retrieve a contact by its unique ID. Use when you need to fetch details of a specific contact from your account.

## Auth

Auth schemes: `API_KEY`.

## How agents use Dialmycalls

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

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

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

## Categories

- communication — https://definable.ai/apps/category/communication/
- phone & sms — https://definable.ai/apps/category/phone-&-sms/
- notifications — https://definable.ai/apps/category/notifications/

## Related

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