v1.2.0
Version 1.2.0
07/28/25
| Type | Location | Event | Previous Version | Updated Version | Notes |
|---|---|---|---|---|---|
| parameter | playbook.yaml | N/A | 1.1.0 | 1.2.0 | Updated version parameter |
| parameter | playbook.yaml | identify | local email = input.traits.email or input.context.traits.email<br>if (email) then return TO_SHA256_HASH(LOWER(TRIM(email))) end<br>return input.userId | local email = input.traits.email<br>if (email) then return TO_SHA256_HASH(LOWER(TRIM(email))) end<br>return input.userId | Updated body parameter |
Updated 2 months ago