Pushover with YAML

YAML parameters for Pushover

NameTypeDescription
action
Required
StringThe ID of the action.
type
Required
StringThe type of the action. Should be set to PUSHOVER.
integration_hash
Required
StringThe ID of the integration.
content
Required
StringThe content of the notification.
deviceStringThe name of the device to whick notification will be sent.
priorityStringSpecifies the priority of the notification. Can be one of LOW, NORMAL or HIGH.
linkStringThe link of the notification.
link_titleStringThe title of the notification link.
titleStringThe title of the notification.

YAML example for Pushover

actions:
- action: "Send notification to Phone"
  type: "PUSHOVER"
  title: "Buddy"
  content: "${BUDDY_PIPELINE_NAME} execution #${BUDDY_EXECUTION_ID}"
  link: "${BUDDY_EXECUTION_URL}"
  link_title: "Show execution details"
  device: "Phone"
  priority: "HIGH"
  integration_hash: "5ddb7c180fb38be67bd78a88a"

Last modified on April 26, 2022

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.