Skip to content

Commit 82ac743

Browse files
committed
add mention of OAuth as recommended connection
1 parent a615e99 commit 82ac743

File tree

9 files changed

+26
-21
lines changed

9 files changed

+26
-21
lines changed

sources/platform/integrations/workflows-and-notifications/make/ai-crawling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To use these modules, you need an [Apify account](https://console.apify.com) and
1919

2020
![Sign up page](images/ai-crawling/wcc-signup.png)
2121

22-
1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
22+
1. To connect your Apify account to Make, you can use an OAuth connection (recommended) or an Apify API token. To get the Apify API token, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)** in the Apify Console.
2323

2424
![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)
2525

sources/platform/integrations/workflows-and-notifications/make/amazon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use the module, you need an [Apify account](https://console.apify.com) and an
1818

1919
![Sign up page](images/amazon/image.png)
2020

21-
1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
21+
1. To connect your Apify account to Make, you can use an OAuth connection (recommended) or an Apify API token. To get the Apify API token, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)** in the Apify Console.
2222

2323
![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)
2424

sources/platform/integrations/workflows-and-notifications/make/facebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To use these modules, you need an [Apify account](https://console.apify.com) and
1919

2020
![Sign up page](images/facebook/signup.png)
2121

22-
1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
22+
1. To connect your Apify account to Make, you can use an OAuth connection (recommended) or an Apify API token. To get the Apify API token, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)** in the Apify Console.
2323

2424
![Apify Actor rental](images/facebook/actor-rental.png)
2525

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

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /integrations/make
1010

1111
---
1212

13-
[Make](https://www.make.com/) *(formerly Integromat)* allows you to create scenarios where you can integrate various services (modules) to automate and centralize jobs. Apify has its own module you can use to run Apify Actors, get notified about run statuses, and receive Actor results directly in your Make scenario.
13+
[Make](https://www.make.com/) _(formerly Integromat)_ allows you to create scenarios where you can integrate various services (modules) to automate and centralize jobs. Apify has its own module you can use to run Apify Actors, get notified about run statuses, and receive Actor results directly in your Make scenario.
1414

1515
## Connect Apify to Make {#connect-apify-to-make}
1616

@@ -25,19 +25,22 @@ Add the Apify module to your scenario. You can find this module by searching for
2525

2626
Next, select one of the available options under Triggers, Actions and Searches, then click on the Apify module to open its configuration window.
2727

28-
<!-- ![Apify module](../images/apify-module.png) -->
28+
![Apify module](../../images/apify-module.png)
2929

3030
### Create a connection to Apify
3131

32-
In the Connection configuration window, you will need to provide your Apify API token.
32+
In the Connection configuration window, you'll authorize the connection between Make and Apify. The recommended method is to use an OAuth connection.
33+
Alternatively, you can choose to connect using Apify API token:
3334

34-
<!-- ![API token](../images/apify-token.png) -->
35+
1. You will need to provide your Apify API token in the designated field.
3536

36-
You can find the token in the Apify Console by navigating to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
37+
![API token](../../images/apify-token.png)
3738

38-
<!-- ![Integrations token](../images/apify-integrations-token.png) -->
39+
1. You can find this token in the Apify Console by navigating to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**
3940

40-
Finally, copy your API token to the Make module and save it to create a connection.
41+
![Integrations token](../../images/apify-integrations-token.png)
42+
43+
1. Finally, copy your API token from Apify, paste it into the Make module, and save to create the connection.
4144

4245
Congratulations! You have successfully connected the Apify app and can now use it in your scenarios.
4346

@@ -49,8 +52,10 @@ We have two methods to run an Actor or task and retrieve its data in Make.com, d
4952
- **Asynchronous run using the trigger module**
5053

5154
:::info
55+
5256
Make.com imposes a hard timeout for synchronous runs, the timeout varies based on your plan. If the Actor or task takes longer than the timeout to complete, the data will not be fully returned.
5357
If you anticipate that the Actor run will exceed the timeout, use the asynchronous method with a trigger module instead.
58+
5459
:::
5560

5661
The primary difference between the two methods is that the synchronous run waits for the Actor or task to finish and retrieves its output using the "Get Dataset Items" module. By contrast, the asynchronous run watches for the run of an Actor or task (which could have been triggered from another scenario, manually from Apify console or elsewhere) and gets its output once it finishes.
@@ -68,7 +73,7 @@ Next, add the Apify module called "Run an Actor" to your scenario and configure
6873
For this example, we will use the "Google Maps Review Scraper" Actor.
6974
Make sure to set the "Run synchronously" option to "Yes," so the module waits for the Actor to finish run.
7075

71-
<!-- ![make-com-sync-2.png](../images/make-com/make-com-sync-2.png) -->
76+
![make-com-sync-2.png](../../images/make-com/make-com-sync-2.png)
7277

7378
#### Step 2: Add the Apify "Get Dataset Items" module
7479

@@ -77,15 +82,15 @@ In the next step, add the "Get Dataset Items" module to your scenario, which is
7782
In the "Dataset ID" field, provide the default dataset ID from the Actor run.
7883
You can find this dataset ID in the variables generated by the previous "Run an Actor" module. If the variables do not appear, run the scenario first, then check again.
7984

80-
<!-- ![make-com-sync-3.png](../images/make-com/make-com-sync-3.png) -->
85+
![make-com-sync-3.png](../../images/make-com/make-com-sync-3.png)
8186

8287
#### Step 3: Add the Google Sheets "Create Spreadsheet Rows" module
8388

8489
Finally, add the Google Sheets "Bulk Add Rows" module to your scenario. This module will automatically create new rows in a Google Sheets file to store the Actor's output.
8590

8691
In the "Spreadsheet ID" field, provide the ID of the target Google Sheets file, which you can find in its URL. Configure the column range (e.g., "A-Z") and map the data retrieved from the "Get Dataset Items" module to the row values.
8792

88-
<!-- ![make-com-sync-4.png](../images/make-com/make-com-sync-4.png) -->
93+
![make-com-sync-4.png](../../images/make-com/make-com-sync-4.png)
8994

9095
You’re all set! Once the scenario is started, it will run the Actor synchronously and export its output to your Google Sheets file.
9196

@@ -101,23 +106,23 @@ Next, add the Apify module called "Watch Actor Runs" to your scenario. This modu
101106

102107
For this example, we will use the "Google Maps Review Scraper" Actor.
103108

104-
<!-- ![make-com-async-1.png](../images/make-com/make-com-async-1.png) -->
109+
![make-com-async-1.png](../../images/make-com/make-com-async-1.png)
105110

106111
#### Step 2: Add the Apify "Get Dataset Items" module
107112

108113
Add the "Get Dataset Items" module to your scenario to retrieve the output of the Actor run.
109114

110115
In the "Dataset ID" field, provide the default dataset ID from the Actor run. You can find the dataset ID in the variables generated by the "Watch Actor Runs" module.
111116

112-
<!-- ![make-com-async-2.png](../images/make-com/make-com-async-2.png) -->
117+
![make-com-async-2.png](../../images/make-com/make-com-async-2.png)
113118

114119
#### Step 3: Add the Google Sheets "Create Spreadsheet Rows" module
115120

116121
Finally, add the Google Sheets "Bulk Add Rows" module to your scenario, which will create new rows in the specified Google Sheets file to store the Actor's output.
117122

118123
In the "Spreadsheet ID" field, enter the ID of the target Google Sheets file, which you can find in its URL. Configure the column range (e.g., "A-Z") and map the data retrieved from the "Get Dataset Items" module to the row values.
119124

120-
<!-- ![make-com-async-3.png](../images/make-com/make-com-async-3.png) -->
125+
![make-com-async-3.png](../../images/make-com/make-com-async-3.png)
121126

122127
That’s it! Once the Actor run is complete, its data will be exported to the Google Sheets file.
123128
You can initiate the Actor run via the Apify console, a scheduler, or from another Make.com scenario.

sources/platform/integrations/workflows-and-notifications/make/instagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use these modules, you need an [Apify account](https://console.apify.com) and
2222

2323
![Sign up page](images/instagram/Apify_Make_Sign_up_page.png)
2424

25-
1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
25+
1. To connect your Apify account to Make, you can use an OAuth connection (recommended) or an Apify API token. To get the Apify API token, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)** in the Apify Console.
2626

2727
![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)
2828

sources/platform/integrations/workflows-and-notifications/make/maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more details, follow the tutorial below.
2121

2222
![Sign up page](images/maps/maps-signup.png)
2323

24-
1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
24+
1. To connect your Apify account to Make, you can use an OAuth connection (recommended) or an Apify API token. To get the Apify API token, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)** in the Apify Console.
2525

2626
![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)
2727

sources/platform/integrations/workflows-and-notifications/make/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use the module, you need an [Apify account](https://console.apify.com) and an
1818

1919
![Sign up page](images/search/search-signup.png)
2020

21-
1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
21+
1. To connect your Apify account to Make, you can use an OAuth connection (recommended) or an Apify API token. To get the Apify API token, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)** in the Apify Console.
2222

2323
![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)
2424

sources/platform/integrations/workflows-and-notifications/make/tiktok.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use these modules, you need an [Apify account](https://console.apify.com) and
1818

1919
![Sign up page](images/tiktok/image.png)
2020

21-
1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
21+
1. To connect your Apify account to Make, you can use an OAuth connection (recommended) or an Apify API token. To get the Apify API token, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)** in the Apify Console.
2222

2323
![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)
2424

sources/platform/integrations/workflows-and-notifications/make/youtube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For more details, follow the tutorial below.
2020

2121
![Sign up page](images/youtube/image.png)
2222

23-
1. To connect your Apify account with Make, you need to get the Apify API token. In the Apify Console, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)**.
23+
1. To connect your Apify account to Make, you can use an OAuth connection (recommended) or an Apify API token. To get the Apify API token, navigate to **[Settings > API & Integrations](https://console.apify.com/settings/integrations)** in the Apify Console.
2424

2525
![Apify Console token for Make.png](images/Apify_Console_token_for_Make.png)
2626

0 commit comments

Comments
 (0)