You need to sign in to do that
Don't have an account?

Regarding automation of email
Once after creating a lead is generated,from next day day1,day2,day3 and so on day ‘n’(50) every day an email has to to be sent and day ‘n+1’(51) sending email has to be stopped automatically. How this can be achieved?
It is possible by creating one field update and Workflow.
1. We need to create a fied on object of LEAD toStopEmails(default value = false)
2. Workflow which will be executed while check if toStopemails == false and apply time based email alert ections under this workflow
3. field update which will update toStopEmails to true just after n days so on n+1 day trigger may not send email.