EmailSLABreach

This is used to complete the Scheduled command if the either/both the users respond in time. The time is configured on the EmailUserSLA.

python · Xsoar-web-server

Details

IDEmailSLABreach
Languagepython
From Version6.5.0
Docker Imagedemisto/python3:3.12.8.3296088
Tagssla

README

This is used to complete the Scheduled command if the either/both the users respond in time. The time is configured on the EmailUserSLA.

Script Data


Name Description
Script Type python3
Tags sla
Cortex XSOAR Version 6.5.0

Inputs


There are no inputs for this script.

Outputs


There are no outputs for this script.

import demistomock as demisto


demisto.executeCommand("taskComplete", {"id": "EmailTimeout"})
demisto.executeCommand("resetTimer", {"timerField": "EmailUserSLA"})