Skip to content

Commit 5f8ad97

Browse files
committed
fix: lint
1 parent e994846 commit 5f8ad97

File tree

1 file changed

+26
-20
lines changed
  • sources/platform/integrations/workflows-and-notifications

1 file changed

+26
-20
lines changed

sources/platform/integrations/workflows-and-notifications/ifttt.md

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ slug: /integrations/ifttt
1515
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.
1616

1717
An IFTTT Applet consists of three key parts:
18+
1819
- A _trigger_ that starts the workflow
1920
- Optional _queries_ that retrieve data
2021
- One or more _actions_ that execute when the Applet runs
@@ -31,6 +32,7 @@ Before using the Apify integration with IFTTT, you need:
3132
## Connect Apify with IFTTT
3233

3334
To connect your Apify account to IFTTT:
35+
3436
1. Visit the [Apify service page](https://ifttt.com/apify) on IFTTT.
3537
2. Click the **Connect** button.
3638
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:
4850
1. In the **If this** section, click **Add**.
4951
1. Search for and select **Apify** in the service list.
5052

51-
![Apify Choose Service](../images/ifttt-choose-service.png)
53+
![Apify Choose Service](../images/ifttt-choose-service.png)
5254

5355
1. Select a trigger from the available options:
54-
- **Actor Run Finished**: Triggers when a selected Actor run completes
55-
- **Task Run Finished**: Triggers when a selected Actor task run completes
5656

57-
![Apify Choose Trigger](../images/ifttt-choose-trigger.png)
57+
- **Actor Run Finished**: Triggers when a selected Actor run completes
58+
- **Task Run Finished**: Triggers when a selected Actor task run completes
59+
60+
![Apify Choose Trigger](../images/ifttt-choose-trigger.png)
5861

5962
1. Configure the trigger by selecting the specific Actor or task.
6063
1. Click **Create trigger** to continue.
@@ -68,20 +71,22 @@ To use Apify as an action in your Applet:
6871
1. In the **Then That** section of your Applet, click **Add**.
6972
1. Search for and select **Apify**.
7073
1. Choose an action:
71-
- **Run Actor**: Starts an Actor run
72-
- **Run Task**: Starts an Actor Task run
73-
74-
![Apify Choose Action](../images/ifttt-choose-action.png)
75-
74+
75+
- **Run Actor**: Starts an Actor run
76+
- **Run Task**: Starts an Actor Task run
77+
78+
![Apify Choose Action](../images/ifttt-choose-action.png)
79+
7680
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-
![Apify Actor Customization](../images/ifttt-actor-config.png)
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+
![Apify Actor Customization](../images/ifttt-actor-config.png)
89+
8590
1. Configure the action parameters:
8691

8792
| Parameter | Description | Example Values |
@@ -90,20 +95,21 @@ To use Apify as an action in your Applet:
9095
| **Input overrides** | JSON input that overrides the Actor's default input. | `{"key": "value"}` |
9196
| **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` |
9297
| **Memory** | Memory limit for the run in megabytes. See [Memory](/platform/actors/running/usage-and-resources#memory) for more information. | `256` |
93-
98+
9499
1. Click **Create action** to finish setting up the action.
95100

96-
![Apify Actor Customization](../images/ifttt-applet-overview.png)
101+
![Apify Actor Customization](../images/ifttt-applet-overview.png)
97102

98103
1. Give your Applet a name and click **Finish** to save it.
99104

100105
## Monitor your Applet
101106

102107
To check if your Applet is working properly:
108+
103109
1. Go to your Applet's detail page.
104110
1. Clicke the **View activity** button to see the execution history.
105111

106-
![Apify Actor Customization](../images/ifttt-applet-inspect.png)
112+
![Apify Actor Customization](../images/ifttt-applet-inspect.png)
107113

108114
## Available triggers, actions, and queries
109115

0 commit comments

Comments
 (0)