We're already using Workflow to open tickets in our ticketing system, using the Web Service URL:
https://ourticketingsystemURL.com/REST/1.0/ticket/
This works well, and after the ticket is opened, we retrieve the ticket number that was generated by using the "Pattern Matching" tool (in the same Workflow).
We have now been asked to dip back into our ticketing system to retrieve the status of tickets previously opened.
We have the ticket number, but the URL structure for specific tickets is:
https://ourticketingsystemURL.com/REST/1.0/ticket/ticket_number
Using the HTTP Web Request tool, it doesn't look like I can include a token in the Web Service URL.
Any thoughts on how this could possibly be accomplished?
Is anyone else doing something similar?