CleverPush Developer Docs

CleverPush Developer Docs

  • SDK Docs
  • API Overview
  • API Reference

›API Overview

API Overview

  • API Overview
  • Subscriptions
  • Notifications
  • Live Activities

Notifications

Sending messages

API Endpoint: https://api.cleverpush.com/#api-Notifications-SendNotification

Please keep in mind: if you do not include any targeting parameter or subscriptionId / attributes, the notification will be sent to all subscriptions in the channel.

Transactional messages

You can send transactional notifications in 2 ways:

1. With the CleverPush subscription ID

{
  "subscriptionId": "XXXXXXXXXXXXX",
  …
}

You can also send to multiple IDs (up to 50.000 per request)

{
  "subscriptionId": ["XXXXXXXXXXXXX", "YYYYYYYYYYYY"],
  …
}

2. By using your own external User ID (please see the Working with external User IDs section in the Subscriptions page for more information)

{
  "customAttributes": {
    "user_id": "123456789"
  }
  …
}
← SubscriptionsLive Activities →
  • Sending messages
    • Transactional messages
SDKs
JavaScriptiOSAndroidCordovaCapacitorReact NativeXamarinFlutter
Community
TwitterFacebookGitHub
More
API ReferenceAPI OverviewBlogImprintPrivacy PolicyTerms of serviceGDPR
Copyright © 2023 CleverPush