We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9533bfd commit f9eccb3Copy full SHA for f9eccb3
src/content/docs/workflows/build/trigger-workflows.mdx
@@ -6,7 +6,11 @@ sidebar:
6
7
---
8
9
-TODO - intro
+You can trigger Workflows both programmatically and via the Workflows APIs, including:
10
+
11
+1. With [Workers](/workers) via HTTP requests in a `fetch` handler or bindings from a `queue` or `scheduled` handler.
12
+2. Using the [Workflows REST API](/api/paths/accounts-account_id--workflows/get)
13
+2. Via the [wrangler CLI](/workers/wrangler/commands/#workflows) in your terminal
14
15
## Workers API (Bindings)
16
0 commit comments