Cloudkibo / KiboPush

0 stars 1 forks source link

Do we allow end users to connect free Twilio account? #8116

Closed ImranBinShoukat closed 4 years ago

ImranBinShoukat commented 4 years ago

Free Twilio account has limitations like:

  1. We need to verify the phone numbers. Else, we can not send messages to that number
  2. Broadcast is sent from different number (i.e. 56789) and subscriber will send message to different Twilio number (i.e. +1 334-539-0810).

We have coded SMS Twilio for paid Twilio accounts only. We are not handling free Twilio account limitations. We need to discuss whether we will allow end users to connect free Twilio account or not. If we will allow free Twilio, then we need to think and work on its limitations.

jekram commented 4 years ago

I think it would be very confusing for the customer for a free account. We should focus our development assuming customers are buying the service from Twillo.

jekram commented 4 years ago

Should we close this task?

ImranBinShoukat commented 4 years ago

I think we should create a user guide explaining the limitations of free account. OR we can not let users connect a free Twilio account

jekram commented 4 years ago

@ImranBinShoukat We should create the user guide for free Twillo account. Most of the information will come from Twilio.

bjafri5 commented 4 years ago

I have updated the Sms Twilio user guide. @AnishaChhatwani please review: https://kibopush.com/twilio/

AnishaChhatwani commented 4 years ago

Reviewed