You need to sign in to do that
Don't have an account?
RDSS
Send SMS after 7 days of a particular date.
I am using SMS Magic for sending SMS. I am sending SMS when status is Submitted. Now i am stuck at where i need to send an SMS after 7 days from the date when the application was submitted. I have written a trigger to send SMS for submitted status. How it can be achieved? Please help.
You need to create a Apex flow to achieve the above process, Apex Flow can trigger a operation after a specific date (in your case 7 days after status changed)
You can initiate flow in 2 ways:
1. From Apex code (from trigger when status changed)
2. From Process builder : Create a new process from Process Builder and add status change condition when records is craeted/updated, next is to initiate a flow from process builder.
Create a flow with Flow Wait Element
https://developer.salesforce.com/docs/atlas.en-us.salesforce_vpm_guide.meta/salesforce_vpm_guide/vpm_designer_elements_wait.htm
and From flow [After 7 days wait condition in flow ] call Apex code where you will call your SMS Magic for sending SMS.
Thanks
If you're satisfied with the answers provided, please don't forget to select a Best Answer.
This is definitely possible through 360 SMS App which is natievly built on salesforce. In this app, process builders are used well to create any kind of automation processes. In addition to SMS scheduling they have provide their users with many more advanced features.
For more detailed information, you can try a free version their app with the help of this link: (https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3000000DpSyIEAV)
Scheduling messages is such a crucial feature in today’s date and I recently noticed that 360 SMS App offers this functionality. In this app, process builders are used well to create any kind of automation processes. In addition to SMS scheduling they have provide their users with many more advanced features.
For more detailed information, you can check out this link: https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3000000DpSyIEAV