Set participant attribute
State
Set participant attribute
Set a single attribute by key.
PUT
Set participant attribute
Sets a single attribute on a participant. The key is passed as a path parameter and the value is provided in the request body. If the key already exists, its value is overwritten. If it does not exist, it is created. Values are stored as strings but can represent dates (e.g.Documentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
"06-15" or "2024-01-15") for use with ATTRIBUTE_DATE automations. This endpoint is idempotent. Calling it multiple times with the same key and value produces the same result.
For usage patterns and examples, see the State Management guide.
Authorizations
API key passed in the X-API-Key header.
Body
application/json
Attribute value
Attribute value
Minimum string length:
1Example:
"gold"