Description
I’ve confirmed that webhook validation is working, but I’m still not receiving the above events for some webinars. Is there a way to see if they were ever sent? Here is a sample of some of the webinars that events were not received:
Hi @chris.ota , if these webhooks should’ve been sent within the last 7 days, we can submit a request to our backend to check what happened. If it has been past 7 days, we will need new webinar ids. Please confirm with me and send your client id and developer email in the private message I am starting with you.
Looking at the application with client id: 7PPA******Q, they can see two endpoints configured, one for test and one for production. They see the status 401 multiple times for both endpoints. Those errors lead to believe that the webhook was unauthenticated or unauthorized. This typically indicates the Secret Key or verification token used in configuring your webhook isn’t being properly accepted.
Developer was receiving timeouts and 401s for certain webhooks.
Developer shared in response that infrastructure team was doing maintenance on their test environment around that time which could be why there were timeouts. That should be resolved now.
As for the 401s, developer suspected that all webinars giving 401s in webhook response have special character in the title. They think that this special character (long dash) is causing our systems to generate different hashes, which is breaking the webhook verification.
@chris.ota our webhook developers say the encoding is utf-8 and that the special characters shouldn’t affect verification. Are you still experiencing issues?