Contact Properties
Create Contact Property
Create a new custom contact property in your Brew account. These properties can be used for segmentation, personalization in emails, and automation triggers. Once created, you can set values for these properties when creating or updating contacts.
POST
Authorizations
Include your Brew API key as a Bearer token in the Authorization header.
Example: Authorization: Bearer bw_api_your_key_here
Body
application/json
Define the property name and data type. The name must be in camelCase format (e.g., companyName
).
Choose the appropriate data type for your use case.
For detailed information about using custom properties, see our Custom Properties documentation.
Request body for creating a new contact property
Response
200
application/json
Contact property created successfully
Success response for contact property creation