PublishTransactionalMessagingExternalTriggerInput
Input fields
The account number of the recipient of this trigger.
Account user number of the recipient of this trigger.
An optional unique identifier for the trigger. If provided and there is an existing trigger with the same idempotency key, a new trigger will not be created.
The non-account recipient of this trigger. Cannot be used in combination with account_number or account_user_number.
The variables that will be passed through to message templates.
The code of the trigger type to be published.
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-B623AB18",
"accountUserNumber": "U-140814D0",
"idempotencyKey": "easy-whom-fact-again-return",
"recipient": NonAccountRecipient,
"templateVariables": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType,
"triggerTypeCode": "choose-single-however-establish-concern"
}