Skip to main content
PUT
/
flows
/
{flowId}
Atualizar Flow
curl --request PUT \
  --url https://apis.vectalk.com.br/flows/{flowId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "categories": [
    {}
  ]
}
'

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.

Parâmetros

Path

flowId
string
required
ID único do Flow a ser atualizado.

Body

name
string
Novo nome do Flow.
categories
array
Nova lista de categorias do Flow. Exemplo: ["LEAD_GENERATION"].

Resposta

{
  "success": true
}