Create a custom alert restriction

Create a custom alert restriction for a specific user or all the users of the current account.
Once a custom configuration is created for an user and an alert type, the alert will only be triggered if the specified conditions are met.
If no restrictions are defined for an user and an alert type, the alert will be triggered as usual.
Examples:

  • A custom alert that triggers only during the week days from 8:00 to 18:00. The config is:
    • weekDaysSelection: 0111110
    • startTime 08:00
    • endTime 18:00
  • A custom alert that triggers only from monday 20:00 to tuesday 08:00. You need two configs:
    • The first config is:
      • weekDaysSelection: 0100000
      • startTime 20:00
      • endTime 23:59
    • The second config is:
      • weekDaysSelection: 0010000
      • startTime 00:00
      • endTime 08:00
Language
Authorization
OAuth2
URL
Click Try It! to start a request and see the response here!