Skip to main content
GET
Listar configurações

Authorizations

X-API-Key
string
header
required

Chave de API gerada na plataforma em Integrações → API Keys

Response

200 - application/json

Lista de configurações

id
string<uuid>
name
string

Nome da configuração

is_active
boolean
trigger_type
enum<string>

silence = inatividade do lead, post_handover = após transferência, post_contact = após primeiro contato

Available options:
silence,
post_handover,
post_contact
trigger_delay_minutes
integer

Minutos após o trigger para disparar

followup_type
enum<string>

fixed_message = mensagem fixa, ai_objective = IA gera com base no objetivo

Available options:
fixed_message,
ai_objective
message
string | null

Mensagem enviada quando followup_type = fixed_message

objective
string | null

Objetivo passado à IA quando followup_type = ai_objective

max_attempts
integer

Número máximo de tentativas

min_interval_minutes
integer

Intervalo mínimo entre tentativas

created_at
string<date-time>