Occurs whenever a user’s tags are updated
An HMAC SHA256 signature generated using the webhook payload and a shared signing secret. This is then converted to a hex encoded string.
Time at which the event was created. Measured in ms since the Unix epoch.
Unique identifier for the event
Event triggered by a user or system
1 { 2 "createdTimestamp": 1, 3 "data": { 4 "userId": "string", 5 "tags": [ 6 { 7 "key": "string", 8 "value": "string", 9 "isEditable": true 10 } 11 ] 12 }, 13 "id": "string", 14 "triggeredBy": "MANUAL", 15 "type": "USER_TAGS_UPDATED" 16 }
1 { 2 "createdTimestamp": 1, 3 "data": { 4 "userId": "string", 5 "tags": [ 6 { 7 "key": "string", 8 "value": "string", 9 "isEditable": true 10 } 11 ] 12 }, 13 "id": "string", 14 "triggeredBy": "MANUAL", 15 "type": "USER_TAGS_UPDATED" 16 }