Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

hsnch41's avatar

Nexmo message response

Nexmo::message()->send([ 'to' => '123', 'from' => 'NEXMO', 'text' => 'Hy' ]); how can i get response by this like remaining balance and message send status?

0 likes
0 replies

Please or to participate in this conversation.