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/ifttt.md
+26-20Lines changed: 26 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ slug: /integrations/ifttt
15
15
This guide shows you how to integrate Apify Actors with IFTTT to build automated workflows. You'll learn how to create IFTTT Applets that can be triggered by Apify events or that can execute Apify tasks.
16
16
17
17
An IFTTT Applet consists of three key parts:
18
+
18
19
- A _trigger_ that starts the workflow
19
20
- Optional _queries_ that retrieve data
20
21
- One or more _actions_ that execute when the Applet runs
@@ -31,6 +32,7 @@ Before using the Apify integration with IFTTT, you need:
31
32
## Connect Apify with IFTTT
32
33
33
34
To connect your Apify account to IFTTT:
35
+
34
36
1. Visit the [Apify service page](https://ifttt.com/apify) on IFTTT.
35
37
2. Click the **Connect** button.
36
38
3. When redirected to the Apify login page, sign in to your Apify account.
@@ -48,13 +50,14 @@ To create an Applet that starts when Apify event occurs:
48
50
1. In the **If this** section, click **Add**.
49
51
1. Search for and select **Apify** in the service list.
1. Select the Actor or task you want to use from the dropdown menu.
77
-
:::note
78
-
79
-
IFTTT displays up to 50 recent items in a dropdown. If your Actor or task isn't visible, try using it at least once via API or in the Apify Console to make it appear in the list.
80
-
81
-
:::
82
-
83
-

84
-
81
+
82
+
:::note
83
+
84
+
IFTTT displays up to 50 recent items in a dropdown. If your Actor or task isn't visible, try using it at least once via API or in the Apify Console to make it appear in the list.
85
+
86
+
:::
87
+
88
+

89
+
85
90
1. Configure the action parameters:
86
91
87
92
| Parameter | Description | Example Values |
@@ -90,20 +95,21 @@ To use Apify as an action in your Applet:
90
95
|**Input overrides**| JSON input that overrides the Actor's default input. |`{"key": "value"}`|
91
96
|**Build**| Specifies the Actor build to run. Can be a build tag or build number. See [Builds](/platform/actors/running/runs-and-builds#builds) for more information. |`0.2.10`, `version-0`|
92
97
|**Memory**| Memory limit for the run in megabytes. See [Memory](/platform/actors/running/usage-and-resources#memory) for more information. |`256`|
93
-
98
+
94
99
1. Click **Create action** to finish setting up the action.
95
100
96
-

101
+

97
102
98
103
1. Give your Applet a name and click **Finish** to save it.
99
104
100
105
## Monitor your Applet
101
106
102
107
To check if your Applet is working properly:
108
+
103
109
1. Go to your Applet's detail page.
104
110
1. Clicke the **View activity** button to see the execution history.
105
111
106
-

112
+

0 commit comments