Allow creating an update without sending a notification

I created an integration using the Monday API that automatically adds updates to tasks as developers push code changes (we don’t use GitHub so couldn’t use that integration). Unfortunately I might have to disable this because we are getting emailed about our own changes every time we push code. We need to be able to receive notifications for updates created by humans, but not for updates that were created via the API.

Solutions for our use case could include:

  • Mute all notifications from a certain user (we have a service account user)
  • Create a way to post an individual update without sending notifications (this might be valuable for the most users)
  • Allow us to disable all notifications from API-derived mutations