Pushover

Communication App token and user key

Send push notifications to your devices with Pushover from any Windmill script, flow or app.

Set up in 3 steps

1

Get your credential

At pushover.net, your user key is on the dashboard. Register an application to get its API token — the two are different things.

2

Add the resource in Windmill

Open Resources, add a resource of type pushover, and fill it in.

3

Run your first script

Fork any script below and read before writing anything.

Scripts

Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.

Resource type

pushover — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
tokenstringYes
userstringYesyour user/group key (or that of your target user), viewable when logged into our dashboard; often referred to as USER_KEY in our documentation and code examples

Questions

Which is which?

token identifies your application, user identifies who receives the notification. Both are required, and swapping them silently fails.

Is my credential stored on the hub?

Never. It lives only in your own Windmill workspace, encrypted at rest.