Send Alert
Send alert to one subscriber, multiple subscribers, or all with rich content support including images, actions, and custom data
Authorizations
API key to authorize app-level requests
Path Parameters
Application ID
"255d6163-7e25-43e9-a188-c2f8d0980a4a"
Body
1PUSH, IN_APP, EMAIL, TELEGRAM - Option 1
- Option 2
- Option 3
{
"type": "subscriber",
"walletAddress": "6CxnSjtasq5Tzwb4b93AhLofXtiDvMpQ2vTkWdSZqTH7"
}Optional topic ID to categorize the alert. Must be created in advance and belong to the authenticated app. If absent, the alert is uncategorized. If invalid or unauthorized, the request will fail.
Additional data to be sent with the alert. For push notifications, this data will be available in the notification payload and can be used by the app to handle the notification. Common use cases include deep linking, custom actions, or passing context to the app.
{
"type": "transaction",
"transactionId": "123",
"amount": "100"
}Push notification specific configuration.
Response
Message sent successfully
The response is of type object.