About 154,000 results
Open links in new tab
  1. How to send bulk SMS message with Twilio API from PHP

    Aug 10, 2023 · The API docs and PHP SDK show that you can only send a message to a single number at time, with a limit of one per second. When you have a need to get a safety …

  2. curl - How to integrate a Bulk SMS API with a PHP application for …

    2 days ago · I am trying to integrate a Bulk SMS API into a PHP-based web application to send OTP messages during user registration and login. I am using a bulk messaging platform …

  3. How to send bulk sms in twilio api without for loop

    Oct 31, 2017 · I'm trying to send bulk sms through twilio Api. Is there any method to pass the array of all phone numbers in a single API request.

  4. how to send bulk sms to mobile numbers from mysql database …

    SMS are basically based on Short Message Peer-to-Peer (SMPP) protocol so there is no way you can directly send sms programmatically. Yes you could use smsgateway or an existing api …

  5. Can we send a bulk sms from Twilio to 5000 to 10000 numbers …

    Nov 8, 2022 · It works well for single recipient. We would like to support Bulk SMS, where a user can send SMS to 5000 to 10000 Phone numbers. Can we achieve this through Message …

  6. Sending SMS texts in Python without the need for a 3rd party API ...

    Jun 19, 2020 · This can be done by sending an email via SMTP to the SMS gateway of the carrier of the recipient phone number. Each carrier has a unique email address usually in the form of …

  7. Is there a Twilio Bulk SMS Api other than Notify?

    Feb 27, 2023 · Update Jan 2024 You're right, Twilio Notify was the go-to product for new customers that have this use-case. Please note that existing customers can still use Notify …

  8. Send SMS from Excel VBA - Stack Overflow

    Feb 22, 2018 · 1 I have code for my Excel application. It's a membership loyalty program and every time members are billed it will send the current billed amount along with points earned or …

  9. twilio api - Sending batches of SMS messages with Sendgrid

    Sep 12, 2022 · You can bulk send SMS messages using Twilio Notify, however all the messages will have the same content and there is not substitution available. If you want to send different …

  10. laravel bulk sms notification sending - Stack Overflow

    Feb 9, 2022 · hello I'm new for laravel I'm trying to send SMS notification from api. I'm using 3rd party service for sending sms thy have less documentation for php code integration. and API …