Pushover with YAML
Tip
Learn more about:
YAML parameters for Pushover
Name | Type | Description |
---|---|---|
action Required | String | The ID of the action. |
type Required | String | The type of the action. Should be set to PUSHOVER . |
integration Required | String | The ID of the integration. |
content Required | String | The content of the notification. |
device | String | The name of the device to whick notification will be sent. |
priority | String | Specifies the priority of the notification. Can be one of LOW , NORMAL or HIGH . |
link | String | The link of the notification. |
link_title | String | The title of the notification link. |
title | String | The 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: "my_integration"
Last update:
Sep 23, 2024
Sep 23, 2024