PUT
/
crm
/
v3
/
extensions
/
videoconferencing
/
settings
/
{appId}
Update settings
curl --request PUT \
  --url https://api.hubapi.com/crm/v3/extensions/videoconferencing/settings/{appId} \
  --header 'Content-Type: application/json' \
  --data '{
  "createMeetingUrl": "https://example.com/create-meeting",
  "updateMeetingUrl": "https://example.com/update-meeting",
  "deleteMeetingUrl": "https://example.com/delete-meeting",
  "userVerifyUrl": "https://example.com/user-verify"
}'
{
  "createMeetingUrl": "https://example.com/create-meeting",
  "updateMeetingUrl": "https://example.com/update-meeting",
  "deleteMeetingUrl": "https://example.com/delete-meeting",
  "userVerifyUrl": "https://example.com/user-verify"
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub無料ツール
Sales HubSales Hub無料ツール
Service HubService Hub無料ツール
Content HubContent HubStarter

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

The ID of the video conference application. This is the identifier of the application created in your HubSpot developer portal.

Body

application/json

The URLs of the various actions provided by the video conferencing application. All URLs must use the https protocol.

createMeetingUrl
string
required

The URL that HubSpot will send requests to create a new video conference.

Example:

"https://example.com/create-meeting"

userVerifyUrl
string

The URL that HubSpot will use to verify that a user exists in the video conference application.

Example:

"https://example.com/user-verify"

fetchAccountsUri
string
updateMeetingUrl
string

The URL that HubSpot will send updates to existing meetings. Typically called when the user changes the topic or times of a meeting.

Example:

"https://example.com/update-meeting"

deleteMeetingUrl
string

The URL that HubSpot will send notifications of meetings that have been deleted in HubSpot.

Example:

"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.

createMeetingUrl
string
required

The URL that HubSpot will send requests to create a new video conference.

Example:

"https://example.com/create-meeting"

userVerifyUrl
string

The URL that HubSpot will use to verify that a user exists in the video conference application.

Example:

"https://example.com/user-verify"

fetchAccountsUri
string
updateMeetingUrl
string

The URL that HubSpot will send updates to existing meetings. Typically called when the user changes the topic or times of a meeting.

Example:

"https://example.com/update-meeting"

deleteMeetingUrl
string

The URL that HubSpot will send notifications of meetings that have been deleted in HubSpot.

Example:

"https://example.com/delete-meeting"