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.





