You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to send webhooks to a specific application.
Description
When configuring a webhook to only work with a specific Application, no webhooks are fired but when configured with all applications then they work as excepted.
Affects versions
1.19.8
Steps to reproduce
Create Tenant and enable events that I am interested in and set all must succeed. For this example user.create and user.registration.create
Create Application hooking to new Tenant
Create Webhook with valid URL, enable events, and select the new application.
Use API or UI to create a new user for that new Tenant
Notice a complete lack of sent webhooks. No logs
Go back to webhook and select All Applications
Use API or UI to create a new user for that new Tenant
Get webhook delivered.
Change Webhook to point to an unreachable URL with all applications still on
Use API or UI register user to the new Application for that new Tenant
Get message that Webhook failed so registration failed
Change Webhook again to point to specific Application
Use API or UI register user to the new Application for that new Tenant
Successfully Registered user.
Expected behavior
Expecting that for the Application that a webhook is sent when a webhook is tied to a specific Application.
Screenshots
Webhook configured with all events
Results of testing the Webhook
Tenant Webhook Settings
Application Webhook Settings
Platform
(Please complete the following information)
Device: Desktop
OS: popOS 20.04
Browser + version: Chrome 86.0.4240.75
Database: PostgresSQL 11
Additional context
While I believe I set everything up correctly I am expecting there is a configuration issue on my end.
The text was updated successfully, but these errors were encountered:
Unable to send webhooks to a specific application.
Description
When configuring a webhook to only work with a specific Application, no webhooks are fired but when configured with all applications then they work as excepted.
Affects versions
1.19.8
Steps to reproduce
Expected behavior
Expecting that for the Application that a webhook is sent when a webhook is tied to a specific Application.
Screenshots
Webhook configured with all events

Results of testing the Webhook

Tenant Webhook Settings

Application Webhook Settings

Platform
(Please complete the following information)
Additional context
While I believe I set everything up correctly I am expecting there is a configuration issue on my end.
The text was updated successfully, but these errors were encountered: