# Beamer AI integration on Definable

> Beamer is a platform that enables companies to announce news, updates, and features directly within their applications or websites, enhancing user engagement and communication.

## What this connects

Beamer is a platform that enables companies to announce news, updates, and features directly within their applications or websites, enhancing user engagement and communication.

Vendor: https://www.getbeamer.com/

## Tools available

**12** tools available. First 12:

- `BEAMER_COUNT_POST_COMMENTS` — Count Post Comments — Tool to count existing comments on a specific post. Use when you need the total number of comments matching specific filters.
- `BEAMER_COUNT_POST_REACTIONS` — Count Post Reactions — Tool to count existing reactions on a specific post. Use when you need the total number of reactions for a given post.
- `BEAMER_COUNT_POSTS` — Count Posts — Tool to count existing posts. Use when you need the number of posts matching specific filters.
- `BEAMER_COUNT_UNREAD_POSTS` — Count Unread Posts — Tool to count unread posts for a user. Use when you need the number of posts the user would see when opening their Beamer feed.
- `BEAMER_GET_CATEGORY` — Get Category — Tool to retrieve metadata for a Beamer category by its ID. Use when you need category information for filtering or grouping posts. Beamer uses a fixed set of categories: new, improvement, fix, comingsoon, announcement, and other.
- `BEAMER_GET_FEED` — Get Feed — Tool to retrieve the URL for your standalone feed. Use after embedding to fetch the feed link for embedding or sharing.
- `BEAMER_GET_NOTIFICATION` — Get Notification — Tool to retrieve details of a specific notification by its unique notification ID. Use after obtaining the notification ID to fetch its full details.
- `BEAMER_GET_NOTIFICATIONS` — Get Notifications — Tool to fetch unread notifications. Use after providing user context to retrieve and mark notifications as read.
- `BEAMER_GET_POST_COMMENTS` — Get Post Comments — Tool to retrieve comments for a specific post. Use after identifying the post ID to list its comments.
- `BEAMER_GET_POST_REACTIONS` — Get Post Reactions — Tool to retrieve all reactions associated with a specific post. Use when you need to list reactions and optionally filter by date, reaction type, or pagination.
- `BEAMER_GET_POSTS` — Get Posts — Tool to retrieve a list of posts. Use when you need IDs and titles of posts for further operations.
- `BEAMER_PING` — Ping API — Tool to ping the Beamer API. Use when verifying API key authentication before making further requests.

## Auth

Auth schemes: `API_KEY`.

## How agents use Beamer

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

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

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

## Categories

- notifications — https://definable.ai/apps/category/notifications/
- product management — https://definable.ai/apps/category/product-management/

## Related

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