Skip to main content

This plugin connects with pushover app and sends message.

Project description

Pushover plugin

This plugin sends a message to pushover service.

Requirements

To use this plugin you must register at https://pushover.net and obtain API_TOKEN and USER_KEY.

Configuration

THis plugin needs access to resource that will hold the information on PushOver credentials.

Resource configuration

{
  "token": "<API_TOKEN from PushOver>",
  "user": "<USER_KEY from PushOver>"
}

Plugin configuration

{
  "source": {
    "name": "pushover",
    "id": "<resource-id>"
  },
  "message": "Hello {{profile@traits.private.pii.name}}!"
}

Message can be a template that uses placeholders for data from profile. Above you can see a simple template that when executed will replace {{profile@traits.private.pii.name}} with name (traits.private.pii.name) from profile.

Input

This plugin does not take any input

Output

Output returns status and response body from PushOver service.

{
  "status": 200,
  "body": {
    "status": 1,
    "request": "c759f16e-c10a-4066-b91d-05fd06504790"
  }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tracardi-pushover-webhook-0.6.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

tracardi_pushover_webhook-0.6.0-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page