EmailInput input object
Specifies the fields for an email.
Input fields
- bcc (
[[String!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Specifies any bcc recipients for the email. - body (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Specifies the email body. - customMessage (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Specifies a custom message to include in the email. - from (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Specifies the email sender. - subject (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Specifies the email subject. - to (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Specifies the email recipient.