Actions
Create Webhook
Establish a webhook connection.
Note: When subscribing to higher-level resources (e.g., Workspace, Goal, Team, Portfolio) you must specify values in the Filters
parameter.
External Documentation
To learn more, visit the Asana documentation.
Parameters
Parameter | Description |
---|---|
Filters | An array of objects to specify filters to apply to events from this webhook. If a webhook event passes any of the filters the event will be delivered; otherwise no event will be sent to the receiving server.For example:[ { "resource_type": "task", "resource_subtype": "milestone", "action": "changed" }] For more information about the Filters parameter, visit Asana API documentation.Note: When subscribing to higher-level resources (e.g., Workspace, Goal, Team, Portfolio) you must specify values in the Filters parameter. |
Include Fields | Specify which properties to include in the response. |
Resource | A resource ID to subscribe to (e.g., project ID).Note: When subscribing to higher-level resources (e.g., Workspace, Goal, Team, Portfolio) you must specify values in the Filters parameter. |
Target URL | The URL to send the data to.Obtain this value by creating an Asana webhook and copying the Webhook Full URL . |
Example Output
Workflow Library Example
Create Webhook with Asana and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?