Skip to main content

Input fields

Message attachments.

ccAddresses : [Email!]

The carbon copy (cc) email addresses the message was sent to.

fromAddress : Email! required

The email address the message was sent from.

plainTextContent : String! required

The content of the message, as plain text.

s3Bucket : String

The S3 bucket in which the original email is stored.

s3Key : String

The S3 key of the original email.

subject : String! required

The email subject/title.

toAddresses : [Email!]! required

The email addresses the message was sent to.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "attachments": InkGenericMessageAttachmentInput, "ccAddresses": "jjones@example.org", "fromAddress": "farleymichael@example.com", "plainTextContent": "north-understand-leader-everyone-skin", "s3Bucket": "still-actually-prove-begin-boy", "s3Key": "those-always-dream-write-inside", "subject": "break-cold-drop-season-bill", "toAddresses": "idrake@example.com" }