Tool to create a new conference. Use when you need to schedule or start a meeting/webinar after authentication.
nameRequiredstringThe display name of the conference room visible to attendees.
statusstringInitial room status. 'inactive' rooms cannot be joined.
skin_idintegerID of the UI skin/theme. Get available skins from get_conference_skins endpoint.
durationstringDuration in 'H:MM' format for scheduled rooms. Required when permanent_room=0.
passwordstringRoom password. Required when access_type=2.
settingsobjectAdvanced conference settings.
room_typeRequiredstringType of room: 'meeting' for collaborative sessions (all can share audio/video) or 'webinar' for one-to-many broadcast.
starts_atstringStart date/time for scheduled rooms. Format: 'YYYY-MM-DD HH:MM:SS' or ISO 8601. Required when permanent_room=0.
time_zonestringIANA time zone for the scheduled start time.
access_typeRequiredintegerAccess mode: 1=open (anyone with link can join); 2=password-protected (requires 'password' field); 3=token-based (unique tokens per attendee).
registrationobjectRegistration configuration for a conference.
lobby_enabledinteger1 to show a waiting lobby before joining; 0 to allow direct entry.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.