Hello. I’m a new user and new to this forum.
How do I search the description of open tickets in Freshdesk for a keyword then update the entire result set, either manually or with a scenario (which is still manual)?
Thanks, Chuck
Page 1 / 1
Hi
Assuming you mean Service for ITSM not Desk.
Create a workflow triggered by the event you want
condition Description contains any of these words /your keyword]
Web Request PUT Request
URL https://tyourinstance].freshservice.com/api/v2/tickets/{{ticket.id_numeric}}
{
ticket: {
"description": "Your new value"
}
}
Join the Community
Already have an account? Login.
Sign in to the Community
No account yet? Create an account.
Social Login
Login for Freshworks Employees Login with LinkedInor sign up below
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.