Message Payload Content - Triggers and Actions

You can configure Triggers and Actions on your Object Types to pass a Record (an instance of the data) along to an Agent for processing.

  • Triggers - These are configured on Object Types and pass a new (post insert), updated (post-update) or deleted (post-delete) record along to the designated Agent for processing.

  • Actions - These can be manually run or triggered via API. To run an Action manually you configure the Action on the Object Type and then execute it in the overflow menu for the record itself.

Note that the format of a Trigger payload for a Record is slightly different than that for an Action.

On a Trigger the record is passed and directly available on msg.payload.

On an Action it will be under an instance property, so msg.event.instance.

Last updated