Create Custom Field
Create a custom field.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Schema to create a custom field of type text.
"text"
Identifier of the custom field. It'll be used as key when storing the value. Must be unique across the organization.It can only contain ASCII letters, numbers and hyphens.
1
Name of the custom field.
1
Key-value object allowing you to store additional information.
The key must be a string with a maximum length of 40 characters. The value must be either:
- A string with a maximum length of 500 characters
- An integer
- A boolean
You can store up to 50 key-value pairs.
The ID of the organization owning the custom field. Required unless you use an organization token.
Response
Schema for a custom field of type text.
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the object.
"text"
Identifier of the custom field. It'll be used as key when storing the value.
Name of the custom field.
The ID of the organization owning the custom field.
Was this page helpful?