模板变量
使用变量在通知中插入动态内容。
智能表达式
使用表达式进行条件内容和高级逻辑。
条件表达式:{{status == 'active'}}
比较运算符:{{age > 18}}
逻辑运算符:{{isRegistered || hasParentControl}}
对象和数组访问:{{user.name}} 或 {{items[0]}}
条件通知
设置条件仅在满足特定标准时发送通知。
This condition ensures notifications are only sent for critical errors