CreateExternalMessageInput
Input fields
The account number of the account to link this message to.
Content specific for emails. Exactly one of emailContent or smsContent must be provided.
The date and time this message was sent.
Content specific for SMS messages. Exactly one of emailContent or smsContent must be provided.
The name of the external messaging vendor that sent this message (for example, 'SENDGRID').
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"
}