Skip to content

Commit ab97581

Browse files
authored
Subscription MAIL Template updated (#18)
1 parent d84b402 commit ab97581

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/static/resources/subscription_templates.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ template_vars["templateRestPostJsonRAWBodyTrigger"] =
8888
template_vars["templateEmailTrigger"] =
8989
[{
9090
"created": "",
91-
"notificationMeta" : "http://<MyHost:port>/api/doit",
92-
"notificationType" : "REST_POST",
93-
"restPostBodyMediaType" : "application/json",
91+
"notificationMeta" : "mymail@company.com",
92+
"notificationType" : "MAIL",
93+
"restPostBodyMediaType" : "",
9494
"notificationMessageKeyValues" : [
9595
{
9696
"formkey" : "",
@@ -107,5 +107,5 @@ template_vars["templateEmailTrigger"] =
107107
]
108108
}
109109
],
110-
"subscriptionName" : "<Subscription_Template_Rest_Post_Raw_Body_Json_Trigger>"
110+
"subscriptionName" : "<Subscription_Template_Mail_Trigger>"
111111
}];

0 commit comments

Comments
 (0)