Project task updated webhook fires much more than expected
J
Jocelyn Dunkley | plentifulcommerce.com
I have an automation that sends a Slack message when a task is moved to "not started" and assigned to someone. I check the last index in the events array to check if it was moved to "not started". I am using the events as I thought that's the most up to date thing to check for the status.
However it seems that the events array and webhook firing are not really connected. For example it seems like the webhook is firing when I click "save" on the task but nothing changed. However there is no new event added.
I would expect the webhook would only fire when an event is added.