
Create a Date field within Salesforce. This Date field should exist on the object that is tracking the survey results so that you can map the ‘Date Completed’ attribute within GetFeedback to this field. Add a checkbox field labeled 'Send Reminder Email'.
Full Answer
How to send automated reminders in Salesforce?
In another way salesforce automated reminders can be sent via email automatically whenever task or event is created, this is done using workflow rules. In the Activity settings make sure to enable Activity reminders. A popup window with events and tasks are displayed whenever a task reminder is triggered.
How do I set up a time trigger to send reminders?
The first step you will need is to set up a workflow rule that sends out an email with your survey link included. Once this workflow is created, you can add a Time Trigger that will represent the amount of time you want to pass before a reminder email is sent.
How to remind the assigned user with due date and time?
In the reminder section, provide the date and time so that if the given task hasn't been completed by that date and time, it will remind the assigned user with due date and time. When the task or event is triggered, it displays popup window containing subject, type and due in.
How to create custom task or event in Salesforce?
Open a custom object which is already saved and in the activities section click on new task or event. In the new task, assign the task to user. In the subject, click on the lookup field select already predefined subjects like call, email, send letter etc or give the subject name according to the requirement.

How do I add a reminder field in Salesforce?
Activity Reminders and Notifications in Salesforce Lightning...From your personal settings, enter Reminders in the Quick Find box, then select Activity Reminders.Change the settings as desired.
Can you set a reminder in Salesforce?
Salesforce sets a reminder on all new tasks. You choose the date and time when you want task reminders; the default is 8:00 AM the day that a task is due. You can disable the reminder or change the reminder time when you edit a task. Salesforce sorts reminders by due date first and then by the reminder date and time.
How do I set up an automated reminder in Salesforce?
In the Activity settings make sure to enable Activity reminders.Reminder through popup window: A popup window with events and tasks are displayed whenever a task reminder is triggered.Process: Open a custom object which is already saved and in the activities section click on new task or event. ... Reminder through Email:
How do I see task reminders in Salesforce?
The Task and Event reminder pop-up is enabled by default in all organizations....Turn on pop-up reminders for Tasks and EventsNavigate to Setup and enter Activity Settings in the Quick Find box.Click Activity Settings.Select Enable Activity Reminders.Click Submit.
How do I set a task reminder in Salesforce lightning?
Enable Task Notifications in Lightning ExperienceFrom Setup, select Object Manager.Click Task.Open an existing task layout or create one.Add the Reminder Set field to your Task Detail section of our org's Task page layouts.Deselect Show simpler New Task form on mobile on the Activity Settings page.
How do I create a follow-up in Salesforce?
How to create a follow-up Task under Opportunities in Salesforce...Welcome. ... Click on "Opportunities"Select Opportunity from the below list.Select the drop down next to the task which you want to edit.5) Click on "Create Follow-Up Task"Select due date for followup task.Select status.Select Priority from here.More items...
How do I set a calendar reminder in Salesforce?
Activity Reminders and Notifications in Salesforce Lightning...From your personal settings, enter Reminders in the Quick Find box, then select Activity Reminders.Change the settings as desired.
How do I set up an email reminder in Salesforce?
Sending Reminder Emails from SalesforceCreate a Date field within Salesforce. ... Add a checkbox field labeled 'Send Reminder Email'. ... Create two email templates - one for the original survey that you'll be sending out and a second template for the reminder email.
How do I create a workflow task in Salesforce?
Creating Workflow Tasks Workflow tasks assign a new task to a user, role, or record owner. For example, automatically assign follow-up tasks to a support representative one week after a case is updated. To get started with workflow tasks, from Setup, enter Tasks in the Quick Find box, then select Tasks.
How do I create a pop up notification in Salesforce?
On a Salesforce record page, click and select Edit Page. Alternatively, open the page that you want to add the PopUp component to in Community Builder. Drag and drop the PopUpcomponent to the page.
How do I allow pop ups in Salesforce?
How do I allow pop-ups for the Salesforce integration?Click. in the right corner and then click Settings.From Privacy and security, click Site Settings.From Content, click Pop-ups and redirects.From Allow, click Add.Enter your Salesforce domain and then click Add.
What is notification in Salesforce?
Notifications let your users know when certain events occur in Salesforce. For example, notifications let users know when they receive approval requests or when someone mentions them in Chatter. You can enable or disable notifications on the Salesforce App Notifications page in Setup.
Reminder through popup window
A popup window with events and tasks are displayed whenever a task reminder is triggered.
Process
Open a custom object which is already saved and in the activities section click on new task or event.
Reminder through Email
Reminders can be sent for tasks or events through Emails to the assigned users. This can be done by writing Workflow rules.
Getting Started
Sending reminder emails from Salesforce is easily accomplished by using two workflow rules in conjunction with one another. We’ll walk you through how to put this together starting with a quick set up in your Salesforce Organization:
Creating the Survey Distribution Workflow Rule
The first step you will need is to set up a workflow rule that sends out an email with your survey link included. Once this workflow is created, you can add a Time Trigger that will represent the amount of time you want to pass before a reminder email is sent.
Creating the Reminder Survey Distribution Workflow Rule
The next step is to create a workflow rule that executes the distribution of your reminder email. To do this, you’ll create a second workflow with a task to send the reminder email template if two fields (the reminder Checkbox and the Date completed field) are validated.
How to add days, months, and years to a date?
Add Days, Months, and Years to a Date. If you want to add a certain number of days to a date, add that number to the date directly. For example, to add five days to a date, the formula is date + 5. Adding years to a date is fairly simple, but do check that the future date is valid.
How to find out which quarter a date falls in?
This formula returns the number of the quarter that date falls in (1–4) by dividing the current month by three (the number of months in each quarter) and taking the ceiling.
How to find the day of the week?
To find the day of the week from a Date value, use a known Sunday, for example, January 7, 1900, and subtract it from the date, for example, TODAY (), to get the difference in days. The MOD () function finds the remainder of this result when divided by 7 to give the numerical value of the day of the week between 0 (Sunday) and 6 (Saturday). The formula below finds the result and then returns the text name of that day.
How to find the number of months between two dates?
To find the number of months between two dates, subtract the year of the earlier date from the year of the later date and multiply the difference by 12. Next, subtract the month of the earlier date from the month of the later date, and add that difference to the value of the first set of operations.
How to calculate how many business days between two dates?
The basic strategy is to choose a reference Monday from the past and find out how many full weeks and any additional portion of a week have passed between the reference date and your date. These values are multiplied by five for a five-day work week, and then the difference between them is taken to calculate business days.
Can you add months to a date?
Adding months to a date is slightly more complicated because months vary in length and the cycle of months restart with each year. So a valid day in one month, January 31, might not be valid in another month, February 31. A simple solution is to approximate each month’s length as 365/12 days:
