-
Notifications
You must be signed in to change notification settings - Fork 5k
Description
Welcome!
- Yes, I have searched for similar issues on GitHub and found none.
What did you do?
Versão 2.3.7
na própria documentação ele não faz o disparo preenchendo todas as variáveis e da um 400.
teste foram feitos via n8n ->nó httpRequest - > evolutionNodeComunity - > Postman
body:
{
"number": "{{remoteJid}}",
"title": "List Title",
"description": "List description",
"buttonText": "Click Here",
"footerText": "footer list\nhttps://examplelink.com.br",
"sections": [
{
"title": "Row tilte 01",
"rows": [
{
"title": "Title row 01",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
"rowId": "rowId 001"
},
{
"title": "Title row 02",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
"rowId": "rowId 002"
}
]
},
{
"title": "Row tilte 02",
"rows": [
{
"title": "Title row 01",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
"rowId": "rowId 001"
},
{
"title": "Title row 02",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,",
"rowId": "rowId 002"
}
]
}
]
// options
// "delay": 1200,
// "quoted": {
// // payload message or key.id only for get message in database
// "key": {
// "id": " MESSAGE_ID"
// },
// "message": {
// "conversation": "CONTENT_MESSAGE"
// }
// },
// "mentionsEveryOne": false,
// "mentioned": [
// "{{remoteJid}}"
// ]
}

exatamente o body que vem na doc
What did you expect?
Entender se é de fato um bug, ou uma fature que foi descontinuada do sefl-hosted como os botões. espero
What did you observe instead of what you expected?
Um erro de bad request sendo que nada na estrutura foi alterado
Screenshots/Videos
Which version of the API are you using?
Version: 2.3.7
What is your environment?
Windows
Other environment specifications
estou testando via postman.
If applicable, paste the log output
No response
Additional Notes
No response