NAiOS IconNAiOS Logo
Volver al catálogo

Clickmeeting

clickmeeting

ClickMeeting is a cloud-based online meeting and webinar platform that enables businesses and individuals to host virtual meetings, webinars, and training sessions.

Acciones
36
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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

Parámetros de entrada

  • namestringObligatorio

    The display name of the conference room.

  • statusstringenum

    Initial status: 'active' or 'inactive'.

    activeinactive
  • skin_idinteger

    ID of the UI skin/theme to apply.

  • durationstring

    Duration in 'H:MM' format (required for scheduled rooms).

  • passwordstring

    Password for rooms with access_type=2.

  • settingsobject

    Additional arbitrary settings as key/value pairs.

  • room_typestringObligatorioenum

    Type of room: 'meeting' for collaborative sessions or 'webinar' for broadcast.

    meetingwebinar
  • starts_atstring

    Scheduled start date/time in ISO 8601 format (required if permanent_room=0).

  • time_zonestring

    IANA time zone identifier, e.g. 'America/New_York'.

  • access_typeintegerObligatorioenum

    Access mode: 1=open; 2=password-protected (requires 'password'); 3=token-based.

    123
  • registrationobject

    Registration configuration for a conference.

  • lobby_enabledintegerenum

    1 to show a lobby page; 0 to bypass lobby.

    01
  • permanent_roomintegerObligatorioenum

    1 to create a permanent room; 0 to create a scheduled room.

    01
  • lobby_descriptionstring

    Text shown in the lobby before participants join.

  • participants_limitintegerObligatorio

    Maximum number of participants allowed in the conference room.

  • custom_room_url_namestring

    Custom URL path segment for the room (must be unique).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ContactCLICKMEETING_CREATE_CONTACTAcción

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.

Parámetros de entrada

  • namestring

    First name of the contact

  • emailanyObligatorioemail

    Email address of the contact

  • phonestring

    Phone number of the contact

  • companystring

    Company name associated with the contact

  • surnamestring

    Last name of the contact

  • custom_fieldsobject[]

    List of custom fields to set for the contact

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ConferenceCLICKMEETING_DELETE_CONFERENCEAcción

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

Parámetros de entrada

  • conference_idintegerObligatorio

    Unique identifier of the conference to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete RecordingCLICKMEETING_DELETE_RECORDINGAcción

Tool 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_idintegerObligatorio

    Unique identifier of the recording to delete

  • conference_idintegerObligatorio

    Unique identifier of the conference to delete the recording from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete RecordingsCLICKMEETING_DELETE_RECORDINGSAcción

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.

Parámetros de entrada

  • conference_idintegerObligatorio

    Unique identifier of the conference to delete recordings for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Generate Autologin URLCLICKMEETING_GENERATE_AUTOLOGIN_URLAcción

Tool 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

  • participantobjectObligatorio

    Participant details for the autologin URL generation.

  • conference_idintegerObligatorio

    ID of the conference for which to generate the autologin URL.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Generate Session PDF ReportCLICKMEETING_GENERATE_SESSION_PDF_REPORTAcción

Tool 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

  • languageany
  • passwordstring

    Password for signing the PDF generation request, if required.

  • session_idintegerObligatorio

    Unique identifier of the session.

  • conference_idintegerObligatorio

    Unique identifier of the conference.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Chat DetailsCLICKMEETING_GET_CHAT_DETAILSAcción

Tool 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_idstringObligatorio

    Unique identifier for the chat session

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ChatsCLICKMEETING_GET_CHATSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Conference DetailsCLICKMEETING_GET_CONFERENCE_DETAILSAcción

Tool 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_idstringObligatorio

    Unique ID of the conference (meeting) to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Conference FilesCLICKMEETING_GET_CONFERENCE_FILESAcción

Tool 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_idintegerObligatorio

    Unique ID of the conference to list files for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ConferencesCLICKMEETING_GET_CONFERENCESAcción

Tool to retrieve a paginated list of conference rooms. use when you need to list all conferences.

Parámetros de entrada

  • pageinteger

    Page number to retrieve, must be >= 1

  • per_pageinteger

    Number of items per page, must be between 1 and 100

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Conference SessionsCLICKMEETING_GET_CONFERENCE_SESSIONSAcción

Tool 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_idintegerObligatorio

    Unique ID of the conference to list sessions for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Conference SkinsCLICKMEETING_GET_CONFERENCE_SKINSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get File LibraryCLICKMEETING_GET_FILE_LIBRARYAcción

Tool 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

  • pageinteger

    Page number for pagination (1-based).

  • per_pageinteger

    Number of items per page for pagination.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Phone GatewaysCLICKMEETING_GET_PHONE_GATEWAYSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Ping APICLICKMEETING_GET_PINGAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get RecordingsCLICKMEETING_GET_RECORDINGSAcción

Tool to retrieve recordings for a specific conference room. use after the conference has ended to fetch available recordings.

Parámetros de entrada

  • conference_idintegerObligatorio

    Unique ID of the conference to retrieve recordings for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get RegistrationsCLICKMEETING_GET_REGISTRATIONSAcción

Tool 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

  • pageinteger

    Page number of results, must be >= 1.

  • statusstringenum

    Filter registrations by status. Accepted values: 'pending', 'accepted', 'declined', 'all'. If omitted, all statuses are returned.

    pendingaccepteddeclinedall
  • per_pageinteger

    Number of registrations per page, must be >= 1.

  • conference_idstringObligatorio

    Unique identifier of the conference to list registrations for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Session Attendee DetailsCLICKMEETING_GET_SESSION_ATTENDEE_DETAILSAcción

Tool 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_idstringObligatorio

    Unique identifier of the session

  • attendee_idstringObligatorio

    Unique identifier of the attendee

  • conference_idstringObligatorio

    Unique identifier of the conference

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Session AttendeesCLICKMEETING_GET_SESSION_ATTENDEESAcción

Tool 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_idstringObligatorio

    Unique identifier of the session

  • conference_idstringObligatorio

    Unique identifier of the conference

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Session DetailsCLICKMEETING_GET_SESSION_DETAILSAcción

Tool 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_idintegerObligatorio

    Unique ID of the session to retrieve

  • conference_idintegerObligatorio

    Unique ID of the conference to which the session belongs

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Session Poll DetailsCLICKMEETING_GET_SESSION_POLL_DETAILSAcción

Tool 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_idintegerObligatorio

    Unique ID of the poll to retrieve details for

  • session_idintegerObligatorio

    Unique ID of the session in which the poll was conducted

  • conference_idintegerObligatorio

    Unique ID of the conference to which the session belongs

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Session PollsCLICKMEETING_GET_SESSION_POLLSAcción

Tool 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_idstringObligatorio

    Unique identifier of the session to fetch polls from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Session Q&A HistoryCLICKMEETING_GET_SESSION_QA_HISTORYAcción

Tool 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_idstringObligatorio

    Unique identifier of the session to retrieve Q&A history for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Session Recording DetailsCLICKMEETING_GET_SESSION_RECORDING_DETAILSAcción

Tool 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_idintegerObligatorio

    Unique ID of the session to which the recording belongs

  • recording_idintegerObligatorio

    Unique ID of the recording to retrieve details for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Session RecordingsCLICKMEETING_GET_SESSION_RECORDINGSAcción

Tool to retrieve a list of recordings for a specific session. use after confirming session id to fetch available recordings.

Parámetros de entrada

  • session_idstringObligatorio

    Unique identifier of the session to fetch recordings from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Session RegistrationsCLICKMEETING_GET_SESSION_REGISTRATIONSAcción

Tool to retrieve registrations for a specific session. use after confirming session id to list its registrants.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >= 1

  • per_pageinteger

    Number of registrations per page, must be between 1 and 1000

  • session_idstringObligatorio

    Unique identifier of the session

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Session Survey DetailsCLICKMEETING_GET_SESSION_SURVEY_DETAILSAcción

Tool to retrieve details of a specific survey conducted during a session. use after session completion to fetch survey results.

Parámetros de entrada

  • survey_idstringObligatorio

    Unique identifier of the survey within the session

  • session_idstringObligatorio

    Unique identifier of the session

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Session SurveysCLICKMEETING_GET_SESSION_SURVEYSAcción

Tool 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_idstringObligatorio

    Unique identifier of the session to fetch surveys from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Time Zone ListCLICKMEETING_GET_TIME_ZONE_LISTAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Time Zone List by CountryCLICKMEETING_GET_TIME_ZONE_LIST_BY_COUNTRYAcción

Tool 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_codestringObligatorio

    ISO 3166-1 alpha-2 country code

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Register ParticipantCLICKMEETING_REGISTER_PARTICIPANTAcción

Tool to register a participant for a conference room. use after obtaining a valid room id.

Parámetros de entrada

  • room_idintegerObligatorio

    Unique identifier of the conference room

  • registrationobjectObligatorio

    Participant registration details

  • confirmation_emailobject

    Settings for sending a confirmation email to the participant.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send InvitationCLICKMEETING_SEND_INVITATIONAcción

Tool to send invitation emails to a clickmeeting conference. use after scheduling a conference to invite participants by email.

Parámetros de entrada

  • emailsarrayObligatorio

    List of email addresses to send invitations to

  • conference_idintegerObligatorio

    Unique identifier of the conference to invite participants to

  • custom_messagestring

    Custom message to include in the invitation email

Parámetros de salida

  • dataobjectObligatorio

    Results of individual invitations

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Overall status of the invitation request, e.g., success

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send Invitation EmailCLICKMEETING_SEND_INVITATION_EMAILAcción

Tool to send invitation emails to participants of a clickmeeting conference.

Parámetros de entrada

  • templatestring

    Optional template type for the invitation email

  • attendeesobject[]Obligatorio

    List of one or more attendees to invite via email

  • conference_idstringObligatorio

    Unique identifier of the conference

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Upload FileCLICKMEETING_UPLOAD_FILEAcción

Tool 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

  • filestringObligatoriobinary

    Binary content of the file to upload as multipart/form-data.

  • namestring

    Custom name to assign to the file. If omitted, original filename is used.

  • typestringObligatorioenum

    Type of the file. Must be either 'presentation' or 'video'.

    presentationvideo

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not