Task change events not firing for space webhooks
I'm trying to set up a TaskCustomFieldChanged event on a space webhook, but I never receive anything.
I can receive notifications when I change folders/projects on a space webhook, and I can receive notifications on a folder webhook when I make task changes, but I don't receive any notifications about task changes in space webhooks. Is this not a feature? The description of space webhooks says "Fire notifications about changes to tasks, folders, and projects within a single space.", so I assumed task changes would be included. I haven't found anything about which events are allowed for which webhooks anywhere so I thought I'd make a post here.
Thanks!
Tim Gross
Looks more like configuration or environment issue, we've been using TaskCustomFieldChanged event for a space for very long time, so far so good.
Suggest that you try:
1. Verify that your webhook is set correctly. (e.g. recursive turned on or off).
2. Verify that your callback url is working, or use site like webhook.site to verify your webhook callback.
Hope it helps.
Looks like I just needed to set it to recursive. Thanks!