Invocable Methods with multi parameters
Invocable methods can have only have one Input parameter, In order to pass
multiple params in apex class one should use InvocableVariable annotations
Use Case: Send SMS using Process builder
In Order to send a SMS we need 2 params 1. To Number and other is 2. SMS Body
and