Configure webhooks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 04:37 AM
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.