Push
Send push notifications
Send a push notification to a user
Send push notification
POST
https://api.usewuf.com/v1/push
Request Body
Name
Type
Description
apiKey*
string
Your app API key
userKey*
string
The User key (one between userKey or userGroupKey is required)
title*
string
Notification title
body*
string
Notification body
emoji
String
Emoji to be shown in the title and as icon in the Wuf app
image
String
Optional image to be included in the notification
url
String
Optional URL, shown in the Wuf app
userGroupKey*
String
The User Group Key (one between userKey or userGroupKey is required)
Take a look at how you might call this method using different languages, or via curl
:
Last updated