The Conversation Controller Reminder nodes can be used to schedule and unschedule reminders and define flows to be executed when a certain reminder triggers.
A reminder is identified by its name and is linked to the room, which means different rooms can have reminders with same name, however, a single room can only have one reminder at a time with certain name. If you try to create a new reminder with the same name as an existing reminder, the previous reminder will be stopped and overwritten with the new one.
The Conversation Controller Reminder comprises of following nodes:
Schedule Reminder Node
Schedule Reminder Node
Schedule Reminder node can be used to schedule a reminder for a set amount of time. The reminder is created with the specified name against the current room id. After the time runs out, the reminder will be delivered by the Reminder Init node along with the updated slots for that room.
Inputs
Input Details
Reminder Name
Name of the reminder to schedule
Reminder Timeout
The trigger timeout delay for this reminder in seconds
Unschedule Reminder Node
Unschedule Reminder Node
Unschedule Reminder node can be used to unschedule a specific reminder set through the Schedule Reminder node.
Inputs
Input Details
Reminder Name
Name of the reminder to unschedule
Reminder Init Node
Reminder Init Node
Reminder Init node receives the custom reminders for the specified reminder name once the timer runs out. This node can be used to define a flow for custom reminders.
Inputs
Input Details
Reminder Name
Name of the reminder to listen for triggers of
JavaScript errors detected
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.