- 26 Mar 2026
- Print
- DarkLight
- PDF
Create Weekend Event Mailings for Internal Staff
- Updated 26 Mar 2026
- Print
- DarkLight
- PDF
This article covers the steps required to send mailings to specific staff members in conjunction with certain events. The example used here concerns weekend events, and messages only the facilities manager to inform them which buildings will need to be open on the day of the event.
Create the mailing
First, develop the text of the mailing you'd like to send.
From the main navigation, select Deliver.
Select New Mailing. In the popup:
Name: Give your mailing a descriptive internal name. In this example, Notify Facilities of Weekend Events
Folder: Keep organized by placing the new mailing in an existing folder, or select Other to create a new one.
Select Save.
Select Edit Message. In the popup:
Add a Subject. In this case, Campus Buildings Required for Weekend Event.
Compose your message in the WYSIWYG editor.
Create the recipients list query
This query will:
Pull events with a dictionary export,
Filter them to events happening this weekend, and
Filter recipients based on their GUID
Create the query
Select Edit Recipients List.
Select New Query. In the popup:
Select Save.
Create the events export
Select Edit Query.
Select Subquery Export.
In the popup, configure the following:
Select Save.
Filter for weekend events
Create a Subquery Filter that targets this weekend's events.
Configure the following settings:
Create filter logic that restricts exports to only events happening this weekend:
(
IN Folder (add folders as needed)
OR
IN Template (add templates as needed)
)
IN Status: Confirmed/Active
Start Date: >= today + 1
Start Date: <= today +2
.png?sv=2022-11-02&spr=https&st=2026-03-27T09%3A17%3A31Z&se=2026-03-27T09%3A27%3A31Z&sr=c&sp=r&sig=%2BLf%2FTbgHMX5kl2onmVyqqx6dTNjhaIc7a8%2BZ9kRt%2Fi4%3D)
Select Save.
Filter for relevant personnel
If the facilities manger does not yet have a user account in Slate:
From the main navigation, select Database, then User Permissions.
Select New User.
Enter the individual's name and email.
Select Save. A dialog appears saying "This account has not been enabled for access. Do you want to continue?"
Select Continue.
On the right, under Users & Activity, select Inactive Users.
Copy the GUID.
If the facilities manager already has a user account in Slate, copy their GUID using the previous method. You can also query on user GUID using the configurable join related base User.
Return to the Create a Filter.
Select GUID. Select Continue.
In the GUID field, paste the facilities manager's user GUID.
.png?sv=2022-11-02&spr=https&st=2026-03-27T09%3A17%3A31Z&se=2026-03-27T09%3A27%3A31Z&sr=c&sp=r&sig=%2BLf%2FTbgHMX5kl2onmVyqqx6dTNjhaIc7a8%2BZ9kRt%2Fi4%3D)
Select Save.
Add liquid looping and merge fields to the mailing
Using the breadcrumb navigation, return to the mailing overview page.
Select Edit Message.
Select the Source button.
Add the following to the mailing's HTML:
{% for event in events %} Date and Time: {{event.startdate}} Event: {{event.title}} in {{event.location}} {% endfor %}





