From 7e75b8312f16bf1a8a2425f4e0dec319f5d8f166 Mon Sep 17 00:00:00 2001 From: Teagan Glenn Date: Mon, 29 May 2017 03:20:30 -0600 Subject: [PATCH] Rest Notifier Data Configuration (#2708) --- source/_components/notify.rest.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/notify.rest.markdown b/source/_components/notify.rest.markdown index 5a074dec02f..370f26be8c3 100644 --- a/source/_components/notify.rest.markdown +++ b/source/_components/notify.rest.markdown @@ -33,6 +33,8 @@ Configuration variables: - **message_param_name** (*Optional*): Parameter name for the message. Defaults to `message`. - **title_param_name** (*Optional*): Parameter name for the title. Defaults to none. - **target_param_name** (*Optional*): Parameter name for the target. Defaults to none. +- **data** (*Optional*): Dictionary of extra parameters to send to the resource. +- **data_template** (*Optional*): Template dictionary of extra parameters to send to the resource. To use notifications, please see the [getting started with automation page](/getting-started/automation/).