fix in website pages - should be of _type POST
diff --git a/public/js/website_utils.js b/public/js/website_utils.js
index de4be69..502b5eb 100644
--- a/public/js/website_utils.js
+++ b/public/js/website_utils.js
@@ -15,6 +15,7 @@
 			subject: opts.subject,
 			sender: opts.sender,
 			status: opts.status,
+			_type: "POST",
 			message: typeof opts.message == "string"
 				? opts.message
 				: JSON.stringify(opts.message)