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;