Home > @infiniteobjects/shopify-data-manager > AdminTypes > EmailInput
The input fields for an email.
Signature:
export interface EmailInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| bcc? | InputMaybe<Array<Scalars[‘String’][‘input’]>> | (Optional) Specifies any bcc recipients for the email. | |
| body? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Specifies the email body. | |
| customMessage? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Specifies a custom message to include in the email. | |
| from? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Specifies the email sender. | |
| subject? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Specifies the email subject. | |
| to? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Specifies the email recipient. |