Skip to main content

Arguments

Input fields to publish a transactional messaging trigger.

Returns

PublishTransactionalMessagingTrigger

Publish a trigger within the transactional messaging service.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can publish transactional messaging triggers

Query Complexity

1

Examples

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.

Query

mutation PublishTransactionalMessagingTrigger($input: PublishTransactionalMessagingTriggerInput!) { publishTransactionalMessagingTrigger(input: $input) { trigger { ...TriggerFragment } } }

Response

{ "data": { "publishTransactionalMessagingTrigger": { "trigger": Trigger } } }