Skip to main content
Question

Automate the "Fulfill Request" button


raymondcanilao
Skilled Expert
Forum|alt.badge.img+9

Hello, is there a way to automate or prevent agents from resolving tickets until they click the "Fulfill Request" button on the service item?

Did this topic help you find an answer to your question?

3 replies

Daniel Söderlund
Skilled Expert
Forum|alt.badge.img+14

Hello, 

You could add automation and using this https://api.freshservice.com/v2/#update_req_items_of_sr

Update the stage to 4

 


raymondcanilao
Skilled Expert
Forum|alt.badge.img+9
  • Author
  • Skilled Expert
  • 65 replies
  • March 28, 2023

Hello, Im new to using API, can you guide or share with me how to use this code?


Daniel Söderlund
Skilled Expert
Forum|alt.badge.img+14
raymondcanilao wrote:

Hello, Im new to using API, can you guide or share with me how to use this code?

Hello, 

I noticed this will only work if there are only one item on the ticket. 

But you need to use the web request node and something like this. 
The API_KEY can you find in your user profile. Recommend have a agent that is not used by someone and use it’s KEY. But you can start using your own. 

 

 


Reply