Hi,
i don’t understand why when i add a json parameter in the whatsapp business cloud api this error comes up:
No execution data available
Also this error some times:
Some intermediate nodes between ‘Edit Fields ‘ and ‘WhatsApp Business Cloud ‘ have not executed yet.
everything is configured correctly and when i change the json for fixed data it works, it’s only when it has the json that this happens.
Any idea of how to fix this?
Thanks in advance.
Marc
Information on your n8n setup
**n8n version: 1.82.1 (Latest Stable)
**n8n EXECUTIONS_PROCESS setting (default: own, main): whatsapp cloud trigger ( on messages ) and then set with a text and then whatsapp business cloud send message with the text from the SET fields json
**Running n8n via (Docker, npm, n8n cloud, desktop app): I’m using n8n cloud
1 Like
Hey @Marc_Egido ,
It’s a bug!
Check out this other topic:
Describe the problem/error/question
Trying to setup the simple Whatsapp bot.
What is the error message (if any)?
If i put a parameter in Recipient field, i’m getting "Problem in node ‘WhatsApp Business Cloud‘ No execution data available"error. If it’s a fixed same number - it’s sending the message properly.
[Screenshot 2025-03-12 at 19.39.04]
Please share your workflow
{
“nodes”: [
{
“parameters”: {
“updates”: [
“messages”
]
},
“type”: “n8n-nodes-base.whatsAppTrigger”,
“typeVersion”…
They are already looking into it. Stay tuned to the release page in GitHub and update your version when they fix it:
If my reply answers your question, please remember to mark it as a solution.
1 Like
Thank you, i’ll wait for the new version! Hope it’s soon since i’m going counterclock
1 Like
Try to roll back to version 1.81.4 until they fix it.
Another user was able to make it work.
IF tou came here to get a workaround, i have solution for you.
Use Http Request block.
You can provode bearer trough header
name :Authorization
value:{{ "Bearer "+“Access Token” }}
then at params you must have
messaging_product:whatsapp
type:text
text: should be an expression :{{ {body:$json.output} }}
and to:phone nr
And voila its working
Is it solved ? i have the same issue on my side
Hi,
it doesn’t work still it seems it’s taking a long time maybe because of the weekend
system
Closed
March 24, 2025, 1:33pm
8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.