Sending Texts in Bulk

Hello! I want to create a feature in a messaging application I've made. I want to be able to sent text messages in bulk to people's phones. Is anyone familiar with how to do this? If so, what steps did you take? Thank you

  Discussion posts and replies are publicly visible

Parents Reply Children
  • Thanks, Steven. So let me just confirm. I've been able to create an expression rule that filters applicants by phone number, and if there's only one phone number in the system, the SMS message is sent fine. If there's more than one number, none of the messages get sent. My team has reviewed the expression rule and has found no errors. 

    So is it safe to say that this error is because the standard SMS API only sends a single message to a single number? And would I then have to loop the process model to solve this? Thanks