WhatsApp Silent Error While Sending Media

Hi n8n community. Hope I get some help here… I know this issue isnt related to a n8n version but the way I configure the nodes…

I am getting the business id and access token and the credentials popup configuration seems fine but, while executing the work in which I upload a file and then send it through whatsapp, the file isnt send but no error is shown… so I dont know whats happening… No error but also no file sent…
I upload the file in order to get the wp media id and, then, I send the file using that id.

If anyone has a tutorial on sending files with non productive credentials, it will be welcomed…

can u share ure workflow or a simple form of it, this would help to look at further
n8n attach workflow

This is the workflow I have:


In the webhook node, I send a file. Then, I upload it with the second node. Then, I send the file with the third node.
I am not able to get a valid token but if this is fine, awesome… if not I can try to get it and show whats inside…

Yes be good to see why ure not getting valid token

I was getting a valid token some days ago and I didnt have issues while testing… This thing now is because the account have some issues… I dont know which one or ones…

But, while testing, I sent the files and all the nodes had a green tick but no file was sent… Dont know whats happening…

sure, could u try share ure workflow plz,
n8n attach workflow

it’s maybe not passing through okay, also u can try pin a production execution and try use same data maybe help to debug it.

Pinning the production execution wont be possible as I dont money to afford a prid number… I thought I passed the workflow… Will see what happened

hmm, you can always try with a HTTP request node, hope you workout the issue

I see some people using GitHub - EvolutionAPI/evolution-api: Evolution API is an open-source WhatsApp integration API also.