v0.3.1
Version 0.3.1
07/28/25
Type | Location | Event | Previous Version | Updated Version | Notes |
---|---|---|---|---|---|
parameter | playbook.yaml | N/A | 0.2.1 | 0.3.1 | Updated version parameter |
parameter | playbook.yaml | identify | local pii = input.traits.email or input.context.traits.email or input.traits.phone or input.context.traits.phone<br>local identifyDetails = ""<br>if (pii) then identifyDetails = TO_SHA256_HASH(LOWER(TRIM(pii))) end<br>return JOIN({<br> 'pr_$$TAGGING_HASH$$',<br> 'uid',<br> identifyDetails<br>}, '_') | local pii = input.traits.email or input.traits.phone<br>local identifyDetails = ""<br>if (pii) then identifyDetails = TO_SHA256_HASH(LOWER(TRIM(pii))) end<br>return JOIN({<br> 'pr_$$TAGGING_HASH$$',<br> 'uid',<br> identifyDetails<br>}, '_') | Updated body parameter |
Updated about 1 month ago