DisableFollowUp
The DisableFollowUp action disables the follow-up mechanism for the current conversation. When disabled, the agent will not send any scheduled follow-up messages until follow-up is re-enabled.
DisableFollowUp()
Example
{{DisableFollowUp()}}
{{SendMessage(message="Follow-up reminders have been disabled.")}}The above code snippet disables follow-up functionality, preventing the agent from sending any scheduled follow-up messages.
Updated 4 days ago
