cURL
curl --request POST \ --url https://api.timelyai.com.br/v1/custom-fields \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "type": "text", "description": "<string>", "options": [ "<string>" ], "required": false } '
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "type": "text", "description": "<string>", "options": [ "<string>" ], "required": true, "archived": true, "created_at": "2023-11-07T05:31:56Z" } }
Cria um novo campo personalizado.
Chave de API obtida no dashboard
1 - 100
text
number
date
boolean
select
multiselect
500
Campo criado
Show child attributes