From 38d614cd43595768be7f81f8f93150fb06580a68 Mon Sep 17 00:00:00 2001 From: "Erik J. Olson" Date: Tue, 28 Mar 2023 07:56:18 -0500 Subject: [PATCH] Clarify Notify Group payload behaviour (#26715) --- source/_integrations/group.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/group.markdown b/source/_integrations/group.markdown index ce66b8ea96d..39f10be5817 100644 --- a/source/_integrations/group.markdown +++ b/source/_integrations/group.markdown @@ -296,7 +296,7 @@ services: required: true type: string data: - description: A dictionary containing parameters to add to all notify payloads. This can be anything that is valid to use in a payload, such as `data`, `message`, `target` or `title`. + description: A dictionary containing parameters to add to all notify payloads. This can be anything that is valid to use in a payload, such as `data`, `message`, `target` or `title`. Parameters specified by the action will override the values configured here. required: false type: string {% endconfiguration %}