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
triggerrule
POST/rule_triggers/{rule_trigger_gid}/run
Trigger a rule which uses an ["incoming web request"](/docs/incoming-web-requests) trigger.

Parameters

required

The ID of the incoming web request trigger. This value is a path parameter that is automatically generated for the API endpoint.

Input

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import asana from '@utdk/asana';

await asana.triggerrule()