@@ -143,23 +143,17 @@ With the flow crated and scripts linked we can test and run it.
143143
144144Windmill 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 )
1571521 . Add a trigger of type ** Webhook** .
153+ ![ Apify Webhook] ( ../images/windmill-webhook-set-trigger.png )
1581541 . Create a ** Webhook-specific Token** .
1591551 . 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
1991931 . Fork the ** Apify's Delete Webhook** script from the Windmill Hub.
2001941 . Set either your ` API Key ` or ` OAuth Token ` resource
0 commit comments