After creating a meeting via the Extension, my API received a createMeetingUri webhook, which it responded to successfully, and HubSpot displayed the new meeting with the correct description.
However, I tried to update the meeting’s time and topic but no updateMeetingUri request was sent. The same situation with meeting deletion — no webhook was requested.
There could be several reasons why the updateMeetingUri and deleteMeetingUri webhooks were not triggered:
Double-check the URL you provided for these webhooks in your app settings to ensure that they are correct and working. Make sure that the URL is accessible and that it can handle incoming requests.
Verify that you have set up the appropriate API calls for updating and deleting meetings in your app code. Check the code that handles the update and delete actions to ensure that they are correctly calling the API endpoints.
Check the logs of your application to see if there are any errors or exceptions that could be preventing the update and delete requests from being sent.
Make sure that the meeting ID used in the update and delete requests is correct and matches the ID of the meeting you want to modify or delete.
Verify that the user has the appropriate permissions to modify or delete meetings.
If you have checked all of the above and are still experiencing issues, you may want to contact HubSpot support for further assistance.
Please mark it as SOLUTION ACCEPTED if you like the solution.
In your Developer Account, where you created the App, there's an error log which is super useful for debugging webhooks and api calls (just in case you didn't already know).
I haven't played with that API but hopefully the logs in your Developer Portal will have some more info you can share?
Since the webhooks for Video Conference Extension are not regular HubSpot webhooks, they are not displayed in Monitoring, including the webhooks for createMeetingUri, which I definitely received.
HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates. Learn More.
Did you know that the Community is available in other languages? Join regional conversations by changing your language settings !