send push notifications
Unique key /Id
Require access tokens before delivering notifications to your end users

send a message
POST
https://us-central1-appgregator.cloudfunctions.net/expo/
Headers
Name
Type
Description
x-api-key*
String
12wkFBUJNQV;C
[
{
"status": "ok",
"id": "60d955b7-ac98-40c6-9162-8fecfe4b42a1"
},
{
"status": "ok",
"id": "601df8b7-c074-4762-96ec-4ed4e6ff90eb"
}
]
{
"name": "qantor.co.id",
"connection_name": "entrepreneurs-test",
"data": [
{
"token": "ExponentPushToken[Uuoi2_Ia5h9eJ1t48LAE25]",
"title": "123",
"body": "multiple array-testing",
"data": {
"_displayInForeground": true,
"qty": 1
}
},
{
"token": "ExponentPushToken[Uuoi2_Ia5h9eJ1t48LAE25]",
"title": "broadcast message-multiple array",
"body": "multiple array-testing",
"data": {
"_displayInForeground": true
}
}
]
}
Last updated