Create a property
Audience Properties
Create a property
Create a new property that contacts can store. The name and type fields are immutable after creation — to change them, delete the property and create a new one. Requires the audience:write scope and is blocked for sandbox API keys.
POST
Create a property
Create a new property that contacts can store. TheDocumentation Index
Fetch the complete documentation index at: https://docs.lettr.com/llms.txt
Use this file to discover all available pages before exploring further.
name and type fields are immutable after creation — to change them, delete the property and create a new one. Requires the audience:write scope and is blocked for sandbox API keys.Authorizations
API key for authentication
Body
application/json
Property name. Must start with a lowercase letter and contain only lowercase letters, numbers, and underscores.
Maximum string length:
255Pattern:
^[a-z][a-z0-9_]*$Example:
"first_name"
Data type of the property
Available options:
string, number, boolean, date, json Example:
"string"
Maximum string length:
255Example:
"Friend"