Skip to content

Commit 9d0a237

Browse files
committed
chore: addressed the notes, added link to bubble integration
1 parent 16a904a commit 9d0a237

File tree

1 file changed

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

1 file changed

+35
-36
lines changed

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

Lines changed: 35 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ slug: /integrations/bubble
99
**Learn how to integrate your Apify Actors with Bubble for automated workflows and notifications.**
1010

1111
---
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.
1313

14-
:::tip
14+
:::tip Explore the live demo
1515

16-
### Explore the live demo
1716
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)
1817

1918
:::
@@ -236,44 +235,44 @@ This approach avoids Bubble timeouts, keeps the UI responsive, and scales to lar
236235

237236
## Available Apify actions and data sources
238237

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)
267-
- Create Webhook [doc](https://docs.apify.com/api/v2/webhooks-post)
268-
- Delete Webhook [doc](https://docs.apify.com/api/v2/webhook-delete)
269-
270-
:::tip Check out the documentation
238+
tip::: Check out the documentation
271239

272240
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.
273241

274242
:::
275243

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)
251+
- [List Key-Value Stores](https://docs.apify.com/api/v2/key-value-stores-get)
252+
- [List Store Keys](https://docs.apify.com/api/v2/key-value-store-keys-get)
253+
- [Get Record As File](https://docs.apify.com/api/v2/key-value-store-record-get)
254+
- [Get Record As Image File](https://docs.apify.com/api/v2/key-value-store-record-get)
255+
- [List Store Actors](https://docs.apify.com/api/v2/store-get)
256+
- [List User Actors](https://docs.apify.com/api/v2/acts-get)
257+
- [List User Tasks](https://docs.apify.com/api/v2/actor-tasks-get)
258+
- [Scrape Single URL As File As Data](https://docs.apify.com/api/v2/act-run-sync-get-dataset-items-post)
259+
- [Scrape Single URL As Json As Data](https://docs.apify.com/api/v2/act-run-sync-get-dataset-items-post)
260+
- [List Actor Runs](https://docs.apify.com/api/v2/act-runs-get)
261+
- [List Specific Actor Runs](https://docs.apify.com/api/v2/act-runs-get)
262+
- [List Webhooks](https://docs.apify.com/api/v2/webhooks-get)
263+
264+
**Actions** (workflow steps):
265+
- [Fetch Data From Dataset Text As Action](https://docs.apify.com/api/v2/dataset-items-get)
266+
- [Fetch Data From Dataset File As Action](https://docs.apify.com/api/v2/dataset-items-get)
267+
- [Get Record As Text](https://docs.apify.com/api/v2/key-value-store-record-get)
268+
- [Scrape Single URL As File As Action](https://docs.apify.com/api/v2/act-run-sync-get-dataset-items-post)
269+
- [Scrape Single URL As Json As Action](https://docs.apify.com/api/v2/act-run-sync-get-dataset-items-post)
270+
- [Run Actor](https://docs.apify.com/api/v2/act-runs-post)
271+
- [Run Actor Task](https://docs.apify.com/api/v2/actor-task-runs-post)
272+
- [Create Webhook](https://docs.apify.com/api/v2/webhooks-post)
273+
- [Delete Webhook](https://docs.apify.com/api/v2/webhook-delete)
274+
275+
## Use the latest version of the plugin
277276
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.
278277

279278
## Troubleshooting

0 commit comments

Comments
 (0)