Node-red-contrib-whatsapp-messagebird does not work

I'm trying to use the whatsapp-messagebird-send node with this data format but it doesn't work, I already created a whatsapp channel in messagebird and put my API key but not work

msg.payload={"params":{
"channelId": "xxxxxxxxxxxxxxxxxxxxx",
"type":"text",
"to":"+573xxxxxxx",
"content": { "text": "Hello!" },
"source": { "foo": "bar" }
}

};
return msg;
image

Welcome to the forum!

I think that Whatsapp stopped supporting API access!

Hello! thank you very much, I'm not sure about that because from the messagebird dashboard if it allows me to send and receive whatsapp messages from the phone number I configure,

This is probably working, but the node is maybe no longer supported.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.