Hi,
for several weeks we have been experiencing an issue with Zoom meetings created via the API. The third-party survey link that we add via the API is no longer opened in the browser after the meeting ends or when participants leave. Previously, this functionality worked without any issues.
Important detail:
-
If the survey link is entered manually in the Zoom Dashboard, the redirection works as expected.
-
If the survey link is provided via the API, the link is visible in the Dashboard and appears to be correctly set, but the redirection does not occur.
What we have checked so far:
-
No changes were made to the Zoom API implementation or to our own API.
-
All Zoom settings have been verified and are correctly configured.
-
The survey link is visible in the Dashboard.
Technical details:
-
Meeting creation request:
POST /v2/users/z074@wifiooe.at/meetings
→ Response:201 CREATED
-
Adding the survey link:
{
"third_party_survey": "https://www.wifi-ooe.at/"
}
→ Response: 204 NO CONTENT
-
The survey link is visible in the Dashboard.
-
The setting is enabled both for the host and for the account that creates the meeting.
Current behavior:
- After the meeting ends or when participants leave, there is no redirection to the configured link.