RingCentral · Arazzo Workflow
RingCentral Create a Webinar, Schedule a Session, and Register an Attendee
Version 1.0.0
Create a webinar, add a scheduled session to it, register an attendee, and read the registrant back for their join link.
Provider
Workflows
create-webinar-register-attendee
Create a webinar with a scheduled session and register an attendee for it.
Creates a webinar in the Configuration service, adds a scheduled session to it, registers an attendee against that session in the Registration service, and reads the registrant back for their personalized join and cancellation links.
1
createWebinar
Create the webinar configuration container. This does not schedule anything on its own — a webinar has no time until a session is added to it.
2
createSession
Add a scheduled session to the webinar. The session carries the actual start time, duration, and timezone, and its id is what registration attaches to.
3
registerAttendee
Register the attendee against the session. This call is served by the Webinar Registration service, and a 409 here means the email is already registered for this session.
4
readRegistrant
Read the registrant back with their questionnaire answers included, confirming the registration persisted and capturing the personalized join and cancellation links to send in the confirmation email.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.