Could you please suggest with details on below request.
I want to create a functionality to enable sms/notifications into my mobile whenever a new case/task is created.
Is there any possibility to do so without external apps. If yes, Kindly provide me solutions please.
Thanks,
San
2 件の回答
Hi Sanjay,
Salesforce does not have any native SMS functionality that you can utilise for custom purposes. If you wanted something like this, you would need to build an integration with a service provider, such as Twilio, Txtlocal, or whichever site offers service in your country. You would then want to build an invocable method to allow you to send messages, and use that in process builder or flows.