Zoomy Automator Integration

外掛說明

Zoomy Automator Integration adds Zoom triggers and actions to Uncanny Automator when used with WP Zoomy (wp-zoom-addon) and Uncanny Automator.

Triggers

  • A Zoom meeting is created
  • A Zoom meeting is updated

Actions

  • Create a Zoom meeting
  • Register an attendee for a Zoom meeting

External services

This plugin connects to the Zoom API (api.zoom.us) so Uncanny Automator recipes can create Zoom meetings and register attendees. Those features only work when WP Zoomy is installed and configured with your Zoom account credentials.

When a recipe runs the Create Meeting action, meeting details from the recipe (such as topic, start time, duration, and host) are sent to Zoom to create the meeting.

When a recipe runs the Register Attendee action, the attendee email, first name, and last name from the recipe are sent to Zoom to register that person for the selected meeting.

Data is sent only when those Automator actions run. No data is sent on every page load.

This service is provided by Zoom Video Communications, Inc.:
Terms of Service
Privacy Statement

安裝方式

  1. Install and activate Uncanny Automator and WP Zoomy (wp-zoom-addon).
  2. Upload the plugin folder to /wp-content/plugins/zoomy-automator-integration/.
  3. Activate the plugin through the Plugins screen.
  4. Create or edit an Automator recipe and select Zoom triggers or actions.

常見問題集

What plugins are required?

Uncanny Automator and WP Zoomy (wp-zoom-addon) must both be installed and active.

Why is my Create Meeting action failing?

Assign a Zoom host ID to at least one WordPress user under Zoom Meetings settings, and ensure Zoom API credentials are configured in WP Zoomy.

Why is Register Attendee failing?

The meeting must have Zoom registration enabled. Meetings created by this integration use automatic approval registration so attendees can be registered. Existing meetings need registration enabled in Zoom/WP Zoomy. Zoom Pro or higher is required for meeting registration.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Zoomy Automator Integration〉的開發相關工作。

參與者

將〈Zoomy Automator Integration〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2.6

  • Renamed plugin to Zoomy Automator Integration (dropped WP from name/slug)

1.2.5

  • Renamed plugin to WP Zoomy Automator Integration

1.2.4

  • Hardened Zoom API requests and input handling for WordPress.org security review

1.2.3

  • Fixed a problem where the “Create meeting” and “Register attendee” settings would not open properly when building a recipe

1.2.2

  • Fixed Zoom actions not expanding in the recipe builder (sentence tokens now match action_meta / options_group)

1.2.1

  • Fixed trigger tokens for current Automator API (define_tokens)
  • Create Meeting now enables auto-approve registration so Register Attendee works
  • Added action tokens for created meetings and registrant join URLs
  • Aligned Meeting Updated trigger tokens with Meeting Created
  • Corrected Plugin URI

1.2.0

  • Removed webinar triggers (requires separate Zoom webinar license; planned for a future release)

1.1.0

  • Added Zoom triggers with dynamic tokens
  • Added Create Meeting and Register Attendee actions
  • Added dependency checks and Automator library submission polish

1.0.0

  • Initial meeting created trigger