Your boss
Can you add George to the notification list when a user joins the platform please?
Send a POST request from your system and have all the relevant people notified in ways they choose.
No more manually adding people to lists or implementing internal notifications yourself!
import axios from "axios";
const response = await axios({
method: "POST",
url: "https://api.notiversal.com//notify",
headers: {
"api-key": "123"
},
data: {
event: "new-user",
title: "New user",
body: "Manolis Vrondakis just joined the platform!",
actions: [{
label: "View user",
url: "https://yoursite.com/user/123"
}]
}
});
Your product - New user
Manolis Vrondakis just joined the platform!
1.
Setup your servicesAdd your services on our easy to use interface and get a unique API key for each.
2.
Send a POST requestView code examples in multiple languages to send us a POST request containing your notification.
3.
Get notifiedNotiversal will notify all the relevant users depending on how they've configured that product or event.
Whether you‘re an individual or team, we‘ve got you covered
You'll never have to add or remove people from notification lists again!
© 2022 Orange Byte. All rights reserved.
Orange Byte Limited is registered in the UK. No. 12549619
https://orangebyte.ukSupport
Contact us