triggers:write scope
No scope information found
Usage info
Triggers can be added to your workflows either via the CLI or at runtime.
Triggers created via the CLI use the CLI token. New tokens have the triggers:write scope. Old tokens will fail with instructions to log out and log back in. The following sections describe how to create triggers using the CLI:
- Create a link trigger with the CLI
- Create an event trigger with the CLI
- Create a scheduled trigger with the CLI
- Create a webhook trigger with the CLI
Triggers created at runtime by custom functions use your app’s bot token. In this case, your app must have the triggers:write scope defined within your app's manifest in order to use a trigger at runtime.