Skip to content

Commit 0304129

Browse files
committed
fixes from review
1 parent 572ea44 commit 0304129

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,25 @@ Build workflows that automatically collect data from websites and deliver insigh
4848

4949
To use the Apify integration in Gumloop, you need an Apify account, a Gumloop account, and at least one Apify task that has been run previously.
5050

51-
1. Get your Apify API Key
51+
1. _Get your Apify API Key_
5252

5353
To get started, navigate to [**Settings > Integrations**](https://console.apify.com/settings/integrations) in Apify Console and copy your API token.
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

7171
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

@@ -78,17 +78,17 @@ 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

91-
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.
91+
Configure maximum run time and output limits. Select your task from the dropdown menu. Choose the output fields you want to use. Connect the node to other workflow components.
9292

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

@@ -105,6 +105,6 @@ graph LR
105105
106106
```
107107

108-
The Apify task runner scrapes product prices from an e-commerce site. Ask AI analyzes price trends and identifies opportunities. Combine Text formats the analysis into a readable report. Gmail Sender emails the report to stakeholders.
108+
The Apify task runner scrapes product prices from an e-commerce site. Ask AI analyzes price trends and identifies opportunities. Combine text formats the analysis into a readable report. Gmail Sender emails the report to stakeholders.
109109

110110
This workflow runs automatically and delivers actionable insights directly to your inbox.

0 commit comments

Comments
 (0)