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
yamlactions: - action: "Send notification to Phone" type: "PUSHOVER" title: "Buddy" content: "${BUDDY_PIPELINE_NAME} execution #${BUDDY_RUN_ID}" link: "${BUDDY_RUN_URL}" link_title: "Show execution details" device: "Phone" priority: "HIGH" integration: "my_integration"
Last modified on Oct 29, 2024