Incident escalation

SG23
Tera Expert

Hi Guys, How to create escalations (not manually but automatically) when an Incident is created by particular caller ID ? Which API's to use, either Table API's or scripted rest API's ? These API's will be consumed by third party (not SNOW platform)

Please share some inputs.

Thanks

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@SG23 You can create an Async Insert business rule to check if the incident was created for a specific caller id. Accordingly, you can call the third party system's webhook and provide it the incident number. Third party 

API then can call Table API with incident number as a parameter.