Back to changelog

New Customizable Notifications

March 28, 2024

Follow us on:

XLinkedin
New Customizable Notifications

Introducing new notification options! Users can now customize their notifications to prioritize important messages and reduce unnecessary alerts. Stay focused and in control of your team's communication preferences.

Tailor Your Notifications

With the new customizable notifications, you can prioritize messages and alerts that are most relevant to your role and tasks. This means you can reduce distractions and focus on what truly matters, boosting your productivity and efficiency. The new settings are intuitive and easy to use, making it simple to adjust your preferences at any time.

  • Priority Alerts: Choose which types of messages trigger immediate notifications.

  • Mute Conversations: Silence notifications for less critical discussions or threads.

  • Scheduled Do Not Disturb: Set specific times to pause all notifications for uninterrupted work periods.

How to Customize Your Notifications

code.snippet.name
1# Example of setting up customizable notifications in Acme
2
3def setup_notifications(user):
4    user.set_priority_alerts(["mentions", "direct_messages"])
5    user.mute_conversations(["general_chat", "random"])
6    user.schedule_do_not_disturb(start_time="22:00", end_time="06:00")
7
8# Apply settings for a user
9setup_notifications(current_user)

These new features are designed to enhance your user experience by providing greater control over how and when you receive notifications. We hope you find these updates helpful and encourage you to explore the customizable options to optimize your workflow.

Stay Ahead of the AI Curve

Join our newsletter for exclusive insights and updates on the latest AI trends.