# Godial AI integration on Definable

> GoDial is an automatic call app, mobile CRM, and outbound dialer software that transforms your phone into a call center, enabling efficient management of calls and contacts.

## What this connects

GoDial is an automatic call app, mobile CRM, and outbound dialer software that transforms your phone into a call center, enabling efficient management of calls and contacts.

Vendor: https://godial.cc/

## Tools available

**24** tools available. First 12:

- `GODIAL_ADD_CONTACT` — Add GoDial Contact — Add a new contact to a GoDial CRM list. Requires a valid list ID (obtain from List External Lists action) and phone number. Returns the created contact with assigned ID, timestamps, and lead score.
- `GODIAL_ADD_LIST` — Add GoDial Contact List — Tool to create a new contact list in GoDial. Use when you need to add a list for organizing contacts within a team. Requires a valid team ID (obtain from List Accounts action).
- `GODIAL_ADD_TASK` — Add Task to GoDial — Add a new task to GoDial. Use when you need to create a task and assign it to a specific account. Requires account ID which can be obtained from List Accounts action.
- `GODIAL_ADD_TEAM` — Add GoDial Team — Tool to add a new team to your GoDial company. Use when you need to create a team for organizing accounts or users within your organization.
- `GODIAL_DELETE_CONTACT_BY_PHONE` — Delete GoDial Contact by Phone — Tool to delete a contact from a GoDial list by phone number. Use when you need to remove a specific contact identified by their phone number from a particular list.
- `GODIAL_DISPOSE_CONTACT` — Dispose GoDial Contact — Tool to insert disposition details for a contact (e.g., call outcome). Use after completing a call to record the result. Requires valid disposition status configured in the system.
- `GODIAL_LIST_ACCOUNTS` — Retrieve GoDial Accounts — Tool to retrieve all accounts in the authenticated GoDial account. Use after obtaining access token to fetch available accounts. Supports optional pagination.
- `GODIAL_LIST_CONTACTS` — List GoDial Contacts — Tool to retrieve all contacts from a specific GoDial list. Use when you need to view or enumerate contacts within a list by providing the list ID.
- `GODIAL_LIST_EXTERNAL_LISTS` — Retrieve GoDial External Lists — Tool to retrieve all lists in the authenticated GoDial account. Use when you need to enumerate lists for selecting a target list ID after configuring your External API access token.
- `GODIAL_LIST_TASKS` — Retrieve GoDial Tasks — Tool to retrieve all tasks in the authenticated GoDial account. Use when you need to enumerate tasks for viewing, filtering, or managing task workflows.
- `GODIAL_LIST_TEAMS` — Retrieve GoDial Teams — Tool to retrieve all teams in the authenticated GoDial company. Use when you need to enumerate teams for your company after configuring your External API access token.
- `GODIAL_REMOVE_ACCOUNT` — Remove GoDial Account — Tool to remove a GoDial account. Use when an account needs to be permanently deleted.

## Auth

Auth schemes: `API_KEY`.

## How agents use Godial

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

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

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

## Categories

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

## Related

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