Hello,
So I got everything set up in regards to Monday.com webhooks triggering and sending data to my app. The only issue I am having right now is - when a new item is created via the"New Item" button
on a board, it is triggering the webhook w/ the default name it is given, which is “New Item”, instead of it being triggered once the item has been named after creation.
Since there is no trigger for item name changes, we are unable to correct this without polling data straight from the API.
Is there any way around this other than using the “+Add” button (Which waits until the item has been created/named before issuing a webhook trigger)
We cannot gurantee everyone will use the +Add button every time so having it work via all avenues would be ideal.
Thanks!