team-telnyx / telnyx-php

PHP SDK for the Telnyx API
MIT License
32 stars 26 forks source link

can i send a sms to multiple receiver? #48

Closed ramcet closed 3 years ago

ramcet commented 3 years ago

how can i send a sms to multiple receiver with one request?

d-telnyx commented 3 years ago

@ramcet Our API does not support Many-to-Many nor One-to-Many messaging today. You'll need to iterate over a list of contacts and create each message individually.

Cheers!

ramcet commented 3 years ago

@d-telnyx thanks for response but i want to send same message to all receivers. if i iterate for all receivers will i fail because of your request per minute limits?