Magidoc

CreateTransactionInput
Input Object

Fields

#

content

Non-null

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

header

Non-null

Object used to define various header-related settings.

metadata

Collection of meta data (aka reference data) used for both standard and custom report. Max length: Name: 50 characters, Value: 255 characters.

recipients

Non-null

Collection of recipients that will receive the email

settings

Non-null

Settings that control various options and behaviors of a transactional email.

tags

[ String !]

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