Just implemented few months ago using this
Here an example using node.js
await client.messages.create({
contentSid,
contentVariables: JSON.stringify(contentVariables),
from: <messageServiceSid>,
to: `whatsapp:${phone}`,
})
As you can see from has to be the message service sid
and not the phone number.