Bulk Send SMS to Users Crate
What does the Bulk Send SMS to Users Crate do?
This Crate makes it easy to send custom SMS messages en-masse via Twilio by pulling mobile numbers directly from Microsoft 365 user information.
How the Crate works
Collects mobile numbers from Microsoft 365 user information
Seamlessly sends SMS messages via Twilio's API, based on your predefined text set via form submission
Allows for sending of messages to multiple recipients simultaneously
Maintains a log of sent messages for auditing or tracking purposes via your workflow results
Workflow breakdown
The form is submitted.
The workflow begins with the START task which uses the noop action to initialize the workflow and publishes the Twilio SMS number from organization variables to the workflow context.
The workflow transitions to the microsoft_graph_list_users task which executes the List Users action from the Microsoft Graph integration to retrieve up to 999 users from the specified client organization.
After successfully retrieving the user list, the workflow processes the data by filtering users who have mobile phone numbers and creates a clean list of phone numbers by removing any non-alphanumeric characters except plus signs using regex replacement.
The workflow then executes the workflows_roc_twilio_create_message task which uses the [ROC] Twilio - Create Message action to send SMS messages to each phone number in the processed list.
The SMS sending task runs with
with itemsfunctionality, iterating through each phone number in the list with a concurrency of 1, meaning messages are sent one at a time sequentially.Each SMS message uses the Twilio SMS number from organization variables as the sender, the message content from the workflow input, and sends to each individual phone number from the filtered user list.
The workflow completes after all SMS messages have been successfully sent to all users with valid mobile phone numbers.
Crate prerequisites
The Microsoft Cloud Integration Bundle must be successfully set up in Rewst.
The Twilio integration must be successfully set up in Rewst.
Unpack the Bulk Send SMS to Users Crate
Navigate to Crates > Crate Marketplace in the left side menu of the Rewst platform.
Search for
Bulk Send SMS to Users.Click on the Crate tile to begin unpacking.
Click Continue.
Note that you have the option under the Form Submission accordion mens to activate the Crate for all future organizations in addition to the current one. You may also set activation to certain tags, integration overrides, or trigger criteria. Ensure that Enabled is toggled on.
Click Unpack.
Use the form
Navigate to Automations > Forms in the left side menu of your Rewst platform.
Search for [ROC] Twilio - Send Mass SMS.
Click on the form name.
Click ⋮ > Usages > View Direct URLs.
Click on the URL for your desired organization.
Choose the applicable Client from the Select the Client drop-down selector.
Enter the message you wish to send in the field in a string, plain text format.
Click Submit. This will immediately send your text.

Last updated
Was this helpful?

