External DocumentationTo learn more, visit the Asana documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
Get Webhooks with Asana and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Include Fields | A comma-separated list of properties to include in the response. |
| Resource | The ID of the resource to only get webhooks for. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Workspace | The workspace that webhooks will be retrieved from. |
| Parameter | Description |
|---|---|
| Limit | Results per page. The number of objects to return per page. The value must be between 1 and 100. |
| Offset | An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an offset parameter to the next request. If an offset is not passed in, the API will return the first page of results.Note: You can only pass in an offset that was returned to you via a previously paginated request. |
{
"data": [
{
"gid": "<string>",
"active": true,
"resource": {
"gid": "<string>",
"name": "<string>",
"resource_type": "<string>"
},
"resource_type": "<string>",
"target": "<string>"
}
]
}
Was this page helpful?