function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Abhi LakshayAbhi Lakshay 

SMS workflow from Salesforce

Hi All

We are trying to create a process of auto sending SMS notifications out of salesforce. We have planned the following steps:

1. Install twillio and registered with them.
2. Have the apex classes from the twilio library 
3. Create a flow through process builder to make callout to the class. 

Question : 

1. Do we have it planned correctly?

2. If we have the process builder run for create action and do a bulk load through data loader in salesforce, say 100 records, wouldnt it hit the limits of maximum number of apex callouts per transaction?