Mobsted provides Push capabilities to both Android and iOS users. Each user can make a choice of how to accept Push. In a Still way, how Push is delivered are different.

The panel below shows how to send 


Getting User Permissions to send Push

First. You need to designate users accessing your app. 


sflvnefl


Second. You need to setup Push request widgets.


which will record the permission, which channel each user chooses and 



Sending Messages through multichannel Push API

To address any of your users, who gave permission to receive Push notification you only need one API method:

POST https://ppp-admin.mbst.xyz/api/v8/object/sendpush

{
"applicationId": 1,
"extId": "100500",
"title": "Hello",
"message": "It`s message to object - #Object:id#"
}


{
"applicationId": 1,
"extId": "100500",
"title": "Hello",
"message": "It`s message to object - #Object:id#"
}


For authenticating your sending party you can use static basic auth keys, which you can find here:


Or dynamic JWT keys, which you can find here:


Step-by-step guide

Add the steps involved:

  1. Insert your steps.
  2. You can also copy and paste or drag and drop images into your instructions.


You may also want to use visual panels to communicate related information, tips or things users need to be aware of.

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues