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
  • I don't think you are hearing us regarding moving away from this plugin and using the Appian Integration Object instead. But if you just want this to work as is... you do not have to create a manual loop in the process. You can configure to node to run multiple times on the node configuration itself.

    Then put pv!arrayOfPhoneNumbers (or pv!arrayOfPhoneNumbers[tp!instanceindex] if that doesn't work) in the value of the "To" field on the "Data" -> "Inputs" tab.

Children