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.
Related integrations
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.
Tool to generate access tokens for conference participants. Use when room access_type=3 (token protected) and you need unique tokens for attendees.
Tool to create a new conference. Use when you need to schedule or start a meeting/webinar after authentication.
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.
Tool to delete a specific conference. Use after confirming the conference is no longer needed.
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.
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.
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 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 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.
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'.