v1
latestOpenAPI 3.1.02026-07-242200814.7 KBAdicionar formulário customizado
post/customForms
Request body
Response
201
Example response
{
"id": 27403,
"account_id": 1234567890,
"name": "Formulário de exemplo",
"type": 1,
"status": true,
"page_title": "Título exemplo",
"page_content": "Texto de exemplo",
"page_background_color": "#FFFFFF",
"page_text_color": "#000000",
"form_background_color": "#E7E7E7",
"form_text_color": "#000000",
"form_button_background_color": "#ed5565",
"form_button_text_color": "#FFFFFF",
"form_with_rounded_borders": 1,
"form_show_icons": true,
"fields": [
{
"id": 193810,
"account_id": 1234567890,
"custom_form_id": 27403,
"native_field_name": "title",
"native_field_type": 100,
"native_field_entity": 1,
"order": 1,
"created_at": "2023-06-22 18:02:44",
"updated_at": "2023-06-22 18:02:44"
}
],
"activityTypes": [
{
"id": 5938,
"account_id": 1234567890,
"name": "E-mail",
"icon": "envelope",
"active": 1
}
],
"pipelines": [
{
"id": 1930,
"account_id": 1234567890,
"funnel_type_name": "Vendas",
"user_id": 2417,
"name": "Funil de vendas",
"description": "Funil de vendas principal",
"visibility": 2
}
]
}