File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/resources/static/resources Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ template_vars["templateRestPostJsonRAWBodyTrigger"] =
88
88
template_vars [ "templateEmailTrigger" ] =
89
89
[ {
90
90
"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" : "" ,
94
94
"notificationMessageKeyValues" : [
95
95
{
96
96
"formkey" : "" ,
@@ -107,5 +107,5 @@ template_vars["templateEmailTrigger"] =
107
107
]
108
108
}
109
109
] ,
110
- "subscriptionName" : "<Subscription_Template_Rest_Post_Raw_Body_Json_Trigger >"
110
+ "subscriptionName" : "<Subscription_Template_Mail_Trigger >"
111
111
} ] ;
You can’t perform that action at this time.
0 commit comments