Push

Send push notifications

Send a push notification to a user

Send push notification

POST https://api.usewuf.com/v1/push

Request Body

{
    "id": "cllld08g00001ky08yqf5qdozson"
}

Take a look at how you might call this method using different languages, or via curl:

curl https://api.usewuf.com/v1/push  
    -d apiKey='aeZVV0aaUA8y0Dqij_ptna'  
    -d userKey='uswXhaoDan2maAerZK9HZV'  
    -d title='New message received'  
    -d description='Hey, how are you doing?'
    -d emoji='💬'
    -d url='https://mychat.app/user/john'  

Last updated