Move a clear Slack request into your Bubble process
Use Notis to recognize a supported request in Slack and trigger the Bubble backend workflow your app already exposes.
Trigger
Channel Message Received
Triggered when a message is posted in a Slack channel (public, private, or multi-party IM). Does NOT match direct messages.
Action
Trigger Bubble Workflow via GET
Trigger a Bubble API workflow using an HTTP GET request. API workflows are server-side workflows in Bubble that can be triggered externally. Use GET for simple workflows that don't require a request body (parameters passed as query strings). For workflows requiring complex data or file uploads, use the POST version instead. Before using: The workflow must be created in Bubble's workflow editor and marked as "Expose as a public API workflow". The Bubble app must have API access enabled in its subscription.
Why this helps
A request may be understood in chat but still require someone to repeat it in the app that handles the process.
- Reduce re-entry for a defined intake process.
- Keep the conversational request close to its resulting workflow.
- Use a specific request signal to initiate an existing Bubble process.
Setup
Build it in a few focused steps.
- 1Connect Slack and Bubble to Notis once through the portal.
- 2Ensure the relevant Bubble API workflow is exposed and create the automation in the portal or ask Notis conversationally.
- 3Write one plain-language instruction describing which clear Slack request should trigger the existing Bubble workflow and what context Notis should pass.
- 4Choose the channel-message trigger, select a run-report channel, and test with one supported request.
Questions about this workflow
Does this create the Bubble backend workflow?
No. The Bubble API workflow must already exist and be exposed before Notis can trigger it.
What if a Slack request is ambiguous?
Tell Notis to skip triggering the workflow and report that the request needs clarification.
When this happens · Trigger
Do this · Action
Supported Triggers and Actions
Notis builds workflows that link Slack to Bubble. A trigger fires from one place; an action lands in another.
Slack triggers
Bubble actions
Recurring trigger
Notis starts this workflow on a schedule, such as daily, weekly, or during business hours.
Bulk Create Things
Tool to bulk create multiple Things in Bubble via newline-separated JSON. Use when you need to insert many records at once. Must have Create via API permission.
Webhook trigger
Notis starts this workflow when an external tool or custom backend sends an HTTP request.
Create Thing
Tool to create a new Thing. Use when providing a complete JSON payload to add a new record.
New Channel Created Trigger
Triggered when a new channel is created in Slack.
Delete Thing By ID
Tool to delete a Bubble Thing by its unique ID. Use when you need to remove a specific record via the Bubble Data API.
Channel Message Received
Triggered when a message is posted in a Slack channel (public, private, or multi-party IM). Does NOT match direct messages.
Get Thing By ID
Retrieves a single Thing (record) from a Bubble Data Type by its unique ID. This is a read-only operation that fetches complete details of a specific record. The response includes all custom fields defined in the Data Type, plus standard Bubble fields (_id, created_by, created_date, modified_date). Use when you need to: - Fetch details of a specific record you know the ID of - Verify a record exists - Get the latest field values for a Thing Note: Requires the Data API to be enabled in your Bubble app settings and the specific Data Type to be exposed via the API.
Direct Message Received
Triggered when a new direct message (DM) is sent to a user in Slack. Catches all DMs across all DM channels.
Patch Thing By ID
Tool to modify selected fields on a Thing by its unique ID. Use after confirming the Thing exists.
Message Reaction Added
Triggered when a reaction is added to a message in Slack. Supports optional filtering by channel and emoji name.
Replace Thing by ID
Tool to replace all editable fields on a Thing by its Unique ID. Use when you need a full overwrite of a Thing's fields and reset omitted fields to default.
Message Reaction Removed
Triggered when a reaction is removed from a message in Slack. Supports optional filtering by channel and emoji name.
Download File
Tool to download a file given its URL. Use when you need to retrieve file content and obtain an s3key for subsequent upload tests.
Reaction Added Trigger
DEPRECATED: use `SLACK_MESSAGE_REACTION_ADDED` instead. Triggered when a reaction is added to a message in Slack.
Create Temp File
Tool to upload bytes as a temporary file to Cloudflare R2 and return an S3 key. Use when you need a short-lived file reference before persisting it in a Thing.
Connect any two apps with Notis in the middle.
Slack and Bubble, or any other combination from 1,000+ integrations.
When this happens · Trigger
Do this · Action
Save your first hour today.
7-day trial of any paid plan, with 20$ of usage included.
No card. Works with personal or business Bubble.