v0.4.0
Version 0.4.0
07/28/25
Type | Location | Event | Previous Version | Updated Version | Notes |
---|---|---|---|---|---|
parameter | playbook.yaml | N/A | 0.3.0 | 0.4.0 | Updated version parameter |
parameter | playbook.yaml | global | if (input.context.traits.email) then return LOWER(TRIM(input.context.traits.email)) end | if (input.traits.email) then return LOWER(TRIM(input.traits.email)) end | Updated body parameter |
Updated about 2 months ago