yesterday
i did following steps but application not getting/showing response on trigger of event.
1. From swagger, i am able to successfully able to get Subscription ID & subscriptions. passed the body like this
{
"callbackUrl": "URL",
"eventTypes": ["completed", "exception"],
"callbackSecretHeader": "value",
"callbackSecret": "Value!$"
}
2. The webhook subscription is visible under Active Subscriptions.
3. When I mark the item as Exception in Blue Prism, the webhook entry disappears from Active Subscriptions.
4. However, the target application does not receive or display any callback response.
Advise if I am missing any configuration or validation steps?
#7.5.1