You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/integrations/workflows-and-notifications/make/ai-crawling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To use these modules, you need an [Apify account](https://console.apify.com) and
19
19
20
20

21
21
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.
23
23
24
24

Copy file name to clipboardExpand all lines: sources/platform/integrations/workflows-and-notifications/make/amazon.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To use the module, you need an [Apify account](https://console.apify.com) and an
18
18
19
19

20
20
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.
22
22
23
23

Copy file name to clipboardExpand all lines: sources/platform/integrations/workflows-and-notifications/make/facebook.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To use these modules, you need an [Apify account](https://console.apify.com) and
19
19
20
20

21
21
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.
23
23
24
24

Copy file name to clipboardExpand all lines: sources/platform/integrations/workflows-and-notifications/make/index.md
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ slug: /integrations/make
10
10
11
11
---
12
12
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.
14
14
15
15
## Connect Apify to Make {#connect-apify-to-make}
16
16
@@ -25,19 +25,22 @@ Add the Apify module to your scenario. You can find this module by searching for
25
25
26
26
Next, select one of the available options under Triggers, Actions and Searches, then click on the Apify module to open its configuration window.
1. Finally, copy your API token from Apify, paste it into the Make module, and save to create the connection.
41
44
42
45
Congratulations! You have successfully connected the Apify app and can now use it in your scenarios.
43
46
@@ -49,8 +52,10 @@ We have two methods to run an Actor or task and retrieve its data in Make.com, d
49
52
-**Asynchronous run using the trigger module**
50
53
51
54
:::info
55
+
52
56
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.
53
57
If you anticipate that the Actor run will exceed the timeout, use the asynchronous method with a trigger module instead.
58
+
54
59
:::
55
60
56
61
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
68
73
For this example, we will use the "Google Maps Review Scraper" Actor.
69
74
Make sure to set the "Run synchronously" option to "Yes," so the module waits for the Actor to finish run.
#### Step 2: Add the Apify "Get Dataset Items" module
74
79
@@ -77,15 +82,15 @@ In the next step, add the "Get Dataset Items" module to your scenario, which is
77
82
In the "Dataset ID" field, provide the default dataset ID from the Actor run.
78
83
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.
#### Step 3: Add the Google Sheets "Create Spreadsheet Rows" module
83
88
84
89
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.
85
90
86
91
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.
#### Step 2: Add the Apify "Get Dataset Items" module
107
112
108
113
Add the "Get Dataset Items" module to your scenario to retrieve the output of the Actor run.
109
114
110
115
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.
#### Step 3: Add the Google Sheets "Create Spreadsheet Rows" module
115
120
116
121
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.
117
122
118
123
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.
Copy file name to clipboardExpand all lines: sources/platform/integrations/workflows-and-notifications/make/instagram.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ To use these modules, you need an [Apify account](https://console.apify.com) and
22
22
23
23

24
24
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.
26
26
27
27

Copy file name to clipboardExpand all lines: sources/platform/integrations/workflows-and-notifications/make/maps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ For more details, follow the tutorial below.
21
21
22
22

23
23
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.
25
25
26
26

Copy file name to clipboardExpand all lines: sources/platform/integrations/workflows-and-notifications/make/search.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To use the module, you need an [Apify account](https://console.apify.com) and an
18
18
19
19

20
20
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.
22
22
23
23

Copy file name to clipboardExpand all lines: sources/platform/integrations/workflows-and-notifications/make/tiktok.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To use these modules, you need an [Apify account](https://console.apify.com) and
18
18
19
19

20
20
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.
22
22
23
23

Copy file name to clipboardExpand all lines: sources/platform/integrations/workflows-and-notifications/make/youtube.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ For more details, follow the tutorial below.
20
20
21
21

22
22
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.
24
24
25
25

0 commit comments