OBJECT
SendEmailRecipient
link GraphQL Schema definition
- type SendEmailRecipient {
- # Which linked record (e.g. Contact or Account) this recipient primarily
- # represents, used when linking the sent email to a record.
- : EntityLacotaType
- # Opportunity this recipient is associated with, when sending in the context of an
- # opportunity.
- : UUID
- # Contact this recipient corresponds to, when known.
- : UUID
- # Account this recipient corresponds to, when known.
- : UUID
- # Lead this recipient is associated with, when sending in the context of a lead.
- : UUID
- # Project this recipient is associated with, when sending in the context of a
- # project.
- : UUID
- # Quote this recipient is associated with, when sending in the context of a quote.
- : UUID
- # Custom entity records this recipient is associated with, each given as a
- # `CustomEntityID`.
- : [CustomEntityID]
- # Email address the message is sent to.
- : String!
- }
link Require by
- EmailDataInterface
- 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.
- EmailRepository
- EmailScheduleSettings
- EmailSequenceNodeEmail
- ProcessNodeEmail
- ScheduledReportEmail