Skip to content

Commit 4f3b402

Browse files
committed
docs: updated the Bubble integration doc
1 parent 5ccf318 commit 4f3b402

File tree

1 file changed

+4
-4
lines changed
  • sources/platform/integrations/workflows-and-notifications

1 file changed

+4
-4
lines changed

sources/platform/integrations/workflows-and-notifications/bubble.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ To integrate Apify with your Bubble application, you first need to install the A
5353

5454
After installing the plugin, it's ready to be used in your Bubble application. Unlike some other plugins, the Apify plugin doesn't require global configuration. Instead, you'll provide your API token each time you use an Apify action in your workflow:
5555

56-
![Using Actions of Apify plugin](../images/bubble/plugin_options_preview.png)
57-
58-
![Using Data of Apify plugin ](../images/bubble/plugin_data_options_preview.png)
59-
6056
1. When setting up an Apify action in your workflow, you'll be prompted to enter your API token.
6157
2. You can find your API token in the Apify Console under **Settings > Integrations**.
6258
3. For security reasons, it's recommended to store your API token in a Bubble workflow's private field or a custom state that's not exposed to the frontend, rather than entering it directly in each action.
@@ -69,6 +65,8 @@ The Apify plugin for Bubble provides two types of API integrations: Data Calls a
6965

7066
Data calls are used to retrieve information from Apify and display it in your Bubble application. These calls can be used as data sources for elements like repeating groups, inputs, or any component that displays data. Data calls don't modify anything - they only fetch and display information.
7167

68+
![Using Data of Apify plugin ](../images/bubble/plugin_data_options_preview.png)
69+
7270
![Using Apify data calls](../images/bubble/data_preview.png)
7371

7472
The Apify plugin provides the following data calls:
@@ -103,6 +101,8 @@ The Apify plugin provides the following data calls:
103101

104102
Actions are used to perform operations that change data or trigger processes. In Bubble, actions are used in workflows that are triggered by events like button clicks, page loads, or scheduled events.
105103

104+
![Using Actions of Apify plugin](../images/bubble/plugin_options_preview.png)
105+
106106
![Using Apify action calls](../images/bubble/action_preview.png)
107107

108108
The Apify plugin provides the following actions:

0 commit comments

Comments
 (0)