Hi everyone, my name is Lucas and I'm facing a difficulty when trying to create a ticket in Zendesk restAPI, I'm using the placeholder {{ticket.requester.name}} in the title, this configuration worked perfectly previously but now it's no longer working. Can anyone tell me what I'm doing wrong?
Placeholders not working proprerly via Rest API?
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Placeholders are intended for use in business rules to return data about the current ticket or current user during the rule's execution. So there isn't a way to resolve a placeholder included in the body of a request sent from an external service like Postman. If the requester is known when sending the request, it may be simplest to directly provide their name in the request body.