Authentication

This provider requires authentication.
  • token: Pushover app token (required: True, sensitive: True)
  • user_key: Pushover user key (required: True, sensitive: False)

In workflows

This provider can be used in workflows. As “action” to make changes or update data, example:
actions:
    - name: Query pushover
      provider: pushover
      config: "{{ provider.my_provider_name }}"
      with:
        message: {value}  # The content of the message.
If you need workflow examples with this provider, please raise a GitHub issue. Token: Token User key: User key