-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tickets not closing #1
Comments
Huh well that's weird... I'm reading on https://support.zendesk.com/hc/en-us/articles/203662156 that we also can't disable that translation of placeholder values for the HTTP target. I've asked them if there's any workaround https://support.zendesk.com/hc/en-us/articles/203662156/comments/1260800720049 |
Even sending the correct values in English, the closing interaction does not work consistently on the Zendesk side. I was able to close it after changing the id field for the corresponding id of the ticket that was going to be closed, and even with that, there is no consistency. Is this happening with you guys also? Have you been able to replicate it? |
Hi @rowanseymour this behaviour happens with you on Zendesk -> Rapidpro? |
Sorry we don't currently have any active Zendesk users so I still need to setup an integration on my local instance to say what is happening I guess this is all part of the motivating factor for developing ticket handling functionality within RapidPro - the integration with Zendesk, relying on correctly configured triggers, targets on their side, has always felt a bit fragile. |
Hey guys, the ticket closure on RapidPro is not working when solving it on Zendesk.
After some analysis, I've found out that the language that is configured on Zendesk matters for the triggers variables, but that's still not the cause of the problem.
For example, by default my Zendesk came in Portuguese, and the json body that was sent to rapidpro was:
Even after changing the language, we still can not close a ticket.
Calling the mailroom endpoint directly (
/mr/tickets/types/zendesk/target/7d3f42b0-154a-4a44-87da-87e3a0a948ec
) using Postman, the ticket is always successfully closed.I've been able to close the ticket, but not consistently, when removing the placeholder variables and fixing values there.
The text was updated successfully, but these errors were encountered: