Example Use Case - Messaging Users
Let’s say you have multiple user tags e.g. “VIP”, “Frequent Buyer”, “Loyalty Program Member”. You can issue an “identify” event with an array trait containing all of these tags.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Restrict a segment to users who have an an array trait which includes a specific value.
{
"type": "identify",
"userId": "1234",
"traits": {
"tags": ["VIP", "Frequent Buyer", "Loyalty Program Member"]
}
}

