You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/integrations/workflows-and-notifications/bubble.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,6 @@ To integrate Apify with your Bubble application, you first need to install the A
53
53
54
54
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:
55
55
56
-

57
-
58
-

59
-
60
56
1. When setting up an Apify action in your workflow, you'll be prompted to enter your API token.
61
57
2. You can find your API token in the Apify Console under **Settings > Integrations**.
62
58
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
69
65
70
66
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.
71
67
68
+

69
+
72
70

73
71
74
72
The Apify plugin provides the following data calls:
@@ -103,6 +101,8 @@ The Apify plugin provides the following data calls:
103
101
104
102
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.
105
103
104
+

0 commit comments