I have an API node setup to create a service request, but I cannot specify the properties (i.e. priority, impact, urgency, group, etc) of the SR with the API. How can I update these details in the WFA? If I just add an action node, it updates the details on the original condition and not on the newly created ticket. I need the newly created ticket to be updated.
Hi
How do you generally route Service Requests or set attributes for them? This needs to be done in a separate workflow that checks for specific conditions (such as a tag you added or the service catalog item you requested) and sets some attributes. You can also use a custom object for a list of service catalog items and the values you want for each item (using a reader node) and point towards the attributes within the custom objects.
Other idea: The result of the API call has the information of the newly created ticket ID. You can afterwards use the UPDATE API for that ticket if you parse the information from the newly created ticket.
To update the properties (priority, impact, urgency, group, etc.) of a newly created service request (SR) via API in WFA, you can add a dedicated action node after the creation step. Ensure that the action node is configured to target the newly created SR, not the original condition. This can be done by referencing the ticket ID generated in the creation response. Explore advanced API parameters or documentation to fine-tune the process.
Reply
Sign in to the Community
Social Login
Login for Freshworks Employees Login with LinkedInEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.