Deliver notifications directly to an In-App notification feed within your app. Prebuilt UI-Kit included for React and Javascript.
Deliver transactional notifications via multiple channels including Email, In-App, Web Push, Mobile Push and SMS using a single API. You can integrate different service providers such as Sendgrid, Mailgun, FCM etc to deliver your notifications.
Read DocsGive your users the power to decide how they want to be notified. Our preference manager API allows you to build a fine-graned notification preference module for your app in minutes.
Override notification content, custom data, delivery channels and their
configurations programatically on the go.
{
"notification": {
"title": "Rose commented on your photo",
"message": "I
you, Jack"
},
"category":"comment",
"recipients": [
"jack@example.com"
],
"override":{
"channels":["webPush","inApp"]
}
}
{
"notification": {
"title": "Rose accepted your friend request"
},
"category":"new_friend_request",
"data":{
"name":"Jack",
"note":"Hey Jack, let's be friends"
},
"recipients": [
"jack@example.com"
],
"override":{
"channels":["email","inApp"],
"sendgrid_email:{
"template_id":"tuj6Rfc3bCx37dFdslapqc78cbytG"
}
}
}
Create a free account and add a complete notification system to your product in minutes. No credit card required.
Try for free