Sending Reminders at the Time Specified by the User

Setting reminders based on users' time preferences is essential for improving user experience and customer retention. For example, you can allow users to choose when to exercise or take classes and send them regular reminders at the specified time.

Reminder

Creating Additional Contact Field

An additional contact field stores any users’ information; in our case, we need a storage for user time. If you already have such a field, skip this section.

  1. Go to your account settings → Additional fields tab and click New field.
Additional fields
  1. Configure the field parameters:
  • List of fields — select the existing one from the drop-down list.
  • Name, based on which personalization key will be generated.
  • Personalization key.
  • Field typeText input.
New field

After creating the field, you can fill it by importing a file with the corresponding data or by API (Add/update a contact or Add/update contacts methods).

The time must be sent in the HH:MM or HH:MM:SS format.

As the system waits until the specified time in the user's time zone, configure recording the user's time zone in Reteno through SDK or API.

Setting Up Workflow with Timer Block to Automate Reminders

  1. Go to the Automation → Workflows section and open or create a workflow.
Workflows
  1. Drag the Timer block from the left sidebar into the workflow.
Timer block

📘

Note

The Timer block sets a time gap before the following in the workflow action.

  1. Configure the block parameters:
  • Disable the Wait time switcher and enable the Wait until switcher to send reminders as soon as the specified time comes
  • Select the From the contact field option from the drop-down list
  • Select the created contact field from the drop-down list
Block parameters

📘

Note

Use the One from many message block to improve retention with diverse content for training or lesson reminders.

  1. Save the workflow.

Workflow’s Start Configuration

  1. In Automation → Workflows, select the created workflow and click Trigger configuration.
Trigger configuration
  1. Activate Start configuration switcher.
Start configuration

There are two options to launch a workflow with reminders: Event-based and Regular.

Event-based Workflow

Select Event-based in Start configuration, and then

  • Select event which must launch the workflow
  • Specify the frequency of processing unique events
Event-based Workflow

Regular Workflow

  1. Create a dynamic segment with users subscribed for reminders.
  2. Select Regular, and then
    • In Segment, select the created segment
    • Select the workflow’s Start date
Regular workflow configuration
  • In Start schedule, select once a day
  • Select allowed start days
Regular workflow configuration
  • Set the workflow’s Start time
  • In Process unique events, select Each time
Regular workflow configuration

Launching Workflow

  1. Click Apply in Start/Stop configuration.
Apply
  1. To start the workflow, click Activate on the right and confirm the action.
Activate

The system will wait for the designated time in the user's time zone and perform the action specified in the workflow after the Timer block.

📘

Note

If the field of a contact participating in the workflow has a missing or written in an incorrect format value, the message will not be sent