Skip to main content
Participating Frequently
December 4, 2025
Question

[Issue] - Delay Config ("Sleep") Reminder Plugin - Cannot Suppress Follow Up Message

  • December 4, 2025
  • 12 replies
  • 306 views

Referencing the March 2025 Product Release Notes and implementing the following compound action:

steps:

  - action:

      action_name: mw.get_user_by_email

      output_key: output_user_to_notify

      input_args:

        user_email: data.email

      delay_config:

        seconds: data.delay_in_seconds

  - notify:

      output_key: output_test

      recipient_id: data.output_user_to_notify.user.id

      message: data.message

 

We cannot suppress the message after the reminder notification is sent.  The message states: “you’ll receive: <message content>” after the notification message is already sent.

 

12 replies

Known Participant
December 15, 2025

Actually, I just contacted our internal ML team and they have now enabled implemented the changes in Govcloud

Thanks ​@Kevin Mok It does seem to have improve but not consistent.

The setup is same as I had shared above.

 

Known Participant
December 15, 2025

Actually, I just contacted our internal ML team and they have now enabled implemented the changes in Govcloud

Thanks ​@Kevin Mok It does seem to have improve but not consistent.

The setup is same as I had shared above.

 

Didn’t last long. Experiencing the same issue again.