We built Engagespot to help you get rid of the complexities in building a transactional notification system for your product. Deliver different types of notifications across different channels based on your user’s preference with a single API.
Check all featuresEngagespot is built by developers, for developers. With our front-end UI-Kit, simply convert any <div>
in your app into a full-fledged notification center.
Use our REST APIs to send notifications from any language!
import ReactDOM from "react-dom";
import {Engagespot} from "@engagespot/react-component";
const theme = {
colors: {
brandingPrimary: '#5350f6',
colorSecondary: '#ecebfa',
}
};
<Engagespot
apiKey = "Engagespot-api-key"
userId = "youruser@example.com"
theme = {theme}
/>
<script type="text/javascript" src="https://cdn.engagespot.co/engagespot-client.min.js" ></script>
<script>
Engagespot.render("#HTML_Element_ID", {
apiKey:"ENGAGESPOT_API_KEY",
userId:"youruser@example.com"
});
</script>
var axios = require('axios');
axios.post('https://api.engagespot.co/v3/notifications',
{
"notification": {
"title": "Rose accepted your friend request"
},
"recipients": [
"jack@example.com"
],
"override":{
"channels":["email","inApp"]
}
},
{
headers:{
'X-ENGAGESPOT-API-KEY':'od9X6x45udtDm3g0nzna',
'X-ENGAGESPOT-API-SECRET':'fjtjb5kjsig21at4h1ijbphd1f31726e44',
}
})
We’re building awesome features to help you save months of work. Just plug in instead of coding from scratch.
Fully customizable realtime In-App notification inbox UI-Kit for your product.
Deliver notification to your user's through an email provider of your choice.
Built in support for browser push notifications.
Allow your users to set preference on how they want to receive notifications from you.
Pre-built UI Kit for React.js
Get access to cross-channel delivery and performance reports.
"We were able to receive both Native and In App push notifications with very few lines of javascript on our client side as shown on the engagespot website. Not to forget the inbuilt UI satisfies our needs and just works like charm."
Create a free account and add a complete notification system to your product in minutes. No credit card required.
Try for free