10.0: Queue, schedule, and deliver outgoing mail from automations #23
jstanden
started this conversation in
Guides and Tutorials
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
Automations can send or schedule "transactional" (automated, event-based) email using the mail queue.
This is accomplished by creating a queued draft. The delivery of these messages can be monitored from a drafts worklist of Setup -> Mail -> Outgoing -> Queue. Temporarily failed deliveries will be automatically retried.
Creating a sample automation for creating drafts
Log into Cerb as an administrator.
Navigate to Search -> Automations -> (+).
Set the Trigger: to automation.function.
Paste the following example automation:
You can replace
[email protected]
above with your personal email address for testing.Select the Policy tab and paste the following policy:
Select the Run tab and click on the play icon.
You should see output like:
If you navigate to Search->Drafts, you'll see a new outgoing message in the queue.
Beta Was this translation helpful? Give feedback.
All reactions