TextCus API Documentation
  • Introduction
  • OVERVIEW
    • Send SMS
      • Quick Send
      • Send Multiple SMS
    • Sender IDs
      • List Senders
      • Add Senders
    • Account Balance
    • One Time Password (OTP)
Powered by GitBook
On this page
  1. OVERVIEW
  2. Send SMS

Send Multiple SMS

To send multiple SMS at a go, you need to implement a way to loop the contact with foreach or you can just append a comma (,) after every contact number.

$recipient = '23324XXXXXXX,233020XXXXXXX'; //International format (233) excluding the (+)

NB: Place comma(,) after every number as seen above.

PreviousQuick SendNextSender IDs

Last updated 8 months ago