I have created a setting for HubSpot video conferencing.
The meeting create webhook work fine but I don’t receive the webhook when meeting is updated
I have created a setting for HubSpot video conferencing.
The meeting create webhook work fine but I don’t receive the webhook when meeting is updated
Hey, @xuanvien1994 Can you prove details, please? Code examples, screenshots, or any context to help the community understand if and how they might assist.
Best,
Jaycee
The steps that I’m following is that
1: I create an videoConference using this API
https://api.hubapi.com/crm/v3/extensions/videoconferencing/settings/238271?hapikey={}
with the body point to my endpoint
{
“createMeetingUrl”: “https://{url}/create”,
“updateMeetingUrl”: “https://{url}/updated”,
“deleteMeetingUrl”: “https://{url}/delete”,
“userVerifyUrl”: “https://{url}/ok”
}
2: Then I add a new meeting using my app in the HubSpot portal
After that I received the event in my created endpoint and return the meeting URL. it work fine
BUT when I edit that meeting. I don’t receive any event to my Update URL
My problem is that when updating meetings. I don’t receive the update event to my url