{{baseUrl}}/send_message

PUT {{baseUrl}}/send_message

Invia un messaggio una tantum

Request Body

{"id_sender"=>"<number>", "sender_name"=>"<string>", "recipients"=>["<string>", "<string>"], "message"=>"<string>", "test"=>"<number>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;message&quot;:&quot;prova prova prova&quot;,&quot;credit&quot;:&quot;6&quot;,&quot;message_id&quot;:145870,&quot;sms_total&quot;:1,&quot;test&quot;:false}}