Skip to content
← Back to Index

OnAssetCreated

This hook runs after commands have been applied to an Asset Actor from the create message, but before the OnAssetCommands hook. Commands returned will be applied to the asset and changes are available to the the OnAssetCommands hook.

Type

filtrera
{
  hook: 'OnAssetCreated'
  asset: Asset
}

Effects

messageActor Sends a message to another actor.
scheduleJob Schedules a job.
sendEmail Queues an email for delivery through the Sendings system.
assetCommand Applies a command to the asset actor.

© 2024 Hantera AB. All rights reserved.