Skip to content

Commit 572ea44

Browse files
committed
fixes from review
change title case to sentence case
1 parent d97fe66 commit 572ea44

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

sources/platform/integrations/workflows-and-notifications/gumloop/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@ To use the Apify integration in Gumloop, you need an Apify account, a Gumloop ac
5454

5555
![Apify Settings > Integrations with API token](images/generate_apify_token.png)
5656

57-
1. Add Apify Credentials to Gumloop
57+
1. Add Apify credentials to Gumloop
5858

5959
Next, go to [**Gumloop Credentials**](https://www.gumloop.com/settings/profile/credentials) and click **Add New Credentials**. Search for Apify in the credentials list, add your Apify API key, and save the credential.
6060

6161
![Gumloop Credentials adding Apify API key](images/apify_credential_gumloop.png)
6262

63-
1. Add Apify Task Runner Node to Your Workflow
63+
1. Add Apify Task Runner node to your workflow
6464

6565
Open a new Gumloop pipeline page. Search for **Apify Task Runner** in the **Node Library**, and drag and drop the node onto your canvas.
6666

6767
![Apify Task Runner in Node Library](images/apify_task_runner_node_library.png)
6868

69-
1. Create and Save Tasks in Apify
69+
1. Create and save tasks in Apify
7070

71-
The Apify task runner node fetches tasks from your saved tasks in Apify Console. To create a task, navigate to [**Actors**](https://console.apify.com/actors), click on the Actor you want to use, and then click **Create a task** next to the Run button. Configure your task settings and save.
71+
The Apify Task Runner node fetches tasks from your saved tasks in Apify Console. To create a task, navigate to [**Actors**](https://console.apify.com/actors), click on the Actor you want to use, and then click **Create a task** next to the Run button. Configure your task settings and save.
7272

7373
![Create a task on an Actor](images/create_apify_task.png)
7474

@@ -78,21 +78,21 @@ To use the Apify integration in Gumloop, you need an Apify account, a Gumloop ac
7878

7979
:::
8080

81-
1. Run Your Tasks
81+
1. Run your tasks
8282

8383
Before tasks appear in Gumloop, they must be executed at least once in Apify. Go to your [**Saved tasks**](https://console.apify.com/actors/tasks), click on the task you want to use, and click **Start** to execute it. Wait for the task to complete.
8484

8585
This step is required because Gumloop needs to understand the output structure of your task to properly configure data fields.
8686

8787
![Saved tasks with Start](images/start_apify_task.png)
8888

89-
1. Configure Your Gumloop Workflow
89+
1. Configure your Gumloop workflow
9090

9191
Select your task from the dropdown menu. Choose the output fields you want to use. Configure maximum run time and output limits. Connect the node to other workflow components.
9292

9393
![Apify Task Runner node configuration](images/apify_task_runner_node.png)
9494

95-
## Example Workflow
95+
## Example workflow
9696

9797
Here's a simple example of how to use Apify with Gumloop:
9898

0 commit comments

Comments
 (0)