Adding a Scheduled Reminder Email
Part 1: Update the Workflow
Open your form, switch to the Code Editor (in the three-dot menu in the upper-right corner), then click the Workflow tab.
Inside the step where you want a reminder, locate the "onEnter"
braces. Insert this little code snippet:
unit must be "minute", "hour", or "day" (singular).
notificationTemplateId is any label you like; keep it short...we’ll reuse it in Part 2.
Change the blue, pink, and purple pieces to match your own preferences.
For example, if you want a reminder to be sent 2 days after a submission enters a particular workflow step, use:
Another example: if you want a reminder to be sent 12 hours after a submission enters a particular workflow step, use:
Need multiple nudges? Just copy the object line‑by‑line. Each entry schedules its own send (in other words, it does not recur at regular intervals).
Part 2: Tag the Notification
Switch to the Notifications tab. Locate (or create*) the email you want to send.
Inside that notification object, add the blue part of the snippet below:
Full Example
Below is a complete, copy‑ready snippet: a workflow step that sends one reminder email three days after assignment. The parts of the code that are relevant to the scheduled action appear in blue font.
Then on the Notifications tab, we might have something like:

Use clear IDs like "remind‑24h" or "remind‑7d" so you can spot which template pairs with which scheduled action at a glance.
That’s it! With a quick copy‑paste and a couple of ID tweaks, you can automate gentle reminders and keep everyone on track. No advanced coding skills required.
Of course, this is a more technical task to complete in Droplet. So, if you need some assistance, connect with us at support@droplet.io.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article