Send message (XML response)
documentedSend a push notification with the same parameters as /messages.json but request an XML response.
POST /messages.xmlMessagesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.pushover.net/1/messages.xml" \
-X POST \
-H "Accept: application/xml" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "token={{PUSHOVER_API_KEY}}&user={{PUSHOVER_USER_KEY}}&message={{$message}}&title={{$title}}&url={{$url}}&url_title={{$url_title}}&device={{$device}}&priority={{$priority}}×tamp={{$timestamp}}&sound={{$sound}}&html={{$html}}&monospace={{$monospace}}"