Learn how to effectively use custom attributes in Breakcold to enhance your workflows.
To update a custom attribute, you first need its Field ID. Here’s how to find it:
Select
, MultiSelect
, Location
,Date
, or Relation
Attribute TypesCustom attributes can have special behaviors depending on their types. Here are some key points to remember:
Select
, MultiSelect
Attributes:
The value can be a single option ID or an array of option IDs. The backend will handle the conversion automatically.
Location
Attributes:
The value should be an object with the following properties:
Date
Attributes:
The value must be in ISO 8601 format.
Relation
Attributes:
The value must be the ID of the related lead.
When creating or updating a lead, include the attributes you want to modify in the body of the API request. Here’s an example:
Ensure that all Select
or MultiSelect
attribute values are valid IDs. Incorrect or unrecognized IDs will result in an error.
Location
Attributes:
The backend expects latitude, longitude, and address values to be present in the object.
Relation
Attributes:
The value must be the ID of the related lead.
Date
Attributes:
The value must be in ISO 8601 format.
For more details on request structure and available endpoints, refer to the API Reference.
Select
, Relation
or MultiSelect
attributes will return an error.Location
attributes.For more details on request structure and available endpoints, refer to the API Reference.
Congratulations! You’ve successfully used custom attributes in Breakcold.
If you encounter any errors, double-check your Field IDs and values, especially for Select, Location, and Relation attributes.