Clickmeeting
clickmeetingClickMeeting is a cloud-based online meeting and webinar platform that enables businesses and individuals to host virtual meetings, webinars, and training sessions.
Acciones disponibles (36)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create ConferenceCLICKMEETING_CREATE_CONFERENCEAcciónTool to create a new conference. use when you need to schedule or start a meeting/webinar after authentication.
CLICKMEETING_CREATE_CONFERENCEAcciónTool to create a new conference. use when you need to schedule or start a meeting/webinar after authentication.
Parámetros de entrada
namestringObligatorioThe display name of the conference room.
statusstringenumInitial status: 'active' or 'inactive'.
activeinactiveskin_idintegerID of the UI skin/theme to apply.
durationstringDuration in 'H:MM' format (required for scheduled rooms).
passwordstringPassword for rooms with access_type=2.
settingsobjectAdditional arbitrary settings as key/value pairs.
room_typestringObligatorioenumType of room: 'meeting' for collaborative sessions or 'webinar' for broadcast.
meetingwebinarstarts_atstringScheduled start date/time in ISO 8601 format (required if permanent_room=0).
time_zonestringIANA time zone identifier, e.g. 'America/New_York'.
access_typeintegerObligatorioenumAccess mode: 1=open; 2=password-protected (requires 'password'); 3=token-based.
123registrationobjectRegistration configuration for a conference.
lobby_enabledintegerenum1 to show a lobby page; 0 to bypass lobby.
01permanent_roomintegerObligatorioenum1 to create a permanent room; 0 to create a scheduled room.
01lobby_descriptionstringText shown in the lobby before participants join.
participants_limitintegerObligatorioMaximum number of participants allowed in the conference room.
custom_room_url_namestringCustom URL path segment for the room (must be unique).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ContactCLICKMEETING_CREATE_CONTACTAcciónTool to create a new contact in your clickmeeting account. use when you need to add or pre-register an attendee before scheduling an event.
CLICKMEETING_CREATE_CONTACTAcciónTool to create a new contact in your clickmeeting account. use when you need to add or pre-register an attendee before scheduling an event.
Parámetros de entrada
namestringFirst name of the contact
emailanyObligatorioemailEmail address of the contact
phonestringPhone number of the contact
companystringCompany name associated with the contact
surnamestringLast name of the contact
custom_fieldsobject[]List of custom fields to set for the contact
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ConferenceCLICKMEETING_DELETE_CONFERENCEAcciónTool to delete a specific conference. use after confirming the conference is no longer needed.
CLICKMEETING_DELETE_CONFERENCEAcciónTool to delete a specific conference. use after confirming the conference is no longer needed.
Parámetros de entrada
conference_idintegerObligatorioUnique identifier of the conference to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete RecordingCLICKMEETING_DELETE_RECORDINGAcciónTool to delete a specific recording for a conference room. use when you need to remove an unwanted or outdated recording after confirming the conference and recording ids. deletion is irreversible.
CLICKMEETING_DELETE_RECORDINGAcciónTool to delete a specific recording for a conference room. use when you need to remove an unwanted or outdated recording after confirming the conference and recording ids. deletion is irreversible.
Parámetros de entrada
recording_idintegerObligatorioUnique identifier of the recording to delete
conference_idintegerObligatorioUnique identifier of the conference to delete the recording from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete RecordingsCLICKMEETING_DELETE_RECORDINGSAcciónTool 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.
CLICKMEETING_DELETE_RECORDINGSAcciónTool 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.
Parámetros de entrada
conference_idintegerObligatorioUnique identifier of the conference to delete recordings for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate Autologin URLCLICKMEETING_GENERATE_AUTOLOGIN_URLAcciónTool to generate an autologin url for a conference participant. use when you need to provide direct access to a conference room without separate login.
CLICKMEETING_GENERATE_AUTOLOGIN_URLAcciónTool to generate an autologin url for a conference participant. use when you need to provide direct access to a conference room without separate login.
Parámetros de entrada
participantobjectObligatorioParticipant details for the autologin URL generation.
conference_idintegerObligatorioID of the conference for which to generate the autologin URL.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate Session PDF ReportCLICKMEETING_GENERATE_SESSION_PDF_REPORTAcciónTool to generate a pdf report for a specific session. use when you need to download session analytics as a pdf file.
CLICKMEETING_GENERATE_SESSION_PDF_REPORTAcciónTool to generate a pdf report for a specific session. use when you need to download session analytics as a pdf file.
Parámetros de entrada
languageanypasswordstringPassword for signing the PDF generation request, if required.
session_idintegerObligatorioUnique identifier of the session.
conference_idintegerObligatorioUnique identifier of the conference.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Chat DetailsCLICKMEETING_GET_CHAT_DETAILSAcciónTool to retrieve details of a specific chat session. use when you have the chat id and need its metadata and messages.
CLICKMEETING_GET_CHAT_DETAILSAcciónTool to retrieve details of a specific chat session. use when you have the chat id and need its metadata and messages.
Parámetros de entrada
chat_idstringObligatorioUnique identifier for the chat session
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ChatsCLICKMEETING_GET_CHATSAcciónTool to retrieve a list of all chat sessions. use when you need to list available chats in your account.
CLICKMEETING_GET_CHATSAcciónTool to retrieve a list of all chat sessions. use when you need to list available chats in your account.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Conference DetailsCLICKMEETING_GET_CONFERENCE_DETAILSAcciónTool to retrieve details of a specific conference. use after confirming the meeting id. example: "get details for conference with meeting id='123456'".
CLICKMEETING_GET_CONFERENCE_DETAILSAcciónTool to retrieve details of a specific conference. use after confirming the meeting id. example: "get details for conference with meeting id='123456'".
Parámetros de entrada
meeting_idstringObligatorioUnique ID of the conference (meeting) to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Conference FilesCLICKMEETING_GET_CONFERENCE_FILESAcciónTool to retrieve files associated with a conference. use after creating or updating a conference to list or download files uploaded to it.
CLICKMEETING_GET_CONFERENCE_FILESAcciónTool to retrieve files associated with a conference. use after creating or updating a conference to list or download files uploaded to it.
Parámetros de entrada
conference_idintegerObligatorioUnique ID of the conference to list files for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ConferencesCLICKMEETING_GET_CONFERENCESAcciónTool to retrieve a paginated list of conference rooms. use when you need to list all conferences.
CLICKMEETING_GET_CONFERENCESAcciónTool to retrieve a paginated list of conference rooms. use when you need to list all conferences.
Parámetros de entrada
pageintegerPage number to retrieve, must be >= 1
per_pageintegerNumber of items per page, must be between 1 and 100
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Conference SessionsCLICKMEETING_GET_CONFERENCE_SESSIONSAcciónTool to retrieve a list of sessions for a conference room. use when you need detailed session information after scheduling a conference.
CLICKMEETING_GET_CONFERENCE_SESSIONSAcciónTool to retrieve a list of sessions for a conference room. use when you need detailed session information after scheduling a conference.
Parámetros de entrada
conference_idintegerObligatorioUnique ID of the conference to list sessions for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Conference SkinsCLICKMEETING_GET_CONFERENCE_SKINSAcciónTool to retrieve a list of available conference room skins. use when customizing or selecting skin options before creating a conference.
CLICKMEETING_GET_CONFERENCE_SKINSAcciónTool to retrieve a list of available conference room skins. use when customizing or selecting skin options before creating a conference.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get File LibraryCLICKMEETING_GET_FILE_LIBRARYAcciónTool to retrieve a list of files in the file library. use when you need to browse available files with optional pagination.
CLICKMEETING_GET_FILE_LIBRARYAcciónTool to retrieve a list of files in the file library. use when you need to browse available files with optional pagination.
Parámetros de entrada
pageintegerPage number for pagination (1-based).
per_pageintegerNumber of items per page for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Phone GatewaysCLICKMEETING_GET_PHONE_GATEWAYSAcciónTool to retrieve a list of available phone gateways. use when you need dial-in options for participants before starting a session.
CLICKMEETING_GET_PHONE_GATEWAYSAcciónTool to retrieve a list of available phone gateways. use when you need dial-in options for participants before starting a session.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Ping APICLICKMEETING_GET_PINGAcciónTool to check api service status. use when verifying the clickmeeting api connection before making requests.
CLICKMEETING_GET_PINGAcciónTool to check api service status. use when verifying the clickmeeting api connection before making requests.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get RecordingsCLICKMEETING_GET_RECORDINGSAcciónTool to retrieve recordings for a specific conference room. use after the conference has ended to fetch available recordings.
CLICKMEETING_GET_RECORDINGSAcciónTool to retrieve recordings for a specific conference room. use after the conference has ended to fetch available recordings.
Parámetros de entrada
conference_idintegerObligatorioUnique ID of the conference to retrieve recordings for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get RegistrationsCLICKMEETING_GET_REGISTRATIONSAcciónTool to retrieve registrations for a conference room by status. use after obtaining the conference id to fetch registrations filtered by state.
CLICKMEETING_GET_REGISTRATIONSAcciónTool to retrieve registrations for a conference room by status. use after obtaining the conference id to fetch registrations filtered by state.
Parámetros de entrada
pageintegerPage number of results, must be >= 1.
statusstringenumFilter registrations by status. Accepted values: 'pending', 'accepted', 'declined', 'all'. If omitted, all statuses are returned.
pendingaccepteddeclinedallper_pageintegerNumber of registrations per page, must be >= 1.
conference_idstringObligatorioUnique identifier of the conference to list registrations for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Session Attendee DetailsCLICKMEETING_GET_SESSION_ATTENDEE_DETAILSAcciónTool to retrieve details of a specific session attendee. use after obtaining conference id, session id, and attendee id to fetch attendance details.
CLICKMEETING_GET_SESSION_ATTENDEE_DETAILSAcciónTool to retrieve details of a specific session attendee. use after obtaining conference id, session id, and attendee id to fetch attendance details.
Parámetros de entrada
session_idstringObligatorioUnique identifier of the session
attendee_idstringObligatorioUnique identifier of the attendee
conference_idstringObligatorioUnique identifier of the conference
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Session AttendeesCLICKMEETING_GET_SESSION_ATTENDEESAcciónTool to retrieve the attendee list for a specific session. use after confirming conference id and session id to list participants in that session.
CLICKMEETING_GET_SESSION_ATTENDEESAcciónTool to retrieve the attendee list for a specific session. use after confirming conference id and session id to list participants in that session.
Parámetros de entrada
session_idstringObligatorioUnique identifier of the session
conference_idstringObligatorioUnique identifier of the conference
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Session DetailsCLICKMEETING_GET_SESSION_DETAILSAcciónTool to retrieve details of a specific session in a conference room. use after confirming both conference id and session id to get timing, attendance, and recording info.
CLICKMEETING_GET_SESSION_DETAILSAcciónTool to retrieve details of a specific session in a conference room. use after confirming both conference id and session id to get timing, attendance, and recording info.
Parámetros de entrada
session_idintegerObligatorioUnique ID of the session to retrieve
conference_idintegerObligatorioUnique ID of the conference to which the session belongs
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Session Poll DetailsCLICKMEETING_GET_SESSION_POLL_DETAILSAcciónTool to retrieve details of a specific poll conducted during a session. use after confirming conference id, session id, and poll id to analyze poll results.
CLICKMEETING_GET_SESSION_POLL_DETAILSAcciónTool to retrieve details of a specific poll conducted during a session. use after confirming conference id, session id, and poll id to analyze poll results.
Parámetros de entrada
poll_idintegerObligatorioUnique ID of the poll to retrieve details for
session_idintegerObligatorioUnique ID of the session in which the poll was conducted
conference_idintegerObligatorioUnique ID of the conference to which the session belongs
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Session PollsCLICKMEETING_GET_SESSION_POLLSAcciónTool to retrieve a list of polls conducted during a specific session. use after confirming session id to list available polls.
CLICKMEETING_GET_SESSION_POLLSAcciónTool to retrieve a list of polls conducted during a specific session. use after confirming session id to list available polls.
Parámetros de entrada
session_idstringObligatorioUnique identifier of the session to fetch polls from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Session Q&A HistoryCLICKMEETING_GET_SESSION_QA_HISTORYAcciónTool to retrieve the q&a history for a specific session. use after confirming session id to list all questions and answers asked during the session.
CLICKMEETING_GET_SESSION_QA_HISTORYAcciónTool to retrieve the q&a history for a specific session. use after confirming session id to list all questions and answers asked during the session.
Parámetros de entrada
session_idstringObligatorioUnique identifier of the session to retrieve Q&A history for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Session Recording DetailsCLICKMEETING_GET_SESSION_RECORDING_DETAILSAcciónTool to retrieve details of a specific recording for a session. use after confirming both session id and recording id to obtain metadata like status, url, and size.
CLICKMEETING_GET_SESSION_RECORDING_DETAILSAcciónTool to retrieve details of a specific recording for a session. use after confirming both session id and recording id to obtain metadata like status, url, and size.
Parámetros de entrada
session_idintegerObligatorioUnique ID of the session to which the recording belongs
recording_idintegerObligatorioUnique ID of the recording to retrieve details for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Session RecordingsCLICKMEETING_GET_SESSION_RECORDINGSAcciónTool to retrieve a list of recordings for a specific session. use after confirming session id to fetch available recordings.
CLICKMEETING_GET_SESSION_RECORDINGSAcciónTool to retrieve a list of recordings for a specific session. use after confirming session id to fetch available recordings.
Parámetros de entrada
session_idstringObligatorioUnique identifier of the session to fetch recordings from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Session RegistrationsCLICKMEETING_GET_SESSION_REGISTRATIONSAcciónTool to retrieve registrations for a specific session. use after confirming session id to list its registrants.
CLICKMEETING_GET_SESSION_REGISTRATIONSAcciónTool to retrieve registrations for a specific session. use after confirming session id to list its registrants.
Parámetros de entrada
pageintegerPage number for pagination, must be >= 1
per_pageintegerNumber of registrations per page, must be between 1 and 1000
session_idstringObligatorioUnique identifier of the session
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Session Survey DetailsCLICKMEETING_GET_SESSION_SURVEY_DETAILSAcciónTool to retrieve details of a specific survey conducted during a session. use after session completion to fetch survey results.
CLICKMEETING_GET_SESSION_SURVEY_DETAILSAcciónTool to retrieve details of a specific survey conducted during a session. use after session completion to fetch survey results.
Parámetros de entrada
survey_idstringObligatorioUnique identifier of the survey within the session
session_idstringObligatorioUnique identifier of the session
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Session SurveysCLICKMEETING_GET_SESSION_SURVEYSAcciónTool to retrieve a list of surveys conducted during a specific session. use after confirming session id to list available surveys.
CLICKMEETING_GET_SESSION_SURVEYSAcciónTool to retrieve a list of surveys conducted during a specific session. use after confirming session id to list available surveys.
Parámetros de entrada
session_idstringObligatorioUnique identifier of the session to fetch surveys from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Time Zone ListCLICKMEETING_GET_TIME_ZONE_LISTAcciónTool to retrieve a list of available time zones. use when you need to select a time zone before scheduling events.
CLICKMEETING_GET_TIME_ZONE_LISTAcciónTool to retrieve a list of available time zones. use when you need to select a time zone before scheduling events.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Time Zone List by CountryCLICKMEETING_GET_TIME_ZONE_LIST_BY_COUNTRYAcciónTool to retrieve time zones for a specific country. use when you need to list available time zones by iso 3166-1 alpha-2 country code. example: 'get time zones for country code=us'.
CLICKMEETING_GET_TIME_ZONE_LIST_BY_COUNTRYAcciónTool to retrieve time zones for a specific country. use when you need to list available time zones by iso 3166-1 alpha-2 country code. example: 'get time zones for country code=us'.
Parámetros de entrada
country_codestringObligatorioISO 3166-1 alpha-2 country code
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Register ParticipantCLICKMEETING_REGISTER_PARTICIPANTAcciónTool to register a participant for a conference room. use after obtaining a valid room id.
CLICKMEETING_REGISTER_PARTICIPANTAcciónTool to register a participant for a conference room. use after obtaining a valid room id.
Parámetros de entrada
room_idintegerObligatorioUnique identifier of the conference room
registrationobjectObligatorioParticipant registration details
confirmation_emailobjectSettings for sending a confirmation email to the participant.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send InvitationCLICKMEETING_SEND_INVITATIONAcciónTool to send invitation emails to a clickmeeting conference. use after scheduling a conference to invite participants by email.
CLICKMEETING_SEND_INVITATIONAcciónTool to send invitation emails to a clickmeeting conference. use after scheduling a conference to invite participants by email.
Parámetros de entrada
emailsarrayObligatorioList of email addresses to send invitations to
conference_idintegerObligatorioUnique identifier of the conference to invite participants to
custom_messagestringCustom message to include in the invitation email
Parámetros de salida
dataobjectObligatorioResults of individual invitations
errorstringError if any occurred during the execution of the action
statusstringObligatorioOverall status of the invitation request, e.g., success
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send Invitation EmailCLICKMEETING_SEND_INVITATION_EMAILAcciónTool to send invitation emails to participants of a clickmeeting conference.
CLICKMEETING_SEND_INVITATION_EMAILAcciónTool to send invitation emails to participants of a clickmeeting conference.
Parámetros de entrada
templatestringOptional template type for the invitation email
attendeesobject[]ObligatorioList of one or more attendees to invite via email
conference_idstringObligatorioUnique identifier of the conference
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload FileCLICKMEETING_UPLOAD_FILEAcciónTool to upload a new file to the file library. use when you need to add presentation or video files before scheduling or sharing.
CLICKMEETING_UPLOAD_FILEAcciónTool to upload a new file to the file library. use when you need to add presentation or video files before scheduling or sharing.
Parámetros de entrada
filestringObligatoriobinaryBinary content of the file to upload as multipart/form-data.
namestringCustom name to assign to the file. If omitted, original filename is used.
typestringObligatorioenumType of the file. Must be either 'presentation' or 'video'.
presentationvideo
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not