The CreatorCon Call for Content is officially open! Get started here.

Configure webhooks

Samhitha_1
Tera Contributor

Hi Team,

 

I want to integrate my application with ServiceNow by using webhooks via scripted rest api(inbound integration). I have created one webhook and tested it in postman with a sample response. It is working. Can I get a particular type of incidents by configuring webhooks or giving conditions? I am providing sample response below:

{
"app_name": "MICROSOFT_OUTLOOK",
"date": "2022-09-22T10:33:06Z",
"folder_categories": [
"SPAM"
],
"id": "353536"
"incident_type": "THREAT_INCIDENT_TYPE",
"object_type": "CONTENT_MAIL",
"policy_names": [
"Credential Phishing"
],
"priority": "HIGH",
"remediation_actions": [
"WILL_AUTO_REMEDIATE"
],
}

If I want to get incidents based on incident_type, how can add it in webhook and how can I test in postman?

Regards,

Samhitha.

0 REPLIES 0