v2.4.0
Version 2.4.0
07/28/25
Type | Location | Event | Previous Version | Updated Version | Notes |
---|---|---|---|---|---|
parameter | playbook.yaml | N/A | 2.3.0 | 2.4.0 | Updated version parameter |
parameter | playbook.yaml | global | local email = input.traits.email or input.context.traits.email<br>if (email) then return TO_SHA256_HASH(LOWER(TRIM(email))) end | local email = input.traits.email<br>if (email) then return TO_SHA256_HASH(LOWER(TRIM(email))) end | Updated body parameter |
parameter | playbook.yaml | global | local phone = input.traits.phone or input.context.traits.phone<br>if (phone) then return TO_SHA256_HASH(LOWER(TRIM(phone))) end | local phone = input.traits.phone<br>if (phone) then return TO_SHA256_HASH(LOWER(TRIM(phone))) end | Updated body parameter |
Updated 18 days ago