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
+35-36Lines changed: 35 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,10 @@ slug: /integrations/bubble
9
9
**Learn how to integrate your Apify Actors with Bubble for automated workflows and notifications.**
10
10
11
11
---
12
-
[Bubble](https://bubble.io/) is a no-code platform that allows you to build web applications without writing code. With the Apify integration for Bubble, you can easily connect your Apify Actors to your Bubble applications to automate workflows and display scraped data.
12
+
[Bubble](https://bubble.io/) is a no-code platform that allows you to build web applications without writing code. With the [Apify integration for Bubble](https://bubble.io/plugin/apify-1749639212621x698168698147962900), you can easily connect your Apify Actors to your Bubble applications to automate workflows and display scraped data.
13
13
14
-
:::tip
14
+
:::tip Explore the live demo
15
15
16
-
### Explore the live demo
17
16
Open the demo Bubble app to check out the integration end-to-end before building your own: [apify-28595.bubbleapps.io](https://apify-28595.bubbleapps.io)
18
17
19
18
:::
@@ -236,44 +235,44 @@ This approach avoids Bubble timeouts, keeps the UI responsive, and scales to lar
236
235
237
236
## Available Apify actions and data sources
238
237
239
-
The Apify plugin provides two main types of operations:
240
-
241
-
**Data calls** (data sources):
242
-
- Fetch Data From Dataset Text As Data [doc](https://docs.apify.com/api/v2/dataset-items-get)
243
-
- Fetch Data From Dataset File As Data [doc](https://docs.apify.com/api/v2/dataset-items-get)
244
-
- Fetch Data From Dataset Json As Data [doc](https://docs.apify.com/api/v2/dataset-items-get)
245
-
- List User Datasets [doc](https://docs.apify.com/api/v2/datasets-get)
246
-
- List Key-Value Stores [doc](https://docs.apify.com/api/v2/key-value-stores-get)
247
-
- List Store Keys [doc](https://docs.apify.com/api/v2/key-value-store-keys-get)
248
-
- Get Record As File [doc](https://docs.apify.com/api/v2/key-value-store-record-get)
249
-
- Get Record As Image File [doc](https://docs.apify.com/api/v2/key-value-store-record-get)
250
-
- List Store Actors [doc](https://docs.apify.com/api/v2/store-get)
251
-
- List User Actors [doc](https://docs.apify.com/api/v2/acts-get)
252
-
- List User Tasks [doc](https://docs.apify.com/api/v2/actor-tasks-get)
253
-
- Scrape Single URL As File As Data [doc](https://docs.apify.com/api/v2/act-run-sync-get-dataset-items-post)
254
-
- Scrape Single URL As Json As Data [doc](https://docs.apify.com/api/v2/act-run-sync-get-dataset-items-post)
255
-
- List Actor Runs [doc](https://docs.apify.com/api/v2/act-runs-get)
256
-
- List Specific Actor Runs [doc](https://docs.apify.com/api/v2/act-runs-get)
257
-
- List Webhooks [doc](https://docs.apify.com/api/v2/webhooks-get)
258
-
259
-
**Actions** (workflow steps):
260
-
- Fetch Data From Dataset Text As Action [doc](https://docs.apify.com/api/v2/dataset-items-get)
261
-
- Fetch Data From Dataset File As Action [doc](https://docs.apify.com/api/v2/dataset-items-get)
262
-
- Get Record As Text [doc](https://docs.apify.com/api/v2/key-value-store-record-get)
263
-
- Scrape Single URL As File As Action [doc](https://docs.apify.com/api/v2/act-run-sync-get-dataset-items-post)
264
-
- Scrape Single URL As Json As Action [doc](https://docs.apify.com/api/v2/act-run-sync-get-dataset-items-post)
265
-
- Run Actor [doc](https://docs.apify.com/api/v2/act-runs-post)
266
-
- Run Actor Task [doc](https://docs.apify.com/api/v2/actor-task-runs-post)
Each API call links to the Apify documentation. To learn more about any plugin action or data call, go to the **Plugins** page in your app, select the Apify plugin, and use the documentation links in the field descriptions.
273
241
274
242
:::
275
243
276
-
### Use the latest version of the plugin
244
+
The Apify plugin provides two main types of operations:
245
+
246
+
**Data calls** (data sources):
247
+
-[Fetch Data From Dataset Text As Data](https://docs.apify.com/api/v2/dataset-items-get)
248
+
-[Fetch Data From Dataset File As Data](https://docs.apify.com/api/v2/dataset-items-get)
249
+
-[Fetch Data From Dataset Json As Data](https://docs.apify.com/api/v2/dataset-items-get)
250
+
-[List User Datasets](https://docs.apify.com/api/v2/datasets-get)
To stay up to date with new features, make sure you're using the latest version of the plugin. You can check this on the **Plugins** page by selecting the Apify plugin and choosing the latest version from the drop-down menu. You'll also see a brief note describing what's changed in that version.
0 commit comments