79143193

Date: 2024-10-31 00:46:39
Score: 9 🚩
Natty:
Report link

how do you do? I have this problem, do you can help me please?

Error: [HTTP 400] Unable to create record: A text message body or media urls or Content SID 'ContentSid' must be specified.

$message = $twilio->messages->create(
    'whatsapp:'.$to, // Número de destino
    [
        "contentSid" => "HXc69d2cdca19bf8107bef72df60a1dbd0",
        "from" => 'MG5474b4de80d7ab9e920d92086dec20af',
        "contentVariables" => [
            "1" => "Juan Carlos"
        ],
        "messagingServiceSid" => "MG5474b4de80d7ab9e920d92086dec20af"
    ]
);
Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): how do you
  • Blacklisted phrase (1): I have this problem
  • RegEx Blacklisted phrase (3): you can help me
  • RegEx Blacklisted phrase (2): help me please
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): how do you
  • Low reputation (1):
Posted by: epv