Skip to content

"TypeError: this.isZero is not a function" #2305

@fgerferreira

Description

@fgerferreira

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}}"
// ]
}
Image

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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions