Skip to main content
GET
/
automation
Obter Automação Conversacional
curl --request GET \
  --url https://apis.vectalk.com.br/automation \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Requer token de instância associado ao número de telefone. O número é resolvido automaticamente pelo token — não é necessário informar o phone-number-id.

Resposta

{
  "enable_welcome_message": true,
  "prompts": [
    "Como posso ajudar você hoje?",
    "Escolha uma das opções abaixo:"
  ],
  "commands": [
    {
      "command_name": "ajuda",
      "command_description": "Exibe as opções de suporte disponíveis"
    }
  ]
}