Skip to main content
POST
Create template custom field

Authorizations

Authorization
string
header
required

API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.

Path Parameters

template_id
string<uuid>
required

Body

application/json
field_label
string
required
Maximum string length: 100
field_name
string
Maximum string length: 50

Response

Custom field created successfully

A custom field definition for a template

id
string<uuid>

Unique identifier

field_name
string

Machine-readable field name

field_label
string

Human-readable display label

created_at
string<date-time>
updated_at
string<date-time>