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.

Mobile app screen asking When is a good time for your daily challenge workout, with After breakfast selected, time set to 8:30 AM, and a Set Reminder button

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 page with the New field button and Additional fields tab highlighted, and the account menu open with Settings highlighted
  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 type — Text input.
Update field dialog with Name set to training_time, Personalization key placeholder TRAINING_TIME, and Field type set to Text input

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 page with the Automation menu, Workflows tab, and New workflow button highlighted
  1. Drag the Timer block from the left sidebar into the workflow.
Workflow editor titled Reminder_ showing Start/Stop configuration connected to a Mobile Push Challenge block and an End block, before a Timer block is added
šŸ“˜

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
Workflow editor with a Timer block named training_time between Start/Stop configuration and the Mobile Push Challenge block, and Timer settings showing Wait until enabled, From the contact field selected, and Contact field set to training_time
šŸ“˜

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 Start/Stop configuration.
Workflows list with the Start/Stop configuration link highlighted for the Reminder_ workflow
  1. Activate Start configuration switcher.
Start/Stop configuration panel with Start configuration enabled and Event-based selected

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
Start/Stop configuration panel with Event-based selected, the Event field highlighted, and Process repeated events set to Each time

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
Start/Stop configuration panel with Regular selected and Segment set to Active
  • In Start schedule, select once a day
  • Select allowed start days
Start/Stop configuration panel with Once a day selected and all allowed start days enabled
  • Set the workflow’s Start time
  • In Process unique events, select Each time
Start/Stop configuration panel with Process repeated events set to Each time

Launching Workflow

  1. Click Apply in Start/Stop configuration.
Start/Stop configuration panel with Process repeated events set to Each time and the Apply button highlighted
  1. To start the workflow, click Activate on the right and confirm the action.
Workflows list with the play icon highlighted to activate the Reminder_ workflow

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


Did this page help you?