Multi Device

Notification Infrastructure For Modern Mobile Apps

Mok.one mobile SDK enables your developers to deliver modern notification UX by programmatically managing tokens across devices and adding a notification inbox.

Get Started for free
Request a Demo
Arrow SignArrow Sign
Mobile inbox

A Single Source Of Truth For Mobile Notifications

Mok’s mobile inbox gives your users a single place to view all notification activity on their mobile device, allowing them to view notifications even if they do not have push enabled.

Get a Demo
Arrow SignArrow Sign
Workflow Mok
MOBILE TOKEN MANAGEMENT

Mobile Token Management Without The Headache

Mok.one mobile SDK gives you fine - grained control over push tokens across devices.

Checkout our Docs
Arrow SignArrow Sign
1
// A simple email notification
2
{
3
"message": {
4
"to": {
5
"email": "support@unomok.com"
6
},
7
"content": {
8
"title": "New Login!",
9
"body": "Hi , your login details is: "
10
},
11
"data": {
12
"name": "Support",
13
"login_details": "h46548715hjsk"
14
},
15
"routing": {
16
"method": "single",
17
"channels": [
18
"email"
19
]
20
}
21
}
22
}

Build your first notification in minutes

Send up to 10,000 notification every month, for free.
notifications example