-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat(i18n): update translations #2386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -27,12 +27,14 @@ In Sim erm枚glicht die Zoom-Integration Ihren Agenten die Automatisierung der Pl | |||||||||||||||||
| - Details oder Einladungen f眉r jedes Meeting abzurufen | ||||||||||||||||||
| - Bestehende Meetings direkt aus Ihren Automatisierungen zu aktualisieren oder zu l枚schen | ||||||||||||||||||
|
|
||||||||||||||||||
| Diese Funktionen erm枚glichen es Ihnen, die Remote-Zusammenarbeit zu optimieren, wiederkehrende Videositzungen zu automatisieren und die Zoom-Umgebung Ihrer Organisation als Teil Ihrer Workflows zu verwalten. | ||||||||||||||||||
| Um eine Verbindung zu Zoom herzustellen, f眉gen Sie den Zoom-Block ein und klicken Sie auf `Connect`, um sich mit Ihrem Zoom-Konto zu authentifizieren. Nach der Verbindung k枚nnen Sie die Zoom-Tools verwenden, um Zoom-Meetings zu erstellen, aufzulisten, zu aktualisieren und zu l枚schen. Sie k枚nnen Ihr Zoom-Konto jederzeit trennen, indem Sie unter Einstellungen > Integrationen auf `Disconnect` klicken, und der Zugriff auf Ihr Zoom-Konto wird sofort widerrufen. | ||||||||||||||||||
|
|
||||||||||||||||||
| Diese Funktionen erm枚glichen es Ihnen, die Zusammenarbeit aus der Ferne zu optimieren, wiederkehrende Videositzungen zu automatisieren und die Zoom-Umgebung Ihrer Organisation als Teil Ihrer Workflows zu verwalten. | ||||||||||||||||||
| {/* MANUAL-CONTENT-END */} | ||||||||||||||||||
|
|
||||||||||||||||||
| ## Nutzungsanleitung | ||||||||||||||||||
| ## Gebrauchsanweisung | ||||||||||||||||||
|
|
||||||||||||||||||
| Integrieren Sie Zoom in Workflows. Erstellen, listen, aktualisieren und l枚schen Sie Zoom-Meetings. Rufen Sie Meeting-Details, Einladungen, Aufzeichnungen und Teilnehmer ab. Verwalten Sie Cloud-Aufzeichnungen programmgesteuert. | ||||||||||||||||||
| Integrieren Sie Zoom in Workflows. Erstellen, listen, aktualisieren und l枚schen Sie Zoom-Meetings. Erhalten Sie Meeting-Details, Einladungen, Aufzeichnungen und Teilnehmerinformationen. Verwalten Sie Cloud-Aufzeichnungen programmatisch. | ||||||||||||||||||
|
|
||||||||||||||||||
| ## Tools | ||||||||||||||||||
|
|
||||||||||||||||||
|
|
@@ -49,7 +51,7 @@ Ein neues Zoom-Meeting erstellen | |||||||||||||||||
| | `type` | number | Nein | Meeting-Typ: 1=sofort, 2=geplant, 3=wiederkehrend ohne feste Zeit, 8=wiederkehrend mit fester Zeit | | ||||||||||||||||||
| | `startTime` | string | Nein | Meeting-Startzeit im ISO 8601-Format \(z.B. 2025-06-03T10:00:00Z\) | | ||||||||||||||||||
| | `duration` | number | Nein | Meeting-Dauer in Minuten | | ||||||||||||||||||
| | `timezone` | string | Nein | Zeitzone f眉r das Meeting \(z.B. Europe/Berlin\) | | ||||||||||||||||||
| | `timezone` | string | Nein | Zeitzone f眉r das Meeting \(z.B. America/Los_Angeles\) | | ||||||||||||||||||
| | `password` | string | Nein | Meeting-Passwort | | ||||||||||||||||||
| | `agenda` | string | Nein | Meeting-Agenda | | ||||||||||||||||||
| | `hostVideo` | boolean | Nein | Mit eingeschaltetem Host-Video starten | | ||||||||||||||||||
|
|
@@ -59,26 +61,26 @@ Ein neues Zoom-Meeting erstellen | |||||||||||||||||
| | `waitingRoom` | boolean | Nein | Warteraum aktivieren | | ||||||||||||||||||
| | `autoRecording` | string | Nein | Automatische Aufzeichnungseinstellung: local, cloud oder none | | ||||||||||||||||||
|
|
||||||||||||||||||
| #### Output | ||||||||||||||||||
| #### Ausgabe | ||||||||||||||||||
|
|
||||||||||||||||||
| | Parameter | Typ | Beschreibung | | ||||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||
| | `meeting` | object | Das erstellte Meeting mit allen seinen Eigenschaften | | ||||||||||||||||||
|
|
||||||||||||||||||
| ### `zoom_list_meetings` | ||||||||||||||||||
|
|
||||||||||||||||||
| Alle Meetings eines Zoom-Benutzers auflisten | ||||||||||||||||||
| Alle Meetings f眉r einen Zoom-Benutzer auflisten | ||||||||||||||||||
|
|
||||||||||||||||||
| #### Input | ||||||||||||||||||
| #### Eingabe | ||||||||||||||||||
|
|
||||||||||||||||||
| | Parameter | Typ | Erforderlich | Beschreibung | | ||||||||||||||||||
| | --------- | ---- | -------- | ----------- | | ||||||||||||||||||
| | `userId` | string | Ja | Die Benutzer-ID oder E-Mail-Adresse. Verwenden Sie "me" f眉r den authentifizierten Benutzer. | | ||||||||||||||||||
| | `type` | string | Nein | Meeting-Typ-Filter: scheduled, live, upcoming, upcoming_meetings oder previous_meetings | | ||||||||||||||||||
| | `pageSize` | number | Nein | Anzahl der Datens盲tze pro Seite (max. 300) | | ||||||||||||||||||
| | `pageSize` | number | Nein | Anzahl der Datens盲tze pro Seite \(max. 300\) | | ||||||||||||||||||
| | `nextPageToken` | string | Nein | Token f眉r Paginierung, um die n盲chste Ergebnisseite zu erhalten | | ||||||||||||||||||
|
|
||||||||||||||||||
| #### Output | ||||||||||||||||||
| #### Ausgabe | ||||||||||||||||||
|
|
||||||||||||||||||
| | Parameter | Typ | Beschreibung | | ||||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||
|
|
@@ -89,21 +91,21 @@ Alle Meetings eines Zoom-Benutzers auflisten | |||||||||||||||||
|
|
||||||||||||||||||
| Details eines bestimmten Zoom-Meetings abrufen | ||||||||||||||||||
|
|
||||||||||||||||||
| #### Input | ||||||||||||||||||
| #### Eingabe | ||||||||||||||||||
|
|
||||||||||||||||||
| | Parameter | Typ | Erforderlich | Beschreibung | | ||||||||||||||||||
| | --------- | ---- | -------- | ----------- | | ||||||||||||||||||
| | `meetingId` | string | Ja | Die Meeting-ID | | ||||||||||||||||||
| | `occurrenceId` | string | Nein | Vorkommnis-ID f眉r wiederkehrende Meetings | | ||||||||||||||||||
| | `showPreviousOccurrences` | boolean | Nein | Fr眉here Vorkommnisse f眉r wiederkehrende Meetings anzeigen | | ||||||||||||||||||
|
|
||||||||||||||||||
| #### Output | ||||||||||||||||||
| #### Ausgabe | ||||||||||||||||||
|
|
||||||||||||||||||
| | Parameter | Typ | Beschreibung | | ||||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||
| | `meeting` | object | Die Meeting-Details | | ||||||||||||||||||
|
|
||||||||||||||||||
| ### `zoom_update_meeting` | ||||||||||||||||||
| Details eines bestimmten Zoom-Meetings abrufen | ||||||||||||||||||
|
|
||||||||||||||||||
| Ein bestehendes Zoom-Meeting aktualisieren | ||||||||||||||||||
|
|
||||||||||||||||||
|
|
@@ -116,11 +118,11 @@ Ein bestehendes Zoom-Meeting aktualisieren | |||||||||||||||||
| | `type` | number | Nein | Meeting-Typ: 1=sofort, 2=geplant, 3=wiederkehrend ohne feste Zeit, 8=wiederkehrend mit fester Zeit | | ||||||||||||||||||
| | `startTime` | string | Nein | Meeting-Startzeit im ISO 8601-Format \(z.B. 2025-06-03T10:00:00Z\) | | ||||||||||||||||||
| | `duration` | number | Nein | Meeting-Dauer in Minuten | | ||||||||||||||||||
| | `timezone` | string | Nein | Zeitzone f眉r das Meeting \(z.B. America/Los_Angeles\) | | ||||||||||||||||||
| | `timezone` | string | Nein | Zeitzone f眉r das Meeting \(z.B. Europe/Berlin\) | | ||||||||||||||||||
| | `password` | string | Nein | Meeting-Passwort | | ||||||||||||||||||
| | `agenda` | string | Nein | Meeting-Agenda | | ||||||||||||||||||
| | `hostVideo` | boolean | Nein | Mit eingeschalteter Host-Kamera starten | | ||||||||||||||||||
| | `participantVideo` | boolean | Nein | Mit eingeschalteter Teilnehmer-Kamera starten | | ||||||||||||||||||
| | `hostVideo` | boolean | Nein | Mit eingeschaltetem Host-Video starten | | ||||||||||||||||||
| | `participantVideo` | boolean | Nein | Mit eingeschaltetem Teilnehmer-Video starten | | ||||||||||||||||||
| | `joinBeforeHost` | boolean | Nein | Teilnehmern erlauben, vor dem Host beizutreten | | ||||||||||||||||||
| | `muteUponEntry` | boolean | Nein | Teilnehmer beim Betreten stummschalten | | ||||||||||||||||||
| | `waitingRoom` | boolean | Nein | Warteraum aktivieren | | ||||||||||||||||||
|
|
@@ -132,7 +134,7 @@ Ein bestehendes Zoom-Meeting aktualisieren | |||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||
| | `success` | boolean | Ob das Meeting erfolgreich aktualisiert wurde | | ||||||||||||||||||
|
|
||||||||||||||||||
| ### `zoom_delete_meeting` | ||||||||||||||||||
| Ein Zoom-Meeting l枚schen | ||||||||||||||||||
|
|
||||||||||||||||||
| Ein Zoom-Meeting l枚schen oder abbrechen | ||||||||||||||||||
|
Comment on lines
+137
to
139
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. syntax: Missing section header
Suggested change
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! Prompt To Fix With AIThis is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/zoom.mdx
Line: 137:139
Comment:
**syntax:** Missing section header `### zoom_delete_meeting`
```suggestion
### `zoom_delete_meeting`
Ein Zoom-Meeting l枚schen
Ein Zoom-Meeting l枚schen oder abbrechen
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise. |
||||||||||||||||||
|
|
||||||||||||||||||
|
|
@@ -141,9 +143,9 @@ Ein Zoom-Meeting l枚schen oder abbrechen | |||||||||||||||||
| | Parameter | Typ | Erforderlich | Beschreibung | | ||||||||||||||||||
| | --------- | ---- | -------- | ----------- | | ||||||||||||||||||
| | `meetingId` | string | Ja | Die zu l枚schende Meeting-ID | | ||||||||||||||||||
| | `occurrenceId` | string | Nein | Vorkommnis-ID zum L枚schen eines bestimmten Vorkommnisses eines wiederkehrenden Meetings | | ||||||||||||||||||
| | `occurrenceId` | string | Nein | Occurrence-ID zum L枚schen eines bestimmten Termins eines wiederkehrenden Meetings | | ||||||||||||||||||
| | `scheduleForReminder` | boolean | Nein | Erinnerungs-E-Mail zur Stornierung an Teilnehmer senden | | ||||||||||||||||||
| | `cancelMeetingReminder` | boolean | Nein | Stornierungsmail an Teilnehmer und alternative Hosts senden | | ||||||||||||||||||
| | `cancelMeetingReminder` | boolean | Nein | Stornierungs-E-Mail an Teilnehmer und alternative Hosts senden | | ||||||||||||||||||
|
|
||||||||||||||||||
| #### Ausgabe | ||||||||||||||||||
|
|
||||||||||||||||||
|
|
@@ -153,7 +155,7 @@ Ein Zoom-Meeting l枚schen oder abbrechen | |||||||||||||||||
|
|
||||||||||||||||||
| ### `zoom_get_meeting_invitation` | ||||||||||||||||||
|
|
||||||||||||||||||
| Abrufen des Einladungstextes f眉r ein Zoom-Meeting | ||||||||||||||||||
| Den Einladungstext f眉r ein Zoom-Meeting abrufen | ||||||||||||||||||
|
|
||||||||||||||||||
| #### Eingabe | ||||||||||||||||||
|
|
||||||||||||||||||
|
|
@@ -165,20 +167,20 @@ Abrufen des Einladungstextes f眉r ein Zoom-Meeting | |||||||||||||||||
|
|
||||||||||||||||||
| | Parameter | Typ | Beschreibung | | ||||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||
| | `invitation` | string | Der Einladungstext f眉r das Meeting | | ||||||||||||||||||
| | `invitation` | string | Der Meeting-Einladungstext | | ||||||||||||||||||
|
|
||||||||||||||||||
| ### `zoom_list_recordings` | ||||||||||||||||||
|
|
||||||||||||||||||
| Alle Cloud-Aufzeichnungen f眉r einen Zoom-Benutzer auflisten | ||||||||||||||||||
| Alle Cloud-Aufzeichnungen eines Zoom-Benutzers auflisten | ||||||||||||||||||
|
|
||||||||||||||||||
| #### Eingabe | ||||||||||||||||||
|
|
||||||||||||||||||
| | Parameter | Typ | Erforderlich | Beschreibung | | ||||||||||||||||||
| | --------- | ---- | -------- | ----------- | | ||||||||||||||||||
| | `userId` | string | Ja | Die Benutzer-ID oder E-Mail-Adresse. Verwenden Sie "me" f眉r den authentifizierten Benutzer. | | ||||||||||||||||||
| | `from` | string | Nein | Startdatum im Format jjjj-mm-tt \(innerhalb der letzten 6 Monate\) | | ||||||||||||||||||
| | `to` | string | Nein | Enddatum im Format jjjj-mm-tt | | ||||||||||||||||||
| | `pageSize` | number | Nein | Anzahl der Datens盲tze pro Seite \(max. 300\) | | ||||||||||||||||||
| | `from` | string | Nein | Startdatum im Format yyyy-mm-dd (innerhalb der letzten 6 Monate) | | ||||||||||||||||||
| | `to` | string | Nein | Enddatum im Format yyyy-mm-dd | | ||||||||||||||||||
| | `pageSize` | number | Nein | Anzahl der Datens盲tze pro Seite (max. 300) | | ||||||||||||||||||
| | `nextPageToken` | string | Nein | Token f眉r die Paginierung, um die n盲chste Ergebnisseite zu erhalten | | ||||||||||||||||||
| | `trash` | boolean | Nein | Auf true setzen, um Aufzeichnungen aus dem Papierkorb aufzulisten | | ||||||||||||||||||
|
|
||||||||||||||||||
|
|
@@ -189,7 +191,7 @@ Alle Cloud-Aufzeichnungen f眉r einen Zoom-Benutzer auflisten | |||||||||||||||||
| | `recordings` | array | Liste der Aufzeichnungen | | ||||||||||||||||||
| | `pageInfo` | object | Paginierungsinformationen | | ||||||||||||||||||
|
|
||||||||||||||||||
| ### `zoom_get_meeting_recordings` | ||||||||||||||||||
| Alle Aufzeichnungen f眉r ein bestimmtes Zoom-Meeting abrufen | ||||||||||||||||||
|
|
||||||||||||||||||
| Alle Aufzeichnungen f眉r ein bestimmtes Zoom-Meeting abrufen | ||||||||||||||||||
|
Comment on lines
+194
to
196
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. syntax: Missing section header
Suggested change
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! Prompt To Fix With AIThis is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/zoom.mdx
Line: 194:196
Comment:
**syntax:** Missing section header `### zoom_get_meeting_recordings`
```suggestion
### `zoom_get_meeting_recordings`
Alle Aufzeichnungen f眉r ein bestimmtes Zoom-Meeting abrufen
Alle Aufzeichnungen f眉r ein bestimmtes Zoom-Meeting abrufen
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise. |
||||||||||||||||||
|
|
||||||||||||||||||
|
|
@@ -198,16 +200,16 @@ Alle Aufzeichnungen f眉r ein bestimmtes Zoom-Meeting abrufen | |||||||||||||||||
| | Parameter | Typ | Erforderlich | Beschreibung | | ||||||||||||||||||
| | --------- | ---- | -------- | ----------- | | ||||||||||||||||||
| | `meetingId` | string | Ja | Die Meeting-ID oder Meeting-UUID | | ||||||||||||||||||
| | `includeFolderItems` | boolean | Nein | Elemente innerhalb eines Ordners einschlie脽en | | ||||||||||||||||||
| | `ttl` | number | Nein | G眉ltigkeitsdauer f眉r Download-URLs in Sekunden \(max 604800\) | | ||||||||||||||||||
| | `includeFolderItems` | boolean | Nein | Elemente innerhalb eines Ordners einbeziehen | | ||||||||||||||||||
| | `ttl` | number | Nein | G眉ltigkeitsdauer f眉r Download-URLs in Sekunden \(max. 604800\) | | ||||||||||||||||||
|
|
||||||||||||||||||
| #### Ausgabe | ||||||||||||||||||
|
|
||||||||||||||||||
| | Parameter | Typ | Beschreibung | | ||||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||
| | `recording` | object | Die Meeting-Aufzeichnung mit allen Dateien | | ||||||||||||||||||
|
|
||||||||||||||||||
| ### `zoom_delete_recording` | ||||||||||||||||||
| Cloud-Aufzeichnungen f眉r ein Zoom-Meeting l枚schen | ||||||||||||||||||
|
|
||||||||||||||||||
| Cloud-Aufzeichnungen f眉r ein Zoom-Meeting l枚schen | ||||||||||||||||||
|
Comment on lines
+212
to
214
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. syntax: Missing section header
Suggested change
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! Prompt To Fix With AIThis is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/zoom.mdx
Line: 212:214
Comment:
**syntax:** Missing section header `### zoom_delete_recording`
```suggestion
### `zoom_delete_recording`
Cloud-Aufzeichnungen f眉r ein Zoom-Meeting l枚schen
Cloud-Aufzeichnungen f眉r ein Zoom-Meeting l枚schen
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise. |
||||||||||||||||||
|
|
||||||||||||||||||
|
|
@@ -225,7 +227,7 @@ Cloud-Aufzeichnungen f眉r ein Zoom-Meeting l枚schen | |||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||
| | `success` | boolean | Ob die Aufzeichnung erfolgreich gel枚scht wurde | | ||||||||||||||||||
|
|
||||||||||||||||||
| ### `zoom_list_past_participants` | ||||||||||||||||||
| Teilnehmer eines vergangenen Zoom-Meetings auflisten | ||||||||||||||||||
|
|
||||||||||||||||||
| Teilnehmer eines vergangenen Zoom-Meetings auflisten | ||||||||||||||||||
|
Comment on lines
+230
to
232
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. syntax: Missing section header
Suggested change
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! Prompt To Fix With AIThis is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/zoom.mdx
Line: 230:232
Comment:
**syntax:** Missing section header `### zoom_list_past_participants`
```suggestion
### `zoom_list_past_participants`
Teilnehmer eines vergangenen Zoom-Meetings auflisten
Teilnehmer eines vergangenen Zoom-Meetings auflisten
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise. |
||||||||||||||||||
|
|
||||||||||||||||||
|
|
@@ -234,14 +236,14 @@ Teilnehmer eines vergangenen Zoom-Meetings auflisten | |||||||||||||||||
| | Parameter | Typ | Erforderlich | Beschreibung | | ||||||||||||||||||
| | --------- | ---- | -------- | ----------- | | ||||||||||||||||||
| | `meetingId` | string | Ja | Die vergangene Meeting-ID oder UUID | | ||||||||||||||||||
| | `pageSize` | number | Nein | Anzahl der Datens盲tze pro Seite \(max 300\) | | ||||||||||||||||||
| | `pageSize` | number | Nein | Anzahl der Datens盲tze pro Seite \(max. 300\) | | ||||||||||||||||||
| | `nextPageToken` | string | Nein | Token f眉r Paginierung, um die n盲chste Ergebnisseite zu erhalten | | ||||||||||||||||||
|
|
||||||||||||||||||
| #### Ausgabe | ||||||||||||||||||
|
|
||||||||||||||||||
| | Parameter | Typ | Beschreibung | | ||||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||
| | `participants` | array | Liste der Besprechungsteilnehmer | | ||||||||||||||||||
| | `participants` | array | Liste der Meeting-Teilnehmer | | ||||||||||||||||||
| | `pageInfo` | object | Paginierungsinformationen | | ||||||||||||||||||
|
|
||||||||||||||||||
| ## Hinweise | ||||||||||||||||||
|
|
||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -27,12 +27,14 @@ En Sim, la integraci贸n con Zoom permite a tus agentes automatizar la programaci | |||||||||||||||||||
| - Obtener detalles o invitaciones para cualquier reuni贸n | ||||||||||||||||||||
| - Actualizar o eliminar reuniones existentes directamente desde tus automatizaciones | ||||||||||||||||||||
|
|
||||||||||||||||||||
| Estas capacidades te permiten agilizar la colaboraci贸n remota, automatizar sesiones de video recurrentes y gestionar el entorno Zoom de tu organizaci贸n como parte de tus flujos de trabajo. | ||||||||||||||||||||
| Para conectarte a Zoom, arrastra el bloque de Zoom y haz clic en `Connect` para autenticarte con tu cuenta de Zoom. Una vez conectado, puedes usar las herramientas de Zoom para crear, listar, actualizar y eliminar reuniones de Zoom. En cualquier momento, puedes desconectar tu cuenta de Zoom haciendo clic en `Disconnect` en Configuraci贸n > Integraciones, y el acceso a tu cuenta de Zoom ser谩 revocado inmediatamente. | ||||||||||||||||||||
|
|
||||||||||||||||||||
| Estas capacidades te permiten agilizar la colaboraci贸n remota, automatizar sesiones de video recurrentes y gestionar el entorno de Zoom de tu organizaci贸n, todo como parte de tus flujos de trabajo. | ||||||||||||||||||||
| {/* MANUAL-CONTENT-END */} | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ## Instrucciones de uso | ||||||||||||||||||||
|
|
||||||||||||||||||||
| Integra Zoom en flujos de trabajo. Crea, lista, actualiza y elimina reuniones de Zoom. Obt茅n detalles de reuniones, invitaciones, grabaciones y participantes. Gestiona grabaciones en la nube de forma program谩tica. | ||||||||||||||||||||
| Integra Zoom en los flujos de trabajo. Crea, lista, actualiza y elimina reuniones de Zoom. Obt茅n detalles de reuniones, invitaciones, grabaciones y participantes. Gestiona grabaciones en la nube de forma program谩tica. | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ## Herramientas | ||||||||||||||||||||
|
|
||||||||||||||||||||
|
|
@@ -44,12 +46,12 @@ Crear una nueva reuni贸n de Zoom | |||||||||||||||||||
|
|
||||||||||||||||||||
| | Par谩metro | Tipo | Obligatorio | Descripci贸n | | ||||||||||||||||||||
| | --------- | ---- | -------- | ----------- | | ||||||||||||||||||||
| | `userId` | string | S铆 | El ID de usuario o direcci贸n de correo electr贸nico. Usa "me" para el usuario autenticado. | | ||||||||||||||||||||
| | `userId` | string | S铆 | El ID de usuario o direcci贸n de correo electr贸nico. Use "me" para el usuario autenticado. | | ||||||||||||||||||||
| | `topic` | string | S铆 | Tema de la reuni贸n | | ||||||||||||||||||||
| | `type` | number | No | Tipo de reuni贸n: 1=instant谩nea, 2=programada, 3=recurrente sin hora fija, 8=recurrente con hora fija | | ||||||||||||||||||||
| | `startTime` | string | No | Hora de inicio de la reuni贸n en formato ISO 8601 \(p. ej., 2025-06-03T10:00:00Z\) | | ||||||||||||||||||||
| | `startTime` | string | No | Hora de inicio de la reuni贸n en formato ISO 8601 \(ej., 2025-06-03T10:00:00Z\) | | ||||||||||||||||||||
| | `duration` | number | No | Duraci贸n de la reuni贸n en minutos | | ||||||||||||||||||||
| | `timezone` | string | No | Zona horaria para la reuni贸n \(p. ej., America/Los_Angeles\) | | ||||||||||||||||||||
| | `timezone` | string | No | Zona horaria para la reuni贸n \(ej., America/Los_Angeles\) | | ||||||||||||||||||||
| | `password` | string | No | Contrase帽a de la reuni贸n | | ||||||||||||||||||||
| | `agenda` | string | No | Agenda de la reuni贸n | | ||||||||||||||||||||
| | `hostVideo` | boolean | No | Iniciar con video del anfitri贸n activado | | ||||||||||||||||||||
|
|
@@ -67,13 +69,13 @@ Crear una nueva reuni贸n de Zoom | |||||||||||||||||||
|
|
||||||||||||||||||||
| ### `zoom_list_meetings` | ||||||||||||||||||||
|
|
||||||||||||||||||||
| Listar todas las reuniones para un usuario de Zoom | ||||||||||||||||||||
| Listar todas las reuniones de un usuario de Zoom | ||||||||||||||||||||
|
|
||||||||||||||||||||
| #### Entrada | ||||||||||||||||||||
|
|
||||||||||||||||||||
| | Par谩metro | Tipo | Obligatorio | Descripci贸n | | ||||||||||||||||||||
| | --------- | ---- | -------- | ----------- | | ||||||||||||||||||||
| | `userId` | string | S铆 | El ID de usuario o direcci贸n de correo electr贸nico. Use "me" para el usuario autenticado. | | ||||||||||||||||||||
| | `userId` | string | S铆 | El ID de usuario o direcci贸n de correo electr贸nico. Usa "me" para el usuario autenticado. | | ||||||||||||||||||||
| | `type` | string | No | Filtro de tipo de reuni贸n: scheduled, live, upcoming, upcoming_meetings, o previous_meetings | | ||||||||||||||||||||
| | `pageSize` | number | No | N煤mero de registros por p谩gina \(m谩ximo 300\) | | ||||||||||||||||||||
| | `nextPageToken` | string | No | Token para paginaci贸n para obtener la siguiente p谩gina de resultados | | ||||||||||||||||||||
|
|
@@ -103,7 +105,7 @@ Obtener detalles de una reuni贸n espec铆fica de Zoom | |||||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||||
| | `meeting` | object | Los detalles de la reuni贸n | | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ### `zoom_update_meeting` | ||||||||||||||||||||
| Obtener detalles de una reuni贸n espec铆fica de Zoom | ||||||||||||||||||||
|
|
||||||||||||||||||||
| Actualizar una reuni贸n existente de Zoom | ||||||||||||||||||||
|
Comment on lines
+108
to
110
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. syntax: Missing section header
Suggested change
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! Prompt To Fix With AIThis is a comment left during a code review.
Path: apps/docs/content/docs/es/tools/zoom.mdx
Line: 108:110
Comment:
**syntax:** Missing section header `### zoom_update_meeting`
```suggestion
### `zoom_update_meeting`
Obtener detalles de una reuni贸n espec铆fica de Zoom
Actualizar una reuni贸n existente de Zoom
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise. |
||||||||||||||||||||
|
|
||||||||||||||||||||
|
|
@@ -122,17 +124,17 @@ Actualizar una reuni贸n existente de Zoom | |||||||||||||||||||
| | `hostVideo` | boolean | No | Iniciar con video del anfitri贸n activado | | ||||||||||||||||||||
| | `participantVideo` | boolean | No | Iniciar con video de participantes activado | | ||||||||||||||||||||
| | `joinBeforeHost` | boolean | No | Permitir que los participantes se unan antes que el anfitri贸n | | ||||||||||||||||||||
| | `muteUponEntry` | boolean | No | Silenciar a los participantes al entrar | | ||||||||||||||||||||
| | `muteUponEntry` | boolean | No | Silenciar participantes al entrar | | ||||||||||||||||||||
| | `waitingRoom` | boolean | No | Habilitar sala de espera | | ||||||||||||||||||||
| | `autoRecording` | string | No | Configuraci贸n de grabaci贸n autom谩tica: local, en la nube o ninguna | | ||||||||||||||||||||
| | `autoRecording` | string | No | Configuraci贸n de grabaci贸n autom谩tica: local, cloud o none | | ||||||||||||||||||||
|
|
||||||||||||||||||||
| #### Salida | ||||||||||||||||||||
|
|
||||||||||||||||||||
| | Par谩metro | Tipo | Descripci贸n | | ||||||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||||
| | `success` | boolean | Si la reuni贸n se actualiz贸 correctamente | | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ### `zoom_delete_meeting` | ||||||||||||||||||||
| Eliminar una reuni贸n de Zoom | ||||||||||||||||||||
|
|
||||||||||||||||||||
| Eliminar o cancelar una reuni贸n de Zoom | ||||||||||||||||||||
|
Comment on lines
+137
to
139
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. syntax: Missing section header
Suggested change
Prompt To Fix With AIThis is a comment left during a code review.
Path: apps/docs/content/docs/es/tools/zoom.mdx
Line: 137:139
Comment:
**syntax:** Missing section header `### zoom_delete_meeting`
```suggestion
### `zoom_delete_meeting`
Eliminar una reuni贸n de Zoom
Eliminar o cancelar una reuni贸n de Zoom
```
How can I resolve this? If you propose a fix, please make it concise. |
||||||||||||||||||||
|
|
||||||||||||||||||||
|
|
@@ -142,14 +144,14 @@ Eliminar o cancelar una reuni贸n de Zoom | |||||||||||||||||||
| | --------- | ---- | -------- | ----------- | | ||||||||||||||||||||
| | `meetingId` | string | S铆 | El ID de la reuni贸n a eliminar | | ||||||||||||||||||||
| | `occurrenceId` | string | No | ID de ocurrencia para eliminar una ocurrencia espec铆fica de una reuni贸n recurrente | | ||||||||||||||||||||
| | `scheduleForReminder` | boolean | No | Enviar correo electr贸nico de recordatorio de cancelaci贸n a los inscritos | | ||||||||||||||||||||
| | `cancelMeetingReminder` | boolean | No | Enviar correo electr贸nico de cancelaci贸n a los inscritos y anfitriones alternativos | | ||||||||||||||||||||
| | `scheduleForReminder` | boolean | No | Enviar correo electr贸nico de recordatorio de cancelaci贸n a los registrados | | ||||||||||||||||||||
| | `cancelMeetingReminder` | boolean | No | Enviar correo electr贸nico de cancelaci贸n a los registrados y anfitriones alternativos | | ||||||||||||||||||||
|
|
||||||||||||||||||||
| #### Salida | ||||||||||||||||||||
|
|
||||||||||||||||||||
| | Par谩metro | Tipo | Descripci贸n | | ||||||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||||
| | `success` | boolean | Indica si la reuni贸n se elimin贸 correctamente | | ||||||||||||||||||||
| | `success` | boolean | Si la reuni贸n se elimin贸 correctamente | | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ### `zoom_get_meeting_invitation` | ||||||||||||||||||||
|
|
||||||||||||||||||||
|
|
@@ -175,10 +177,10 @@ Listar todas las grabaciones en la nube para un usuario de Zoom | |||||||||||||||||||
|
|
||||||||||||||||||||
| | Par谩metro | Tipo | Obligatorio | Descripci贸n | | ||||||||||||||||||||
| | --------- | ---- | -------- | ----------- | | ||||||||||||||||||||
| | `userId` | string | S铆 | El ID de usuario o direcci贸n de correo electr贸nico. Use "me" para el usuario autenticado. | | ||||||||||||||||||||
| | `from` | string | No | Fecha de inicio en formato aaaa-mm-dd \(dentro de los 煤ltimos 6 meses\) | | ||||||||||||||||||||
| | `userId` | string | S铆 | El ID de usuario o direcci贸n de correo electr贸nico. Usa "me" para el usuario autenticado. | | ||||||||||||||||||||
| | `from` | string | No | Fecha de inicio en formato aaaa-mm-dd (dentro de los 煤ltimos 6 meses) | | ||||||||||||||||||||
| | `to` | string | No | Fecha de fin en formato aaaa-mm-dd | | ||||||||||||||||||||
| | `pageSize` | number | No | N煤mero de registros por p谩gina \(m谩ximo 300\) | | ||||||||||||||||||||
| | `pageSize` | number | No | N煤mero de registros por p谩gina (m谩x. 300) | | ||||||||||||||||||||
| | `nextPageToken` | string | No | Token para paginaci贸n para obtener la siguiente p谩gina de resultados | | ||||||||||||||||||||
| | `trash` | boolean | No | Establecer como true para listar grabaciones de la papelera | | ||||||||||||||||||||
|
|
||||||||||||||||||||
|
|
@@ -189,27 +191,27 @@ Listar todas las grabaciones en la nube para un usuario de Zoom | |||||||||||||||||||
| | `recordings` | array | Lista de grabaciones | | ||||||||||||||||||||
| | `pageInfo` | object | Informaci贸n de paginaci贸n | | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ### `zoom_get_meeting_recordings` | ||||||||||||||||||||
| Obtener todas las grabaciones para una reuni贸n espec铆fica de Zoom | ||||||||||||||||||||
|
|
||||||||||||||||||||
| Obtener todas las grabaciones de una reuni贸n espec铆fica de Zoom | ||||||||||||||||||||
| Obtener todas las grabaciones para una reuni贸n espec铆fica de Zoom | ||||||||||||||||||||
|
Comment on lines
+194
to
+196
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. syntax: Missing section header
Suggested change
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! Prompt To Fix With AIThis is a comment left during a code review.
Path: apps/docs/content/docs/es/tools/zoom.mdx
Line: 194:196
Comment:
**syntax:** Missing section header `### zoom_get_meeting_recordings`
```suggestion
### `zoom_get_meeting_recordings`
Obtener todas las grabaciones para una reuni贸n espec铆fica de Zoom
Obtener todas las grabaciones para una reuni贸n espec铆fica de Zoom
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise. |
||||||||||||||||||||
|
|
||||||||||||||||||||
| #### Entrada | ||||||||||||||||||||
|
|
||||||||||||||||||||
| | Par谩metro | Tipo | Obligatorio | Descripci贸n | | ||||||||||||||||||||
| | --------- | ---- | -------- | ----------- | | ||||||||||||||||||||
| | `meetingId` | string | S铆 | El ID de la reuni贸n o UUID de la reuni贸n | | ||||||||||||||||||||
| | `includeFolderItems` | boolean | No | Incluir elementos dentro de una carpeta | | ||||||||||||||||||||
| | `ttl` | number | No | Tiempo de vida para las URLs de descarga en segundos \(m谩x. 604800\) | | ||||||||||||||||||||
| | `ttl` | number | No | Tiempo de vida para URLs de descarga en segundos \(m谩x. 604800\) | | ||||||||||||||||||||
|
|
||||||||||||||||||||
| #### Salida | ||||||||||||||||||||
|
|
||||||||||||||||||||
| | Par谩metro | Tipo | Descripci贸n | | ||||||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||||
| | `recording` | object | La grabaci贸n de la reuni贸n con todos los archivos | | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ### `zoom_delete_recording` | ||||||||||||||||||||
| Eliminar grabaciones en la nube para una reuni贸n de Zoom | ||||||||||||||||||||
|
|
||||||||||||||||||||
| Eliminar grabaciones en la nube de una reuni贸n de Zoom | ||||||||||||||||||||
| Eliminar grabaciones en la nube para una reuni贸n de Zoom | ||||||||||||||||||||
|
Comment on lines
+212
to
+214
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. syntax: Missing section header
Suggested change
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! Prompt To Fix With AIThis is a comment left during a code review.
Path: apps/docs/content/docs/es/tools/zoom.mdx
Line: 212:214
Comment:
**syntax:** Missing section header `### zoom_delete_recording`
```suggestion
### `zoom_delete_recording`
Eliminar grabaciones en la nube para una reuni贸n de Zoom
Eliminar grabaciones en la nube para una reuni贸n de Zoom
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise. |
||||||||||||||||||||
|
|
||||||||||||||||||||
| #### Entrada | ||||||||||||||||||||
|
|
||||||||||||||||||||
|
|
@@ -225,15 +227,15 @@ Eliminar grabaciones en la nube de una reuni贸n de Zoom | |||||||||||||||||||
| | --------- | ---- | ----------- | | ||||||||||||||||||||
| | `success` | boolean | Si la grabaci贸n se elimin贸 correctamente | | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ### `zoom_list_past_participants` | ||||||||||||||||||||
| Listar participantes de una reuni贸n pasada de Zoom | ||||||||||||||||||||
|
|
||||||||||||||||||||
| Listar participantes de una reuni贸n pasada de Zoom | ||||||||||||||||||||
|
Comment on lines
+230
to
232
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. syntax: Missing section header
Suggested change
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! Prompt To Fix With AIThis is a comment left during a code review.
Path: apps/docs/content/docs/es/tools/zoom.mdx
Line: 230:232
Comment:
**syntax:** Missing section header `### zoom_list_past_participants`
```suggestion
### `zoom_list_past_participants`
Listar participantes de una reuni贸n pasada de Zoom
Listar participantes de una reuni贸n pasada de Zoom
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise. |
||||||||||||||||||||
|
|
||||||||||||||||||||
| #### Entrada | ||||||||||||||||||||
|
|
||||||||||||||||||||
| | Par谩metro | Tipo | Obligatorio | Descripci贸n | | ||||||||||||||||||||
| | --------- | ---- | -------- | ----------- | | ||||||||||||||||||||
| | `meetingId` | string | S铆 | El ID o UUID de la reuni贸n pasada | | ||||||||||||||||||||
| | `meetingId` | string | S铆 | El ID de la reuni贸n pasada o UUID | | ||||||||||||||||||||
| | `pageSize` | number | No | N煤mero de registros por p谩gina \(m谩x. 300\) | | ||||||||||||||||||||
| | `nextPageToken` | string | No | Token para paginaci贸n para obtener la siguiente p谩gina de resultados | | ||||||||||||||||||||
|
|
||||||||||||||||||||
|
|
||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
syntax: Missing section header
### zoom_update_meetingNote: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI