Cria um novo funil
cURL
curl --request POST \ --url https://your-chatwoot.aifocus.dev/api/v1/accounts/{account_id}/funnels \ --header 'Content-Type: application/json' \ --header 'api_access_token: <api-key>' \ --data ' { "name": "Pipeline de Vendas", "description": "Funil principal de vendas", "stages": [ { "name": "<string>", "order": 123, "color": "<string>" } ] } '
Documentation IndexFetch the complete documentation index at: https://docs.aifocus.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.aifocus.dev/llms.txt
Use this file to discover all available pages before exploring further.
"Pipeline de Vendas"
"Funil principal de vendas"
Show child attributes
Funil criado