Authorization: Bearer ********************{
"numberId": "5517996174244",
"bot": {
"id": "cd4ca013-85b6-71eb-2486-a8e8554e2986",
"type": "FLOWISE"
},
"message": "A proxima mensagem será enviada para o cliente, inicie como se vocÊ estivesse iniciando a conversa com ele."
}curl --location --request POST 'https://api.opt-api.com/api/bots' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"numberId": "5517996174244",
"bot": {
"id": "cd4ca013-85b6-71eb-2486-a8e8554e2986",
"type": "FLOWISE"
},
"message": "A proxima mensagem será enviada para o cliente, inicie como se vocÊ estivesse iniciando a conversa com ele."
}'{}