Clickmeeting icon

Clickmeeting

Webinar platform for events, rooms, registrants, attendees, recordings, and webinar analytics.

Covers webinar records such as rooms, registrants, attendees, recordings, event setup, and engagement analytics.

Sign in to connect Clickmeeting

Sign in to connect an account and start using Clickmeeting in your apps.

Example Use Cases

These are example ways Snow can use Clickmeeting when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Create Access Tokens

Tool to generate access tokens for conference participants. Use when room access_type=3 (token protected) and you need unique tokens for attendees.

Create Conference

Tool to create a new conference. Use when you need to schedule or start a meeting/webinar after authentication.

Create Contact

Tool to create a new contact in your ClickMeeting account. Use when you need to add or pre-register an attendee before scheduling an event.

Delete Conference

Tool to delete a specific conference. Use after confirming the conference is no longer needed.

Delete File

Permanently delete a file from the ClickMeeting file library. Use this action to remove unwanted or outdated files (presentations, images, videos, etc.) from your library. Before calling this action, use Get File Library to find the file_id. WARNING: Deletion is irreversible - the file cannot be recovered once deleted.

Delete Recording

Permanently delete a specific recording from a conference room. Use this action to remove an unwanted or outdated recording. Before calling this action: 1. Use Get Conferences to find the conference_id 2. Use Get Recordings to find the recording_id within that conference WARNING: Deletion is irreversible. The recording file cannot be recovered once deleted.

Delete Recordings

Tool to delete all recordings for a conference room. Use when you need to clear all saved recordings for a specific conference before archiving or reusing it.

Download File

Download the content of a specific file from the ClickMeeting file library. Use when you need to retrieve the actual file content for processing or storage.

Generate Autologin Hash

Generate an autologin hash for a conference participant. This tool creates a hash that allows direct access to a ClickMeeting conference room without requiring separate login. Use it to build auto-login URLs in the format: <room_url>?l=<autologin_hash> The returned hash is time-sensitive and tied to the specific participant details provided.

Generate Session PDF Report

Generates a PDF report containing analytics and details for a specific conference session. The report includes session attendance, duration, and other metrics. Use this when you need to export session data as a downloadable PDF document. Note: This action requires a valid session_id. Sessions are only created after a conference has been held (started and ended). Use get_conference_sessions to find available sessions. The PDF generation may be asynchronous - check the 'status' field in the response. If status is 'NEW' or 'IN_PROGRESS', poll again until status becomes 'FINISHED'.