Hello,
I was trying to create a proof-of-concept solution for a scenario where alerts/incidents are triggered by emails with ticket creation notifications. Message subjects contain ticket IDs, which I was able to extract with email integration rules.
The last part of the scenario is to create a query that would add a worklog entry to a ticket from the email notifications. The API endpoint of the ticketing system requires that you supply the ticket number in the API endpoint url.
I wanted to kindly ask for any suggestions on how this could be done with PagerDuty. Is it possible to use variables in outbound API endpoint queries?