Error saving Slack Action - Watcher: [illegal_argument_exception] no account found for name: [null]

oh, I misread your config, it should have been

xpack.notification.slack:
    account:
      monitoring:

that should fix your issue. Note that from 6.2 onwards we are more strict regarding the configuration of those settings, so you will get warnings early on.

--Alex