Filters parameter.
External DocumentationTo learn more, visit the Asana documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Filters parameter.
| 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: 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 | A comma-separated list of 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. |
{
"data": {
"gid": "<string>",
"resource_type": "<string>",
"resource": {
"gid": "<string>",
"resource_type": "<string>",
"name": "<string>"
},
"target": "<string>",
"active": true,
"is_workspace_webhook": false,
"failure_deletion_timestamp": null,
"created_at": "2006-01-26T19:51:26.429Z",
"last_failure_at": null,
"last_failure_content": "<string>",
"last_success_at": "2003-11-17T03:29:40.312Z",
"delivery_retry_count": 1,
"next_attempt_after": null,
"filters": [
{
"resource_type": "<string>",
"resource_subtype": null,
"action": "<string>",
"fields": null
}
]
},
"X-Hook-Secret": "<string>"
}
Was this page helpful?