Hello everyone,
Following this method - https://support.zendesk.com/hc/en-us/community/posts/4409515187866-Push-notifications-from-Zendesk-to-Slack
We've created a webhook, trigger and a Slack app through which any new ticket notification will be sent to the respective Slack channel.
We used the webhook from the Slack app, created a webhook in Zendesk and added the Slack webhook as the endpoint URL.
Then, we created a trigger with the conditions below -
Under ALL - Ticket/Group > Is > "Our group name"
Under ANY - Ticket/Status > Is > New
Ticket/Status > Is > Open
The automation is working fine; however, the issue is that whenever there is a ticket in New status, there are 2 notifications popping up on the channel, but when it's open, only 1 notification is coming up, which is how we want.
Does anyone have any idea on how to fix the duplicate notifications?
To simplify, the trigger is invoked twice only for New status as per the logs and once when it's in open status.