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.
Tools (12)
Count Post Comments
Tool to count existing comments on a specific post. Use when you need the total number of comments matching specific filters.
Inputs: dateTo, postId, search, dateFrom, language
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.
Inputs: postId
Count Posts
Tool to count existing posts. Use when you need the number of posts matching specific filters.
Inputs: dateTo, filter, userId, expired, archived, category, dateFrom, language, filterUrl, published, forceFilter, ignoreFilters, filterByUserId
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.
Inputs: filter, userId, dateFrom, filterUrl, userEmail, forceFilter, userLastName, userFirstName
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.
Inputs: category_id
Get Feed
Tool to retrieve the URL for your standalone feed. Use after embedding to fetch the feed link for embedding or sharing.
Inputs: theme, filter, userId, language, userEmail, filterByUrl, forceFilter, userLastName, ignoreFilters, userFirstName
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.
Inputs: notificationId
Get Notifications
Tool to fetch unread notifications. Use after providing user context to retrieve and mark notifications as read.
Inputs: page, filter, userId, category, dateFrom, language, filterUrl, saveViews, userEmail, markAsRead, maxResults, forceFilter, userLastName, ignoreFilters, userFirstName, traceableLinks, ignoreRequestDetails
Get Post Comments
Tool to retrieve comments for a specific post. Use after identifying the post ID to list its comments.
Inputs: page, dateTo, postId, search, dateFrom, language, maxResults
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.
Inputs: page, dateTo, postId, dateFrom, reaction, maxResults
Get Posts
Tool to retrieve a list of posts. Use when you need IDs and titles of posts for further operations.
Ping API
Tool to ping the Beamer API. Use when verifying API key authentication before making further requests.