Setting up resources for a webinar in Mautic¶
This process walks you through preparing Mautic for an upcoming webinar.
When this one is useful? When you want to send a confirmation upon submission, and need to have segments for engaging contacts in other actions after the webinar.
Easier: Setting up resources for a webinar in Mautic (simple version)
Requirements¶
- Access to your Mautic instance.
- Details of the webinar, its name, available dates or options.
- A thank-you email template (optional, if you want to send an immediate confirmation).
Step-by-step guide¶
- Create your tags
- Navigate to
Tagsin Mautic and clickNew. - Create a tag for each webinar option you'll offer. For instance:
Webinar Bring Drupal AI into your DNA - 10thWebinar Bring Drupal AI into your DNA - 11th
- Save each tag.
- Navigate to
Success
Always use descriptive names when working with tags. This makes it easier for you and your colleagues to understand their purpose later, especially when managing many.
- Create some segments
- Go to
Segmentsand clickNew. - Create a static segment to gather everyone who submits the form:
- Enter a name only (e.g.,
Webinar Bring Drupal AI into your DNA). - Leave the
Filterstab empty. - Save the segment.
- Enter a name only (e.g.,
- Create dynamic segments to target contacts based on their choices:
- Enter a name (e.g.,
Webinar Bring Drupal AI into your DNA - 10th). - Go to the
Filterstab and add a filter forTags-include-[the specific tag for this option]. - Save the segment.
- Repeat this for each webinar option that requires separate targeting.
- Enter a name (e.g.,
- Go to
Success
Try to keep your segment names similar to your tag names. This consistency will help you find them more easily later on.
- Create the sign-up form
- Head to
Forms, clickNew, and select theStandalone formtype. - Fill in the required information on the
Detailstab. - Switch to the
Fieldstab:- Click
+ Add a fieldand selectCheckbox group(or radio buttons if only one option can be selected). - In the field's
Properties(often on the right or in a modal):- Add each webinar option as a choice, defining both the label (what the contact sees) and the value (how it's saved).
- Click
AddorUpdateto save the field settings.
- Click
- Move to the
Actionstab:- Click
+ Add a new submit actionand chooseModify contact's segments. - In the
Add to segmentfield, select the general static segment you created earlier (e.g.,Webinar Bring Drupal AI into your DNA). - Click
Add.
- Click
- Save and close the form.
- Head to
Note
On the Actions tab, it's a good idea to add a Send email to contact action. Select your "Thank you" email template here so that registrants receive an immediate confirmation.
- Build the campaign
- Navigate to
Campaignsand clickNew. - Name your campaign and click
Launch Campaign Builder. - For the
Contact Sources, selectContact segmentsand choose the main static segment you created for all webinar sign-ups. - Click the
+icon below the segment source to add an event. - Select
Conditionand then chooseForm field value.- In the
Limit to formsdropdown, select the webinar form you just created. - For
Field, choose the checkbox group field representing the webinar options. - For
Value, select the specific value of the first webinar option. - Click
Add.
- In the
- On the positive path (green arrow) for this condition, click
+and selectAction.- Choose
Modify contact’s tags. - In the
Add tagsfield, select the tag corresponding to the webinar option evaluated in the condition. - Click
Add.
- Choose
- Repeat steps 4 and 5 for each webinar option, creating a separate conditional path and tag action for each.
- On each positive path, after the tag is applied, you can add further actions like
Send email. Use defined dates or relative time delays to send reminder emails or follow-up content specific to that webinar option. - Once your campaign logic is built, Close the builder, set as Active then Save the campaign.
- Navigate to
Success
You can speed up building your campaign by using the copy feature. Hover over a campaign event (like a condition or action), click the copy icon, then click the + on another branch where you want to place it to paste the copied event.
How do I know if I executed this process correctly?¶
- You can see all your newly created tags listed in the
Tagspage. - The general static segment appears under
Segments. - Dynamic segments for each specific webinar option are listed in
Segmentstoo. - When you fill out and submit the webinar form (as a test):
- Your test contact is added to the general static segment.
- The correct tag, based on the option you selected in the form, is applied to your test contact.
- Your test contact appears in the corresponding dynamic segment for that option.
- If you configured a "Thank you" email action on the form, your test contact receives this email.
- Contacts entering the campaign are correctly routed down the conditional paths based on their form submissions, and relevant tags are applied.