about summary refs log blame commit diff stats
path: root/gotify.sh.example
blob: 91d4f4597e5e7aac8f4c735d9b1e26e73f60be8e (plain) (tree)
1
2
3
4
5
6
7
8

                     




                                                                
                                                                                                              
#!/usr/local/bin/bash

curl --request POST \
  --url 'https://gotify.tildeverse.org/message?token=redacted' \
    --header 'accept: application/json' \
      --header 'content-type: application/json' \
        --header 'x-gotify-key: redacted' \
          --data '{  "message": "A hero is needed in #institute",  "priority": 5,  "title": "Admin Request" }'