Workflows
Define a new custom field
Create a new custom field definition for a given entity type.
🔒 Requires: custom_fields:write scope
post/workflows/custom_fields
Request body
Example request
{
"name": "my_custom_field",
"title": "My Custom Field"
}Response
A custom field definition.
Example response
{
"data": {
"id": "1239349157873029120",
"name": "my_custom_field",
"title": "My Custom Field"
}
}