I have an automation that calls an external webhook when a ticket is closed. However I don't want it to trigger if the ticket was closed due to being merged.
Inspired by https://support.freshdesk.com/support/discussions/topics/39126 I set it up to add a "Merged" tag and made that rule run before my webhook rule.
But there seems to be a race condition (or perhaps the ticket is closed before the private comment is added), so the "Merged" tag is not yet set when my automation runs.
Is there a way around this?

