a week ago
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
a week ago
Hi Nell1
Thanks for the contacting Blue Prism Community.
I would suggest the following to narrow down the issue.
First, a quick clarification: the webhook subscription disappearing from Active Subscriptions right after you mark the item as Exception is actually expected behavior. A subscription automatically moves to Inactive once the event reaches a final state (Completed or Exception), regardless of whether the callback was successfully delivered to your application. So this isn't a symptom of something being broken — it's the platform working as designed.
That said, the fact that your application isn't receiving anything does point to an issue with the callback delivery itself. Could you check the following on your end and let us know what you find?
Once you've checked the Inactive Subscriptions status and your app-side logs, this can pinpoint whether this is an authentication issue, a network/firewall issue, or something else.
Regards
Hossein Azimi (APJ team)
a week ago
Hello @hossein.azimi Thank you for sharing the inputs. Please find my responses below: