With the Call webhook action, you define that an HTTP request is sent to a predefined URL as the result of the triggering event. CAS genesisWorld supports POST requests via HTTP(S) with a body in JSON format.
Here, you enter the endpoint URL of the third-party system you wish to call. We recommend you use HTTPS for security reasons.
The JSON code has to meet the following conditions:
You can enter placeholders for field values from the Action field and Table field tabs in the JSON input field. When executing rules, the placeholders are replaced by the respective field values.
Please note the following characteristics:
In the Preview, the placeholders are replaced by test values.
With the Align text button, you can format the JSON source code to be compact and well-structured.
When clicking the Test button beneath the input field, the JSON syntax is checked. If the syntax is correct, then the content of the JSON field is sent to the URL which has been entered in the system together with the test values. The test results are displayed in the Status field. The following status are available:
Please note that the successful delivery of data to a third-party system using webhooks cannot be guaranteed for a number of reasons: