I want to use workflow automator to get the fields from a not yet created ticket and then use those fields in other workflows.
Example process in worklfow below:
- Service Request raised
- condition to check if it is a certain service request.
- GET fields from ticket
- Parse response body to use to create a change request

If i use the get request on a ticket currently in the queue, it spits out all the fields perfectly

If i put in a place holder to catch the next ticket in the queue that matches the condition and event, i get a 404 error.



Does the freshservice GET API allow you to get info from a not yet created ticket? if so, how do I do it because I know I can get information from a ticket already in the queue.