# Dovetail AI integration on Definable

> Dovetail is an Australian software company that provides tools for transcription analysis, coding interpretation of interviews, survey responses, and feedback, enabling users to create summarized insights from their research analysis.

## What this connects

Dovetail is an Australian software company that provides tools for transcription analysis, coding interpretation of interviews, survey responses, and feedback, enabling users to create summarized insights from their research analysis.

Vendor: https://dovetail.com/

## Tools available

**51** tools available. First 12:

- `DOVETAIL_CREATE_CHANNEL` — Create Channel — Creates a new channel in Dovetail to organize and collect feedback data. Channels are containers for specific types of customer feedback such as app reviews, NPS responses, churn reasons, product reviews, or support tickets. Use this to set up a new data collection source before importing feedback data.
- `DOVETAIL_CREATE_CONTACT` — Create Contact — Tool to create a new contact in Dovetail. Use when you need to register a contact before logging interactions.
- `DOVETAIL_CREATE_DATA` — Create Data — Tool to create a data item in a Dovetail project with text content, title, and/or structured fields. Use when you need to capture and store research data, interview notes, or other content in a project.
- `DOVETAIL_CREATE_DATA_POINT` — Create Data Point — Tool to create a data point within a channel. Use after capturing new content to record and classify it in Dovetail.
- `DOVETAIL_CREATE_DOC` — Create Doc — Tool to create a doc in a Dovetail project with text content, title and/or custom fields. Use when you need to document research findings, store notes, or create structured content within a project. The doc content is stored but not returned in the response.
- `DOVETAIL_CREATE_INSIGHT` — Create Insight — Creates a new insight in Dovetail to store synthesized research findings, observations, or conclusions. Use this tool when you need to document and save key findings from user research, interviews, or data analysis. Insights can optionally be linked to a project for better organization. Returns the created insight's ID, title, creation timestamp, and other metadata. Note: The body content is stored but not included in the response.
- `DOVETAIL_CREATE_NOTE` — Create Note — Tool to create a note in a Dovetail project with text content, title and/or custom fields. Use when you need to document research notes, store interview findings, or create structured content within a project. The note content is stored but not returned in the response.
- `DOVETAIL_CREATE_PROJECT` — Create Project — Tool to create a new project in your Dovetail workspace. Use when you need to create a project to organize research data.
- `DOVETAIL_CREATE_TOPIC` — Create Topic — Tool to create a new topic in a Dovetail channel. Requires channel_id, title, and description. Use to organize feedback within channels by creating themed discussion topics.
- `DOVETAIL_DELETE_CHANNEL` — Delete Channel — Tool to delete an existing channel. Use when you need to remove a channel and move it to the project's trash (restorable for 30 days). Confirm the channel ID before calling.
- `DOVETAIL_DELETE_DATA` — Delete Data — Tool to delete an existing data item. Use when you have confirmed the data ID and want to move it to trash (restorable for 30 days). Example: "Delete data with ID 1tFfvvAmYPCLUqb9zO8dgN."
- `DOVETAIL_DELETE_DOC` — Delete Doc — Tool to delete an existing doc. Use when you need to remove a doc and move it to the project's trash (restorable for 30 days).

## Auth

Auth schemes: `API_KEY`.

## How agents use Dovetail

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

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

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

## Categories

- analytics — https://definable.ai/apps/category/analytics/
- transcription — https://definable.ai/apps/category/transcription/

## Related

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