Are you an LLM? You can read better optimized documentation at /resources/components/runtimes/rule-effects/messageActor.md for this page in Markdown format
messageActor
Return this effect to trigger a message to another actor.
Type
filtrera
{
effect: 'messageActor'
actorType: text
actorId: text
messageType: text
body: value
}|{
effect: 'messageActor'
path: //?(resources/)(actors/)?[^\/]+/[^\/]+/?/i
messageType: text
body: value
}