NovuN
Novu15mo ago
frnandu

Push channel Preferences not being respected

what could be the reason for a workflow with following preference to still send a PUSH notification?
"preference": {
        "enabled": true,
        "channels": {
          "push": false
        },
        "overrides": [
          {
            "channel": "push",
            "source": "subscriber"
          }
        ]
      }
Was this page helpful?