Skip to main content

Input fields

accountNumber : String

The account number of the recipient of this trigger.

accountUserNumber : String

Account user number of the recipient of this trigger.

idempotencyKey : String

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.

recipient : NonAccountRecipient

The non-account recipient of this trigger. Cannot be used in combination with account_number or account_user_number.

templateVariables : GenericScalar! required

The variables that will be passed through to message templates.

triggerTypeCode : String! required

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" }