Define Validation-Request Handling for a Trigger
Learn how to handle the validation requests from external applications during the webhook registration process.
For complete information on validation requests during the registration process, see Validation During Webhook Registration.
As a first step, you must identify the validation-request contract from the external application. Additionally, for this example, we'll assume the following:
-
The validation request includes the header event-type with the value
SubscriptionValidation
. -
The JSON payload includes the validation code.
-
Oracle Integration returns a
200 OK
response with the validation code.