Hi all! We have published our application in the App Store and have activated a webhook for Visma Connect Idp. The goal is to get a webhook sent every time a new customer adds our application in the Visma App Store. We have setup the webhook and tested it using the "Test webhook" button on Client Application Authorized. We receive a example payload to our webhook, so the setup works fine. However, when we try to add our application using our sandbox company in the App Store, we do not receive a webhook from Visma. The plan is to fetch the tenant_id and save it in our database so that we can add the customer to our application.- What are we doing wrong or does the webhook not work as we expect? We have registered the application to these webhook events: TENANT_APPLICATION_ADDED TENANT_APPLICATION_DELETED TENANT_APPLICATION_FEATURES_CHANGED TENANT_APPLICATION_RESUMED TENANT_APPLICATION_SOFT_DELETED TENANT_APPLICATION_SUSPENDED TENANT_APPLICATION_USER_ROLES_CHANGED TENANT_MODIFIED
... View more