Fluxos
Cria novo fluxo ou edita um fluxo existente.
Endpoint
POST
https://mentor.roboteasy.tech/api/integration/v1/flow
Headers
Name
Type
Description
Content-Type*
string
application/json
x-api-key*
string
{token}
Request Body
Campo
Tipo
Descritivo
description
string
Descrição do fluxo
process
string
Nome identificador do fluxo
{
"description": "string",
"process": "string"
}
Resultado
{
"code": 201,
"status": "CREATED",
"message": "Recurso criado"
}
Last updated