Version 2.4.0

07/28/25

TypeLocationEventPrevious VersionUpdated VersionNotes
parameterplaybook.yamlN/A2.3.02.4.0Updated version parameter
parameterplaybook.yamlgloballocal email = input.traits.email or input.context.traits.email<br>if (email) then return TO_SHA256_HASH(LOWER(TRIM(email))) endlocal email = input.traits.email<br>if (email) then return TO_SHA256_HASH(LOWER(TRIM(email))) endUpdated body parameter
parameterplaybook.yamlgloballocal phone = input.traits.phone or input.context.traits.phone<br>if (phone) then return TO_SHA256_HASH(LOWER(TRIM(phone))) endlocal phone = input.traits.phone<br>if (phone) then return TO_SHA256_HASH(LOWER(TRIM(phone))) endUpdated body parameter