79282671

Date: 2024-12-15 16:06:31
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SamePop20