CreateTransactionInput Input Object
Fields
#
content
Object used to populate one-or more content types (ie. HTML, text, AMP, etc.) that will be sent as the body of the email.
groupName
Specify a name to group similar email types for better reporting. For example, 'order confirmations'. Max length: 100 characters
metadata
Collection of meta data (aka reference data) used for both standard and custom report. Max length: Name: 50 characters, Value: 255 characters.
recipients
Collection of recipients that will receive the email
settings
Settings that control various options and behaviors of a transactional email.
tags
Collection of one or more tags associated with a transaction for tag-based reporting. Max length per tag: 50 characters
variables
Collection of dynamic data that will be merged into the content and/or header of the email based on the variable name. Max length: Name: 50 characters, Value: 50 characters.
Usages
#
References
#
- Argument input of field createTransaction from type Mutation
CreateTemplateInput