Online Enrollment
This page explains how the Host and Coordinator prepare invitations and how Participants respond.
Last updated
This page explains how the Host and Coordinator prepare invitations and how Participants respond.
Last updated
Decision Model and Notation (DMN) decision tables are used to clarify complex logic with a BPMN process model.
A Participant is enrolled if there is space available in the conversation and the deadline has not passed. Otherwise, the Participant is waitlisted.
A Participant profile is created if a profile doesn't already exist AND the Participant has an organization email address. In all other cases, profile creation is skipped.
This decision table determines what data to retrieve based on website and LinkedIn profile availability: organization information is only collected when the website is active, while LinkedIn profile data is only retrieved when a LinkedIn profile is available.
Role: By default, the Host is responsible for sending invitations. However, the responsibility may be delegated to the Coordinator.
The Host can distribute invitations via email or website landing page. In either case, be sure to include the following information:
The purpose of the conversation
The schedule, including:
The enrollment (RSVP) deadline
The interview deadline
The start time and duration of the plenary session
The Fillout form link (see below)
The Host must provide the Coordinator with a list of names and emails.
The Coordinator will create a group in Less Annoying CRM (LACRM).
The Coordinator will trigger the Send Conversation Invitations to LACRM Zap from the Conversations record to email pre-configured invitations to group members.
Links to the Fillout enrollment form must be configured with the proper URL parameters.
The URL of the Fillout enrollment form has the following format:
https://forms.fillout.com/t/dvR4Kz5kwcus?conversation_id=xxxxx&topic=xxxxx&first_name=xxxxx&last_name=xxxxx&email=xxxxx
.
If email invitations are sent,
The link to the enrollment form must include the conversation_id
and topic
URL parameters.
If available, the first_name
, last_name
, and email
parameters should be included in the link.
If the invitation features a web landing page, the link to the enrollment form must include the conversation_id
and topic
URL parameters.
Submitting the enrollment confirmation triggers the Respond to Enrollment Submission Zap, which either enrolls or waitlists the participant per the Enrollment Response Determination business rules.
The Create Participant Profile and Update Profile with Organization Description Zaps add the following to the Participant Profiles record per the Determine Enrichment Options business rules:
A LinkedIn profile URL and summary
An organization website URL and summary (via an API call to the AddCompanyBackground Replit app)
Use the Invitation Link Generator app to create valid links.