async notifier_test(data, notifier) {
    return axios.post('api/notifier/' + notifier + '/test', data).then(response => (response.data))
  }