-
Notifications
You must be signed in to change notification settings - Fork 121
docs: Add Bubble integration docs for workflows and notifications #1721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…token storage instructions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reformatted the text
Changed structure slightly
Lowered reliance on ordered & unordered lists
sources/platform/integrations/workflows-and-notifications/bubble.md
Outdated
Show resolved
Hide resolved
sources/platform/integrations/workflows-and-notifications/bubble.md
Outdated
Show resolved
Hide resolved
sources/platform/integrations/workflows-and-notifications/bubble.md
Outdated
Show resolved
Hide resolved
sources/platform/integrations/workflows-and-notifications/bubble.md
Outdated
Show resolved
Hide resolved
sources/platform/integrations/workflows-and-notifications/bubble.md
Outdated
Show resolved
Hide resolved
sources/platform/integrations/workflows-and-notifications/bubble.md
Outdated
Show resolved
Hide resolved
sources/platform/integrations/workflows-and-notifications/bubble.md
Outdated
Show resolved
Hide resolved
sources/platform/integrations/workflows-and-notifications/bubble.md
Outdated
Show resolved
Hide resolved
sources/platform/integrations/workflows-and-notifications/bubble.md
Outdated
Show resolved
Hide resolved
sources/platform/integrations/workflows-and-notifications/bubble.md
Outdated
Show resolved
Hide resolved
…le.md Co-authored-by: Michał Olender <[email protected]>
…le.md Co-authored-by: Michał Olender <[email protected]>
…le.md Co-authored-by: Michał Olender <[email protected]>
…le.md Co-authored-by: Michał Olender <[email protected]>
…le.md Co-authored-by: Michał Olender <[email protected]>
…le.md Co-authored-by: Michał Olender <[email protected]>
…le.md Co-authored-by: Michał Olender <[email protected]>
…le.md Co-authored-by: Michał Olender <[email protected]>
…le.md Co-authored-by: Michał Olender <[email protected]>
…le.md Co-authored-by: Michał Olender <[email protected]>
…le.md Co-authored-by: Michał Olender <[email protected]>
@drobnikj Not sure if I'm able to add you as a reviewer to this PR myself, so I'm tagging you in this comment. |
I've added @drobnikj as reviewer :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docs look good, I have a few comment, mainly about generic content of some section
Trigger Actor runs from Bubble events
Display Apify data in your application
Automate data collection workflows
Could you please add more info how to set up, I see there only final screenshot of finish setup, but as an user I need to know how to get there.
|
||
To integrate Apify with your Bubble application, you first need to install the Apify plugin from the Bubble plugin marketplace. | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This screen had old logo can we update it?
description: Learn how to integrate your Apify Actors with Bubble for automated workflows and notifications. | ||
sidebar_label: Bubble | ||
sidebar_position: 7 | ||
slug: /integrations/bubble |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you somehow reference the demo app apify-28595.bubbleapps.io/version-test ?
It deserves its own caption, as it could help users to get into it.
After installing the plugin, you'll need to provide your API token when setting up Apify actions: | ||
|
||
1. You can find your API token in the Apify Console under **Settings > API & Integrations**. | ||
2. For security, store your API token in your User data type with Privacy rules applied rather than entering it directly in each API call. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you iterate about this step, not sure how to do it, screenshot would help.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or some related doc in bubble
|
||
### Trigger Actor runs from Bubble events | ||
|
||
Create workflows that run Apify Actors in response to events in your Bubble app, such as button clicks or form submissions. In the **Workflow** tab, set up a new workflow with your chosen trigger event. Add a new action and select **Run Actor** or **Run Actor Task** from the Apify plugin. Configure the Actor or Task, including any input data, and include follow-up actions to process the returned data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
### Display Apify data in your application | ||
|
||
Populate elements in your Bubble application with information from your Apify account or Actor run data. Apply data sources like **List User Tasks**, **List Actor Runs**, or **List Store Actors** to repeating groups. To show actual scraped data, use **Fetch Data From Dataset Json As Data** to retrieve results from your run's dataset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very generic, not sure if the user based this would be able to set it up, could you iterate over it.
|
||
 | ||
|
||
1. Go to your Bubble application dashboard and navigate to the **Plugins** tab. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you fix indexes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean the 1. in each point in ordered list? This is correct way of doing it, docusaurus will then on build, make numbers proper.
Summary
Created new Bubble integration documentation for the workflows-and-notifications directory, enabling users to automate workflows and set up notifications using Apify Actors within Bubble applications.
What's Added
Key Features Documented
Context
This documentation is being created by DXHeroes and Applifting as part of developing the official Bubble plugin for Apify. The guide enables no-code developers to integrate Apify's web scraping and automation capabilities directly into their Bubble applications.
Testing