create_reminder
Send a reminder for an existing email distribution, scheduling it immediately or on a specified date.
Instructions
Send a reminder for an existing email distribution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Reminder email subject line | |
| fromName | Yes | From name displayed in the reminder email | |
| sendDate | No | Scheduled send date (ISO format). If omitted, sends immediately. | |
| fromEmail | Yes | Verified sender email address | |
| libraryId | Yes | ID of the library containing the message template | |
| messageId | Yes | ID of the reminder message template | |
| embeddedData | No | Optional tags for distribution reporting; these are not survey-flow embedded data | |
| replyToEmail | Yes | Reply-to email address | |
| distributionId | Yes | The parent distribution ID to send a reminder for |