Skip to content

Rule Effect

messageActor

Back to Index

Return this effect to trigger a message to another actor.

Type

{
effect: 'messageActor'
actorType: text
actorId: text
messageType: text
body: value
}|{
effect: 'messageActor'
path: //?(resources/)(actors/)?[^\/]+/[^\/]+/?/i
messageType: text
body: value
}
Back to Index