Hi there,
I succesffuly created a webhook to target a task when moving between sections in a project will trigger a webhook.
But, it seems didn’t worked. Below is my body data when creating the webhook. Is this wrong?
{
"data": {
"filters": [
{
"action": "changed",
"fields": [
"section"
],
"resource_subtype": "memberships",
"resource_type": "task"
}
],
"resource": "123412412", -> this is resource Project
"target": "https://example.com/12345"
}
}