Script
How to Format Rules with JavaScript Expressions
Script(<YOUR_SCRIPT>)Basic Syntax
Script(`${event.appId.id}`)
Script(`${event.appId.Name}`)
Script(`${event.user.id}`)
Script(`${event.user.email}`)
// For content events
Script(`${event.schemaId.id}`)
Script(`${event.schemaId.Name}`)
Script(`${contentUrl()}`)
Script(`${contentAction()}`)
Script(`${event.data.city.de}`)Special Functions
Scripting Helper MethodsName
Description
Examples
Resolve References
Resolve References
Conditional Formatting
Last updated