[wiki] Update actor docs
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
6dd52e5320
commit
6eebc41705
1 changed files with 13 additions and 0 deletions
|
@ -14,6 +14,19 @@ Ban user from chat
|
||||||
reason: ""
|
reason: ""
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Custom Event
|
||||||
|
|
||||||
|
Create a custom event
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- type: customevent
|
||||||
|
attributes:
|
||||||
|
# JSON representation of fields in the event (`map[string]any`)
|
||||||
|
# Optional: false
|
||||||
|
# Type: string (Supports Templating)
|
||||||
|
fields: "{}"
|
||||||
|
```
|
||||||
|
|
||||||
## Delay
|
## Delay
|
||||||
|
|
||||||
Delay next action
|
Delay next action
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue