Authorizations
Path Parameters
The ID of the video conference application. This is the identifier of the application created in your HubSpot developer portal.
Body
The URLs of the various actions provided by the video conferencing application. All URLs must use the https
protocol.
The URL that HubSpot will send requests to create a new video conference.
"https://example.com/create-meeting"
The URL that HubSpot will use to verify that a user exists in the video conference application.
"https://example.com/user-verify"
The URL that HubSpot will send updates to existing meetings. Typically called when the user changes the topic or times of a meeting.
"https://example.com/update-meeting"
The URL that HubSpot will send notifications of meetings that have been deleted in HubSpot.
"https://example.com/delete-meeting"
Response
successful operation
The URLs of the various actions provided by the video conferencing application. All URLs must use the https
protocol.
The URL that HubSpot will send requests to create a new video conference.
"https://example.com/create-meeting"
The URL that HubSpot will use to verify that a user exists in the video conference application.
"https://example.com/user-verify"
The URL that HubSpot will send updates to existing meetings. Typically called when the user changes the topic or times of a meeting.
"https://example.com/update-meeting"
The URL that HubSpot will send notifications of meetings that have been deleted in HubSpot.
"https://example.com/delete-meeting"