provider Rules POST
/rule_triggers/{rule_trigger_gid}/run @utdk/asana
/rule_triggers/{rule_trigger_gid}/run Trigger a rule
Trigger a rule which uses an ["incoming web request"](/docs/incoming-web-requests) trigger.
- rule_trigger_gid path required
- The ID of the incoming web request trigger. This value is a path parameter that is automatically generated for the API endpoint.
- string
Try it
Authentication
Configure credentials for Asana
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import asana from '@utdk/asana';
await asana.triggerrule()