Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
26 tools available
Revolt is a free and open-source chat platform offering secure and customizable communication.
Connect Revolt to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Revolt's 26 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every Revolt action below is a callable tool any Definable persona can invoke.
Tool to acknowledge platform policy changes. Use when accepting or confirming policy updates for your bot account.
Tool to add a reaction to a message in a channel. Use when you want to react with an emoji to a specific message. Returns success on completion.
Tool to block another user by their ID. Use when you need to prevent interactions with a specific user.
Tool to upload and save settings data to Revolt's sync storage. Use when you need to persist user settings or preferences.
Tool to delete a message you've sent or one you have permission to delete. Use when you need to remove a message from a channel.
Tool to bulk delete multiple messages from a channel. Use when you need to delete multiple messages at once. Requires ManageMessages permission regardless of message ownership. Messages must have been sent within the past 1 week.
Tool to fetch all bots that you have control over. Use when you need to retrieve information about bots owned by the authenticated user account.
Tool to fetch settings from server filtered by keys. Returns an object with the requested keys where each value is a tuple of (timestamp, value). Only settings that exist on the server will be included in the response.
Tool to fetch detailed information about a user. Use when you have a valid user ID and need full account details. Call after authenticating with bot token.
Tool to fetch flags associated with a specific user. Use after obtaining the user ID to inspect their special statuses or roles.
Tool to fetch the server configuration for this Revolt instance. Use when you need to discover API version, feature availability, WebSocket endpoints, or service URLs.
Tool to fetch a channel by its ID. Use when you need to retrieve detailed information about a specific channel.
Tool to retrieve your own user information. Use when you need to fetch details about the authenticated user account.
Tool to fetch detailed information about an invite by its code. Use when you have a valid invite code and need to retrieve invite details including server info, channel info, and member count.
Tool to fetch information about unread state on channels. Use when you need to check which channels have unread messages or mentions.
Tool to retrieve a user's profile data including bio and background. Use when you need profile-specific information beyond basic user data. Will fail if you do not have permission to access the target user's profile.
Tool to fetch a user's default avatar image based on their ID. Use when you need to retrieve the default avatar picture for a specific user.
Tool to open a DM with another user. Use when you need to start or access a direct message conversation. If the target is oneself, returns a saved messages channel.
Tool to fetch all direct message conversations for the authenticated user. Use when you need to list all DM and group DM channels.
Tool to pin a message in a channel by its ID. Use when you need to highlight important messages for channel members.
Tool to remove a reaction from a message. Use when you need to remove your own, someone else's, or all reactions of a given emoji from a message. Requires ManageMessages permission if removing others' reactions.
Tool to send a message to a Revolt channel. Use when you need to post a text message, embed, or attachment to a specific channel. Call after authenticating with bot token.
Tool to unblock another user by their ID. Use when you need to remove a block on a specific user. The relationship status will change from 'Blocked' to 'None' after successful execution.
Tool to unpin a message in a channel. Use when you need to remove a pinned message from the channel's pinned messages list.
Tool to edit a message that you've previously sent in a channel. Use when you need to update the content or embeds of an existing message. At least one of content or embeds must be provided.
Tool to update user information. Use when you need to modify user profile or status fields. Call after authenticating with bot token.
Anything Revolt exposes through its API. Common communication workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 26 Revolt tools directly, then chain the result into another integration without you writing code.
Revolt uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 26 Revolt tools. You only need a separate Revolt subscription if Revolt itself charges per seat or per API call.
Every call from a persona to Revolt is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Revolt, and connect via OAuth or API key. You can immediately attach Revolt to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 26 Revolt actions as callable tools — including `Acknowledge Policy Changes`, `Add Reaction to Message`, `Block User`, plus 23 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.