# Heartbeat AI integration on Definable

> Plug-and-play online communities.

## What this connects

Plug-and-play online communities. Heartbeat provides tools for creating and managing online communities with features for users, channels, events, messages, and more.

Vendor: https://www.heartbeat.chat/

## Tools available

**7** tools available. First 7:

- `HEARTBEAT_GET_EVENTS` — Get Events — Tool to retrieve event information from the community. Use when you need to list events with optional pagination support.
- `HEARTBEAT_LIST_CHANNELS` — List channels — Tool to retrieve a paginated list of channels in the community. Use when you need to list, browse, or search for channels in the Heartbeat community. Supports filtering by archived status, channel type, and pagination.
- `HEARTBEAT_LIST_GROUPS` — List Groups — Tool to retrieve a paginated list of access groups in the community. Use when you need to browse groups with optional filters for parent groups or user membership. Supports cursor-based pagination.
- `HEARTBEAT_LIST_USERS` — List Users — Tool to retrieve a paginated list of users in the Heartbeat community. Use when you need to get user information with optional filtering by creation date, group membership, or role.
- `HEARTBEAT_REACTIVATE_USER` — Reactivate User — Tool to reactivate a previously deleted user by email to allow them to access the community again. Use when you need to restore access for a user who was previously removed.
- `HEARTBEAT_RETRIEVE_GROUP` — Retrieve Group — Tool to retrieve a single group by its ID. Use when you need to get detailed information about a specific group in the Heartbeat community.
- `HEARTBEAT_RETRIEVE_USER` — Retrieve User — Tool to retrieve a single user by their ID. Use when you need to get detailed information about a specific user in the Heartbeat community.

## Auth

Auth schemes: `API_KEY`.

## How agents use Heartbeat

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

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

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

## Categories

- team collaboration — https://definable.ai/apps/category/team-collaboration/

## Related

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