1 2 3 4 5 6 7 8 9 10 import axios from 'axios' axios.post('api.mynotifier.app', { apiKey: '1111-2222-3333-4444', // Sign up for your own api key message: "New payment!", // Could be anything description: "A payment off $99 has been made", // Optional body: "", // Optional type: "success", // info, error, warning or success project: "" // Optional if you want to specify the project })