Skip to content

Commit 1dbeb0d

Browse files
committed
docs: update webhook flow setup
1 parent 44119dd commit 1dbeb0d

6 files changed

Lines changed: 6 additions & 12 deletions

File tree

-60.7 KB
Binary file not shown.
-28.9 KB
Binary file not shown.
78.8 KB
Loading
-25.8 KB
Loading
-167 KB
Loading

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,23 +143,17 @@ With the flow crated and scripts linked we can test and run it.
143143

144144
Windmill provides webhook-based triggers that can automatically start workflows when Apify events occur.
145145

146-
### Step 1: Use the example flow
146+
### Step 1: Fork the example flow
147147

148-
1. Search for **Apify Actor Webhook Flow** in Windmill hub.
148+
1. Search for **Example Actor Webhook Flow** in Windmill hub.
149149
![Apify Webhook](../images/windmill-webhook-hub.png)
150-
1. Copy the contents of the flow.
151-
![Apify Webhook](../images/windmill-webhook-copy.png)
152-
1. Go to your instance and click on **+ Flow** button
153-
1. Click the three dots button and select **Edit in YAML**
154-
1. Paste the copied flow contents and save.
155-
![Apify Webhook](../images/windmill-webhook-edit.png)
156-
1. Make sure you have the **Create Actor Webhook** script in your instance. Adjust the path in the flow based on your folder structure.
150+
1. Fork the **Apify example flow with webhook trigger** from Windmill’s templates.
151+
![Apify Webhook](../images/windmill-webhook-fork.png)
157152
1. Add a trigger of type **Webhook**.
153+
![Apify Webhook](../images/windmill-webhook-set-trigger.png)
158154
1. Create a **Webhook-specific Token**.
159155
1. Copy both the **token** and the **webhook URL** to your clipboard. These will be used for creation of the **Webhook Config** resource in the next step.
160156

161-
![Apify Webhook](../images/windmill-webhook-set-trigger.png)
162-
163157

164158
### Step 2: Configure the webhook creation script
165159

@@ -194,7 +188,7 @@ Windmill provides webhook-based triggers that can automatically start workflows
194188

195189
![Apify Webhook](../images/windmill-webhook-test-runs.png)
196190

197-
### Deleting the webhook
191+
## Deleting the webhook
198192

199193
1. Fork the **Apify's Delete Webhook** script from the Windmill Hub.
200194
1. Set either your `API Key` or `OAuth Token` resource

0 commit comments

Comments
 (0)