NodeApiError: The service was not able to process your request

Good afternoon everybody!

I’m having a problem with an HTTP request to make a POST return from a WhatsApp API

The error occurs when I try to trace the string from the cell phone number that sent the message to the API number

IT GIVES THE FOLLOWING ERROR

NodeApiError: The service was not able to process your request
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:1281:27)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:655:19)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:596:53

Hey @Peguei_Flagra,

Welcome to the community :tada:

Can you share the workflow you are using? Looking at the error you are getting back I would say that the data you are sending is not what the API is expecting so I would probably start by double checking the options against the api docs to see what could be missing then making the same request to something like webhook.site so I can verify the data is correct.