From 094162aecee197dd281af6a251a3cf5dddce76a2 Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Tue, 26 May 2026 11:31:46 +0200 Subject: [PATCH 1/3] docs: add Softr integration page Adds a short overview page for the community-built Softr integration and links to it from the integrations index. Closes apify/apify-docs#2572. Co-Authored-By: Claude Opus 4.7 (1M context) --- sources/platform/integrations/index.mdx | 6 +++ .../workflows-and-notifications/softr.md | 42 +++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 sources/platform/integrations/workflows-and-notifications/softr.md diff --git a/sources/platform/integrations/index.mdx b/sources/platform/integrations/index.mdx index 6a37a54800..915bc27e8c 100644 --- a/sources/platform/integrations/index.mdx +++ b/sources/platform/integrations/index.mdx @@ -142,6 +142,12 @@ If you use one of the main integration platforms, Apify's support is here for yo imageUrl="/img/platform/integrations/pipedream.png" smallImage /> + + +## What you can do + +From a Softr workflow, you can: + +- Run an Apify Actor with custom JSON input, with an option to wait for the run to finish. +- Run an Actor and return the dataset items in a single step. +- Get the most recent Actor run, optionally filtered by status. +- Run a saved Apify task. +- Run a task and return its dataset items in one step. +- Fetch items from an existing dataset by ID. +- Read a single record from a key-value store. + +## Get started + +You will need: + +- An [Apify account](https://console.apify.com/) and an API token from **Settings > API & Integrations** in the Apify Console. +- A Softr workspace with access to the [Workflows](https://docs.softr.io/workflows) feature. + +In Softr, open your app's **Workflows**, add an Apify action, paste your Apify API token to connect, then pick the Actor, task, dataset, or key-value store you want to use and map your inputs. + +For the full step-by-step setup, see [Softr's Apify integration docs](https://docs.softr.io/workflows/integrations/apify). + +## Resources + +- [Softr Apify integration docs](https://docs.softr.io/workflows/integrations/apify) +- [Softr Workflows documentation](https://docs.softr.io/workflows) +- [Apify integrations overview](/platform/integrations) From 72a83b24c0f5050b190a3a0c6995595745a6f7ed Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Tue, 26 May 2026 11:34:47 +0200 Subject: [PATCH 2/3] docs: add Softr logo for integrations index Co-Authored-By: Claude Opus 4.7 (1M context) --- static/img/platform/integrations/softr.svg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static/img/platform/integrations/softr.svg diff --git a/static/img/platform/integrations/softr.svg b/static/img/platform/integrations/softr.svg new file mode 100644 index 0000000000..b558ad8c6b --- /dev/null +++ b/static/img/platform/integrations/softr.svg @@ -0,0 +1,5 @@ + + + + + From 94c751fd539fe5a071e6f25cc2cd026154e501c2 Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Tue, 26 May 2026 13:28:40 +0200 Subject: [PATCH 3/3] docs: apply review fixes to Softr integration page Co-Authored-By: Claude Opus 4.7 (1M context) --- .../integrations/workflows-and-notifications/softr.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/platform/integrations/workflows-and-notifications/softr.md b/sources/platform/integrations/workflows-and-notifications/softr.md index 0a8d8c2aa3..5a48518b09 100644 --- a/sources/platform/integrations/workflows-and-notifications/softr.md +++ b/sources/platform/integrations/workflows-and-notifications/softr.md @@ -19,7 +19,7 @@ From a Softr workflow, you can: - Run an Apify Actor with custom JSON input, with an option to wait for the run to finish. - Run an Actor and return the dataset items in a single step. - Get the most recent Actor run, optionally filtered by status. -- Run a saved Apify task. +- Run an Apify task. - Run a task and return its dataset items in one step. - Fetch items from an existing dataset by ID. - Read a single record from a key-value store. @@ -28,8 +28,8 @@ From a Softr workflow, you can: You will need: -- An [Apify account](https://console.apify.com/) and an API token from **Settings > API & Integrations** in the Apify Console. -- A Softr workspace with access to the [Workflows](https://docs.softr.io/workflows) feature. +- An [Apify account](https://console.apify.com/) and an API token from **Settings → API & Integrations** in Apify Console. +- A Softr workspace with access to [Workflows](https://docs.softr.io/workflows). In Softr, open your app's **Workflows**, add an Apify action, paste your Apify API token to connect, then pick the Actor, task, dataset, or key-value store you want to use and map your inputs.