Skip to content

How to Schedule Reminder Cadences in HappyFox Workflows

Last updated

This article explains how to build a workflow that sends a fixed number of automatic follow-up reminders to a ticket contact, spaced apart by a set delay, and stops sending reminders once the ticket moves out of its original state.

Applicable Plans: Available on all plans.

Prerequisites

How the reminder cadence works

A reminder cadence in HappyFox Workflows is built from three actions repeated in sequence:

  1. Add Reply — sends the follow-up message to the contact.
  2. Delay — pauses the workflow for a set amount of time before the next action runs.
  3. Filter Ticket and Check condition — checks the ticket's current status. If the ticket still matches the original condition, the workflow continues to the next reminder. If it does not, the workflow stops.

Each reminder in the cadence is its own Delay-and-Filter block added one after another in the workflow builder. To send three reminders, you can add this block three times.

Steps

  1. Open the workflow that should send the reminders, and confirm its trigger is already configured. See how to add and combine trigger filters if you need to review trigger setup first.
  2. Add the Add Reply action to send the first notification to the contact, and enter the message text.
  3. Add the Delay action directly after the reply. Enter the wait duration in the Value field, and choose the unit from the Unit dropdown — Days or Hours.

Note: The delay cannot exceed 30 days. For a longer wait, split the reminder cadence into shorter intervals instead.

Note: While the Delay action is in progress, the workflow run shows a  Waiting status in Run History. The ticket remains active during this time and can be updated manually or by other automations — this is what allows the Filter Tickets action in the next step to detect whether the required change on the ticket occurred or not.

  1. Add the Filter Tickets action after the delay, and Add check condition to check whether the ticket's status still equals its original value — for example, Status is Awaiting Customer Response.

Note: If the ticket's status no longer matches the condition in the Filter Tickets action, the workflow stops at this step. This is expected — it means the the required change in the ticket happened, so no further reminder is needed.

  1. Add a second Add Reply action after the Filter Tickets action, and enter the second follow-up message.
  2. Repeat steps 3–5 for each additional reminder in the cadence, adjusting the delay duration if reminders should be spaced differently — for example, 2 days before the first reminder and 3 days before the second.
  3. Click Save and Test to confirm the sequence runs as expected against a sample ticket.
  4. Enable the workflow.

Notes on building the cadence