SendEmailOptions
Options for sending emails via the sendEmail method on HexclaveServerApp.
Table of Contents
Recipients
You must provide exactly one ofuserIds or allUsers.
Content
You must provide exactly one ofhtml, templateId, or draftId.
Options
Usage
Choose a content method (html, templateId, or draftId) and a recipient method (userIds or allUsers):
- Custom HTML
- Template
- Draft
- Scheduled
Provide custom HTML directly:
The
notificationCategoryName, themeId, scheduledAt, and variables properties work independently
with any content method.