Beyond-Bot.ai + slackbot
Slackbot automates responses and reminders within Slack, assisting with tasks like onboarding, FAQs, and notifications to streamline team productivity
What You Can Do with this Integration
Automate Data Entry
Automatically sync new contacts or deals from Beyond-Bot.ai to slackbot.
Enrich Customer Profiles
Use Beyond-Bot.ai to find and add new information to your records in slackbot.
Trigger Workflows
Start automated workflows in slackbot based on conversations with your virtual expert.
Available Actions
Here are the specific actions your virtual expert can perform within slackbot.
Set Snooze Duration
Deprecated: turns on do not disturb mode for the current user, or changes its duration. use `set dnd duration` instead.
Add A Custom Emoji To A Slack Team
Deprecated: adds a custom emoji to a slack workspace given a unique name and an image url. use `add emoji` instead.
Add An Emoji Alias
Adds an alias for an existing custom emoji in a slack enterprise grid organization.
Add A Remote File
Adds a reference to an external file (e.g., google drive, dropbox) to slack for discovery and sharing, requiring a unique `external id` and an `external url` accessible by slack.
Add A Star To An Item
Stars a channel, file, file comment, or a specific message in slack.
Add Call Participants
Registers new participants added to a slack call.
Add Emoji
Adds a custom emoji to a slack workspace given a unique name and an image url; subject to workspace emoji limits.
Add Reaction To Message
Adds a specified emoji reaction to an existing message in a slack channel, identified by its timestamp; does not remove or retrieve reactions.
Archive A Slack Conversation
Archives a slack conversation by its id, rendering it read-only and hidden while retaining history, ideal for cleaning up inactive channels; be aware that some channels (like #general or certain dms) cannot be archived and this may impact connected integrations.
Archive A Public Or Private Channel
Archives a slack public or private channel, making it read-only; the primary 'general' channel cannot be archived.
Post Message To Channel
Deprecated: posts a message to a slack channel, direct message, or private channel. use `send message` instead.
Close Conversation Channel
Closes a slack direct message (dm) or multi-person direct message (mpdm) channel, removing it from the user's sidebar without deleting history; this action affects only the calling user's view.
Create A Reminder
Creates a slack reminder with specified text and time; time accepts unix timestamps, seconds from now, or natural language (e.g., 'in 15 minutes', 'every thursday at 2pm').
Create A Slack User Group
Creates a new user group (often referred to as a subteam) in a slack workspace.
Create Channel
Initiates a public or private channel-based conversation
Create A Channel-Based Conversation
Creates a new public or private slack channel with a unique name; the channel can be org-wide, or team-specific if `team id` is given (required if `org wide` is false or not provided).
Customize Url Unfurl
Customizes url previews (unfurling) in a specific slack message using a url-encoded json in `unfurls` to define custom content or remove existing previews.
Customize Url Unfurling In Messages
Deprecated: customizes url previews (unfurling) in a specific slack message. use `customize url unfurl` instead.
Delete File Comment
Deletes a specific comment from a file in slack; this action is irreversible.
Delete A File By Id
Permanently deletes an existing file from a slack workspace using its unique file id; this action is irreversible and also removes any associated comments or shares.
Delete A Public Or Private Channel
Permanently and irreversibly deletes a specified public or private channel, including all its messages and files, within a slack enterprise grid organization.
Delete A Slack Reminder
Deletes an existing slack reminder, typically when it is no longer relevant or a task is completed; this operation is irreversible.
Delete Scheduled Chat Message
Deletes a pending, unsent scheduled message from the specified slack channel, identified by its `scheduled message id`.
Delete A Message From A Chat
Deletes a message, identified by its channel id and timestamp, from a slack channel, private group, or direct message conversation; the authenticated user or bot must be the original poster.
Delete User Profile Photo
Deletes the slack profile photo for the user identified by the token, reverting them to the default avatar; this action is irreversible and succeeds even if no custom photo was set.
Disable A Slack User Group
Disables a specified, currently enabled slack user group by its unique id, effectively archiving it by setting its 'date delete' timestamp; the group is not permanently deleted and can be re-enabled.
Enable A User Group
Enables a disabled user group in slack using its id, reactivating it for mentions and permissions; this action only changes the enabled status and cannot create new groups or modify other properties.
Share File Public Url
Enables public sharing for an existing slack file by generating a publicly accessible url; this action does not create new files.
End A Call
Ends an ongoing slack call, identified by its id (obtained from `calls.add`), optionally specifying the call's duration.
End Snooze
Ends the current user's snooze mode immediately.
End Dnd Session
Ends the authenticated user's current do not disturb (dnd) session in slack, affecting only dnd status and making them available; if dnd is not active, slack acknowledges the request without changing status.
End Snooze Mode Immediately
Deprecated: ends the current user's snooze mode immediately. use `end snooze` instead.
Fetch Bot User Information
Fetches information for a specified, existing slack bot user; will not work for regular user accounts or other integration types.
Fetch Conversation History
Fetches a chronological list of messages and events from a specified slack conversation, accessible by the authenticated user/bot, with options for pagination and time range filtering.
Fetch Team Information
Deprecated: fetches comprehensive metadata about the current slack team. use `fetch team info` instead.
Get Do Not Disturb Status For Users
Deprecated: retrieves a user's current do not disturb status. use `get team dnd status` instead.
Fetch Item Reactions
Fetches reactions for a slack message, file, or file comment, requiring one of: channel and timestamp; file id; or file comment id.
Retrieve Conversation Replies
Retrieves replies to a specific parent message in a slack conversation, using the channel id and the parent message's timestamp (`ts`).
Fetch Team Info
Fetches comprehensive metadata about the current slack team, or a specified team if the provided id is accessible.
Fetch Workspace Settings Information
Retrieves detailed settings for a specific slack workspace, primarily for administrators in an enterprise grid organization to view or audit workspace configurations.
Find Channels
Find channels in a slack workspace by any criteria - name, topic, purpose, or description.
Lookup Users By Email
Retrieves the slack user object for an active user by their registered email address; fails with 'users not found' if the email is unregistered or the user is inactive.
Find Users
Find users in a slack workspace by any criteria - email, name, display name, or other text. includes optimized email lookup for exact email matches.
Get Channel Conversation Preferences
Retrieves conversation preferences (e.g., who can post, who can thread) for a specified channel, primarily for use within slack enterprise grid environments.
Get Reminder Information
Retrieves detailed information for an existing slack reminder specified by its id; this is a read-only operation.
Get Remote File
Retrieve information about a remote file added to slack.
Get Team Dnd Status
Retrieves a user's current do not disturb status.
Retrieve User Presence
Retrieves a slack user's current real-time presence (e.g., 'active', 'away') to determine their availability, noting this action does not provide historical data or status reasons.
Create Conversation
Deprecated: initiates a public or private channel-based conversation. use `create channel` instead.
Invite Users To A Slack Channel
Invites users to an existing slack channel using their valid slack user ids.
Invite Users To Channel
Invites users to a specified slack channel; this action is restricted to enterprise grid workspaces and requires the authenticated user to be a member of the target channel.
Invite User To Workspace
Invites a user to a slack workspace and specified channels by email; use `resend=true` to re-process an existing invitation for a user not yet signed up.
Invite User To Workspace And Channels
Deprecated: invites a user to a slack workspace and specified channels by email. use `invite user to workspace` instead.
Join Conversation By Channel Id
Joins an existing slack conversation (public channel, private channel, or multi-person direct message) by its id, if the authenticated user has permission.
Leave Conversation Channel
Leaves a slack conversation given its channel id; fails if leaving as the last member of a private channel or if used on a slack connect channel.
List Accessible Conversations For A User
Deprecated: retrieves conversations accessible to a specified user. use `list conversations` instead.
List All Channels
Lists conversations available to the user with various filters and search options.
List Conversations
Deprecated: lists conversations available to the user with various filters and search options. use `list channels` instead.
List All Slack Team Users With Pagination
Deprecated: retrieves a paginated list of all users in a slack workspace. use `list all users` instead.
List All Users
Retrieves a paginated list of all users, including comprehensive details, profile information, status, and team memberships, in a slack workspace; data may not be real-time.
List All Users In A User Group
Retrieves a list of all user ids within a specified slack user group, with an option to include users from disabled groups.
List Conversations
Retrieves conversations accessible to a specified user (or the authenticated user if no user id is provided), respecting shared membership for non-public channels.
List Slack Files
Lists files and their metadata within a slack workspace, filterable by user, channel, timestamp, or type; this action returns metadata only, not file content.
List Reminders
Lists all reminders with their details for the authenticated slack user; returns an empty list if no reminders exist.
List Remote Files
Retrieve information about a team's remote files.
List Scheduled Messages
Retrieves a list of pending (not yet delivered) messages scheduled in a specific slack channel, or across all accessible channels if no channel id is provided, optionally filtered by time and paginated.
List Scheduled Messages In A Channel
Deprecated: retrieves a list of pending (not yet delivered) messages scheduled in a specific slack channel. use `list scheduled messages` instead.
List Pinned Items In A Channel
Retrieves all messages and files pinned to a specified channel; the caller must have access to this channel.
List Team Remote Files
Deprecated: retrieve information about a team's remote files. use `list remote files` instead.
List Starred Items
Lists items starred by a user.
List Starred Items
Deprecated: lists items starred by a user. use `list starred items` instead.
List Team Custom Emojis
Retrieves all custom emojis for the slack workspace (image urls or aliases), not standard unicode emojis; does not include usage statistics or creation dates.
List User Groups
Lists user groups in a slack workspace, including user-created and default groups; results for large workspaces may be paginated.
List User Reactions
Lists all reactions added by a specific user to messages, files, or file comments in slack, useful for engagement analysis when the item content itself is not required.
List User Reminders With Details
Deprecated: lists all reminders with their details for the authenticated slack user. use `list reminders` instead.
List Admin Users
Retrieves a paginated list of admin users for a specified slack workspace.
Set User Presence
Manually sets a user's slack presence, overriding automatic detection; this setting persists across connections but can be overridden by user actions or slack's auto-away (e.g., after 10 mins of inactivity).
Mark Reminder As Complete
Marks a specific slack reminder as complete using its `reminder` id; **deprecated**: this slack api endpoint ('reminders.complete') was deprecated in march 2023 and is not recommended for new applications.
Open Dm
Opens or resumes a slack direct message (dm) or multi-person direct message (mpim) by providing either user ids or an existing channel id.
Open Or Resume Direct Or Multi-Person Messages
Deprecated: opens or resumes a slack direct message (dm) or multi-person direct message (mpim). use `open dm` instead.
Pin An Item To A Channel
Pins a message to a specified slack channel; the message must not already be pinned.
Remove Participants From Call
Deprecated: registers participants removed from a slack call. use `remove call participants` instead.
Register A New Call With Participants
Deprecated: registers a new call in slack using `calls.add` for third-party call integration. use `start call` instead.
Register New Call Participants
Deprecated: registers new participants added to a slack call. use `add call participants` instead.
Remove Remote File
Removes the slack reference to an external file (which must have been previously added via the remote files api), specified by either its `external id` or `file` id (one of which is required), without deleting the actual external file.
Remove A Star From An Item
Removes a star from a previously starred slack item (message, file, file comment, channel, group, or dm), requiring identification via `file`, `file comment`, `channel` (for channel/group/dm), or both `channel` and `timestamp` (for a message).
Remove User From Conversation
Removes a specified user from a slack conversation (channel); the caller must have permissions to remove users and cannot remove themselves using this action.
Remove Call Participants
Registers participants removed from a slack call.
Remove Reaction From Item
Removes an emoji reaction from a message, file, or file comment in slack.
Rename A Slack Channel
Renames a public or private slack channel; for enterprise grid workspaces, the user must be a workspace admin or channel manager.
Rename A Conversation
Renames a slack channel, automatically adjusting the new name to meet naming conventions (e.g., converting to lowercase), which may affect integrations using the old name.
Rename An Emoji
Renames an existing custom emoji in a slack workspace, updating all its instances.
Retrieve A User'S Identity Details
Retrieves the authenticated user's and their team's identity, with details varying based on oauth scopes (e.g., `identity.basic`, `identity.email`, `identity.avatar`).
Retrieve Call Information
Retrieves a point-in-time snapshot of a specific slack call's information.
Retrieve Conversation Information
Retrieves metadata for a slack conversation by id (e.g., name, purpose, creation date, with options for member count/locale), excluding message content; requires a valid channel id.
Get Conversation Members
Retrieves a paginated list of active member ids for a specified slack public channel, private channel, direct message (dm), or multi-person direct message (mpim).
Retrieve User Dnd Status
Retrieves a slack user's current do not disturb (dnd) status to determine their availability before interaction; any specified user id must be a valid slack user id.
Retrieve Detailed File Information
Retrieves detailed metadata and paginated comments for a specific slack file id; does not download file content.
Retrieve Detailed User Information
Retrieves comprehensive information for a valid slack user id, excluding message history and channel memberships.
Retrieve Message Permalink
Retrieves a permalink url for a specific message in a slack channel or conversation; the permalink respects slack's privacy settings.