EmailSendContactInput
Contact information for email recipients and senders.
Defines the essential contact details needed for email delivery, including email address and optional display name for personalized communication.
input EmailSendContactInput {
email: String!
name: String
}
Fields
EmailSendContactInput.email
● String!
non-null scalar
Email address for message delivery.
Valid email address that will receive the message, must conform to standard email format requirements for successful delivery.
EmailSendContactInput.name
● String
scalar
Display name for personalized communication.
Human-readable name that will be shown alongside the email address in email clients, enhancing the personal touch of communications.
Member Of
EmailEventInput
input ● EmailSendEventInput
input ● PasswordResetLinkEmailInput
input