Send message
documentedSend a push notification to one or more users or groups with optional title, attachment, HTML formatting, and additional options.
POST /messages.jsonMessagesno implementation yet0 runsInput
user_key*
Pushover User Key
<user-key>
message*
Message text
<message>
title
Message title
<title>
url
Supplementary URL
https://example.com
url_title
URL title
<URL title>
device
Device name (optional)
<device>
priority
Priority (-2 to 2)
0
sound
Sound (optional)
<sound>
timestamp
Timestamp (Unix)
<unix-timestamp>
html
Enable HTML (1=yes,0=no)
0
monospace
Monospace formatting (1=yes,0=no)
0
attachment
Attachment URL or path (optional)
<attachment>
attachment_base64
Attachment base64 (optional)
<base64>
attachment_type
Attachment MIME type (e.g. image/jpeg)
<type>
ttl
Time to live (seconds)
<seconds>
Calls Pushover as you (your API key is your account); keychains.dev holds the credentials.