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.

12 actions Integration catalog
Request access
Connect Beamer once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Count Post CommentsBEAMER_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 ReactionsBEAMER_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 PostsBEAMER_COUNT_POSTS
Tool to count existing posts. Use when you need the number of posts matching specific filters.
Count Unread PostsBEAMER_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 CategoryBEAMER_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 FeedBEAMER_GET_FEED
Tool to retrieve the URL for your standalone feed. Use after embedding to fetch the feed link for embedding or sharing.
Get NotificationBEAMER_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 NotificationsBEAMER_GET_NOTIFICATIONS
Tool to fetch unread notifications. Use after providing user context to retrieve and mark notifications as read.
Get Post CommentsBEAMER_GET_POST_COMMENTS
Tool to retrieve comments for a specific post. Use after identifying the post ID to list its comments.
Get Post ReactionsBEAMER_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 PostsBEAMER_GET_POSTS
Tool to retrieve a list of posts. Use when you need IDs and titles of posts for further operations.
Ping APIBEAMER_PING
Tool to ping the Beamer API. Use when verifying API key authentication before making further requests.