Custom notification settings

I use Notifications for my project to “Notify translators about new strings”, but we make such frequent changes that our translators feel like they get spammed with notifications.

Would it be possible to change settings for notifications, eg choose whether to send/receive them always/daily/weekly/monthly?

Alternatively, is it possible to replicate what “Notify translators about new strings” does with a set of API requests?

Cheers,
Kevin

Hi @kevinandersen

Currently, Crowdin does not have built-in functionality to customize notification frequency (e.g., always, daily, weekly, or monthly). However, there are alternative solutions that may help you achieve a similar outcome:

  1. Webhooks
    You can use Crowdin’s webhooks to send real-time notifications to your system. Webhooks allow you to trigger specific events in Crowdin and forward the data to your system Crowdin Webhooks Documentation.

  2. Zapier Integration
    Crowdin offers integration with Zapier, which enables you to connect Crowdin with other tools and create custom notification workflows. For example, you can configure Zapier to send notifications to your email or other apps based on your preferences Crowdin + Zapier.

  3. API
    Crowdin’s API provides endpoints to manage and retrieve notifications programmatically. This gives you the flexibility to implement your own system for fetching and sending notifications at intervals you choose. Crowdin API: Notifications.

1 Like