OBJECT
SendEmailService
link GraphQL Schema definition
- type SendEmailService {
- # Identifier of the sender's own connected email account to send from. Exactly one
- # of the account fields may be set.
- : UUID
- # Identifier of a shared company email account to send from. Exactly one of the
- # account fields may be set.
- : UUID
- # Identifier of a client personal email account to send from. Valid only for mass
- # email. Exactly one of the account fields may be set.
- : UUID
- }
link Require by
- EmailDraftSettingsSerialised state of the Create Email dialogue at autosave time. Adds the fields the schedule path doesn't need: ``subject``, ``html``, ``attachments``, ``email_template_id``, the content-sharing scope, the mass-mail toggle, and the "additional linked items" surface unique to standard mail. Backing column: ``email.draft_settings`` (JSONB, added in v640_01). Written by ``saveEmailDraft``; read by ``EmailEntity.draft_settings`` when the FE re-opens an existing draft in Create Email.
- EmailScheduleSettings
- ScheduledReportEmail