# Beamer

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

- **Category:** notifications
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 12
- **Triggers:** 0
- **Slug:** `BEAMER`
- **Version:** 20260413_00

## Tools

### Count Post Comments

**Slug:** `BEAMER_COUNT_POST_COMMENTS`

Tool to count existing comments on a specific post. Use when you need the total number of comments matching specific filters.

### Count Post Reactions

**Slug:** `BEAMER_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.

### Count Posts

**Slug:** `BEAMER_COUNT_POSTS`

Tool to count existing posts. Use when you need the number of posts matching specific filters.

### Count Unread Posts

**Slug:** `BEAMER_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.

### Get Category

**Slug:** `BEAMER_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.

### Get Feed

**Slug:** `BEAMER_GET_FEED`

Tool to retrieve the URL for your standalone feed. Use after embedding to fetch the feed link for embedding or sharing.

### Get Notification

**Slug:** `BEAMER_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.

### Get Notifications

**Slug:** `BEAMER_GET_NOTIFICATIONS`

Tool to fetch unread notifications. Use after providing user context to retrieve and mark notifications as read.

### Get Post Comments

**Slug:** `BEAMER_GET_POST_COMMENTS`

Tool to retrieve comments for a specific post. Use after identifying the post ID to list its comments.

### Get Post Reactions

**Slug:** `BEAMER_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.

### Get Posts

**Slug:** `BEAMER_GET_POSTS`

Tool to retrieve a list of posts. Use when you need IDs and titles of posts for further operations.

### Ping API

**Slug:** `BEAMER_PING`

Tool to ping the Beamer API. Use when verifying API key authentication before making further requests.
