Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zendesk triggers can fire webhook multiple times #3

Open
rcmaples opened this issue Sep 23, 2021 · 0 comments
Open

Zendesk triggers can fire webhook multiple times #3

rcmaples opened this issue Sep 23, 2021 · 0 comments

Comments

@rcmaples
Copy link
Owner

As seen here:
image
Some triggers can cause the shftr webhook in Zendesk to fire multiple times.

This is what it looks like in shftr:
image


One proposed solution is to add the sent_to_shftr tag when the trigger fires off the webhook. Then use another trigger to remove the tag once the ticket is reassigned. Alternatively, we can remove this tag via API in the call to assign the ticket. Updating the ticket properties here should let us alter the tags at the same time we assign it.

let body = JSON.stringify({
ticket: {
assignee_email: email,
},
});

Thanks to @1etoy to finding this one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant