Skip to main content

Asana Webhook Event

Asana Webhook Integration enhances its functionalities and provides additional features to simultaneously maintain all your projects. Asana Webhook Integration notifies you of all the changes made in your projects by any of your team members. This way, you never miss any updates. for more information, visit the Asana documentation.

Sample Event

{
"data": {
"filters": [
{
"action": "changed",
"fields": [
"due_at",
"due_on",
"dependencies"
],
"resource_subtype": "milestone",
"resource_type": "task"
}
],
"resource": "12345",
"target": "https://example.com/receive-webhook/7654?app_specific_param=app_specific_value"
}
}