Skip to main content

Input fields

accountNumber : String! required

The account number of the account to link this message to.

emailContent : EmailContentInput

Content specific for emails. Exactly one of emailContent or smsContent must be provided.

sentAt : DateTime! required

The date and time this message was sent.

smsContent : SMSContentInput

Content specific for SMS messages. Exactly one of emailContent or smsContent must be provided.

vendor : String! required

The name of the external messaging vendor that sent this message (for example, 'SENDGRID').

vendorMessageId : String! required

The unique ID of the message in the external vendor's system.

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

{ "accountNumber": "A-050A22AF", "emailContent": EmailContentInput, "sentAt": "1989-03-05T12:24:43.898094+00:00", "smsContent": SMSContentInput, "vendor": "dinner-whom-American-cost-society", "vendorMessageId": "87712954" }