Skip to main content
Solved

Help Triggering a SOAR Webhook

  • March 10, 2026
  • 2 replies
  • 15 views

_K_O
Forum|alt.badge.img+12

Hi All, 

 

Has anyone had success triggering a SOAR webhook? Whenever I try to trigger it, I get server errors. I know that it is able to resolve the host and attempts to upload the data, but the request seems to fail no matter what I try in terms of Headers or Body elements. 

 

Errors:

HTTP/1.1 500 Internal Server Error

 

What I have tried:

  • Created the webhook in SOAR Settings → Ingestion → Webhooks.
  • Saved the Webhook URL
  • Attempted to create a sample event using POST requests with dummy data and empty request bodies
  • Attempted to add in a Google API key with access to Chronicle

 

I have also looked at the documentation, but it doesn’t have any information on triggering the webhook or what JSON data is required: https://docs.cloud.google.com/chronicle/docs/soar/ingest/webhooks/setting-up-a-webhook 

 

Any help would be appreciated, TIA!

Best answer by cmorris

Did you fill out the Data Mapping section for the webhook? Are all of the Mandatory fields mapped?

The RuleGenerator mapping will be the name of the case and the Name mapping will be the name of the alert. The Name mapping needs to be unique for a new case to be created.

2 replies

cmorris
Staff
Forum|alt.badge.img+11
  • Staff
  • Answer
  • March 10, 2026

Did you fill out the Data Mapping section for the webhook? Are all of the Mandatory fields mapped?

The RuleGenerator mapping will be the name of the case and the Name mapping will be the name of the alert. The Name mapping needs to be unique for a new case to be created.


_K_O
Forum|alt.badge.img+12
  • Author
  • Bronze 5
  • March 10, 2026

@cmorris thanks for nudging me to go look at the mappings again. 

 

It was an issue with the mapping (incorrect field was being mapped) as well as the way the data was being sent. One thing that I didn’t take into account initially was the requirement for JSON Encoding the data fields based on the tool that I was using.