Communication

Pushover

6min
the pushover modules allow you to send messages and interact with the pushover api getting stared with pushover prerequisites a pushover account a valid device a registered application in order to use pushover with make, you must have a pushover account if you do not have one, you can create one at pushover net https //pushover net/ connecting pushover to make to connect your pushover account to make, you need your user key and an api token log in to your pushover account you can find your user key on the homepage to obtain an api token, you must register an application scroll to the bottom of the page and click create an application/api token configure the application how you'd like click create application go to your newly created application to find the api token in make, choose the pushover module you want to use next to connection , click add enter your user key and api token in the respective fields click save you have established the connection actions send a message sends the written message to your pushover devices connection pushover docid\ xoomcfmxptvi seugl8iu message enter the body of your message messages are currently limited to 1024 characters title enter the title of your message the title is currently limited to 250 characters note if you don't specify a title, the application's name will show by default html select whether to format your message with html tags if yes , the normal message content in your message parameter will display as html may not be used together with monospace monospace select whether to enable monospace messages may not be used if html is used, and vice versa device choose the name of one of your devices to send just to that device, instead of all devices url enter a supplementary url to show with your message url title enter a title for the url specified as the url parameter, otherwise just the url is shown timestamp enter a timestamp to show to the message receiver note in some cases, such as when messages have been queued on a remote server before reaching the pushover servers, or delivered to pushover out of order, this default timestamping may cause a confusing order of messages when viewed on the user's device for these {{scenario plural lowercase}} , your app may send messages to the api with the timestamp parameter set to the time of the original message priority select the priority of your message and how the message is presented to the receiver no notification / alert send as a quiet notification default user's settings bypass user's quiet hours repeat until the user has acknowledged sound select the sound to play when receiving notifications, rather than the standard pushover tone you can sample the full list o available sounds here https //pushover net/api#sounds file choose whether to add any attachments to your message make an api call performs an arbitrary authorized api call connection pushover docid\ xoomcfmxptvi seugl8iu url enter a path relative to https //api pushover net for example /1/users/validate json method select the http method you want to use get to retrieve information for an entry post to create a new entry put to update/replace an existing entry patch to make a partial entry update delete to delete an entry headers enter the desired request headers you don't have to add authorization headers; we already did that for you query string enter the request query string body enter the body content for your api call example of use list users the following api call returns all the users from your pushover account url /1/users/validate json method post matches of the search can be found in the module's output under bundle > body our example returned 1 user