Notify.create({
          message: payload.name + ' was created with ' + payload.allocation * 100 + '% allocation',
          color: 'teal',
          icon: 'report_problem'
        })