Send Push Notifications via API
Use the Adalo API to send push notifications to Users of your app using iOS or Android.
Before You Begin
Setting up the Request
cURL
curl --location 'https://api.adalo.com/notifications' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {Your App API Key}' \
--data-raw '{
"appId": "{your-app-id}}",
"audience": { "id": {userID} },
"notification": {
"titleText": "Hello There",
"bodyText": "This is just a test..."
}
}'Request Headers
Request Body
Targeting by Email Address
Targeting by User ID
Server Response
Troubleshooting Notifications
Help
Last updated
Was this helpful?