curl --request PUT \
--url 'https://api.hubapi.com/crm/v3/extensions/videoconferencing/settings/{appId}?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"createMeetingUrl": "<string>",
"deleteMeetingUrl": "<string>",
"fetchAccountsUri": "<string>",
"updateMeetingUrl": "<string>",
"userVerifyUrl": "<string>"
}
'{
"createMeetingUrl": "<string>",
"deleteMeetingUrl": "<string>",
"fetchAccountsUri": "<string>",
"updateMeetingUrl": "<string>",
"userVerifyUrl": "<string>"
}Die Einstellungen für die Videokonferenz-Erweiterung Ihrer App erstellen oder aktualisieren
curl --request PUT \
--url 'https://api.hubapi.com/crm/v3/extensions/videoconferencing/settings/{appId}?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"createMeetingUrl": "<string>",
"deleteMeetingUrl": "<string>",
"fetchAccountsUri": "<string>",
"updateMeetingUrl": "<string>",
"userVerifyUrl": "<string>"
}
'{
"createMeetingUrl": "<string>",
"deleteMeetingUrl": "<string>",
"fetchAccountsUri": "<string>",
"updateMeetingUrl": "<string>",
"userVerifyUrl": "<string>"
}Unterstützte Produkte