listmonk/frontend/src/views
Kailash Nadh 6cf43ea674 Add generic HTTP postback `Messenger` support.
This is a major feature that builds upon the `Messenger` interface
that has been in listmonk since its inception (with SMTP as the only
messenger). This commit introduces a new Messenger implementation, an
HTTP "postback", that can post campaign messages as a standard JSON
payload to arbitrary HTTP servers. These servers can in turn push them
to FCM, SMS, or any or any such upstream, enabling listmonk to be a
generic campaign messenger for any type of communication, not just
e-mails.

Postback HTTP endpoints can be defined in settings and they can be
selected on campaigns.
2020-10-10 18:52:08 +05:30
..
About.vue Rewrite frontend with Vue+Buevy and ditch React+Ant Design. 2020-07-04 00:12:14 +05:30
Campaign.vue Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
Campaigns.vue Add a fullscreen option to the campaign richtext editor 2020-08-01 20:19:03 +05:30
Dashboard.vue Add rebranded design elements. 2020-08-09 19:15:44 +05:30
Forms.vue Add settings UI and "hot reload" support to the app. 2020-07-21 00:23:57 +05:30
Import.vue fix: incorrect csv import example on frontend 2020-10-03 17:52:56 +05:30
ListForm.vue Fix incorrect default values and server response in list creation UI 2020-08-22 14:13:13 +05:30
Lists.vue Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
Media.vue Remove 'required' from upload field that fails to recognize drag-drop 2020-09-02 11:48:56 +05:30
Settings.vue Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
SubscriberBulkList.vue Polish UI elements and fix styling issues. 2020-07-26 20:35:06 +05:30
SubscriberForm.vue Refactor `blacklist` to `blocklist` 2020-08-01 16:45:29 +05:30
Subscribers.vue Add campaign search UI. 2020-08-01 19:46:47 +05:30
TemplateForm.vue Polish UI elements and fix styling issues. 2020-07-26 20:35:06 +05:30
Templates.vue Add 'clone template' feature to the templates UI 2020-08-01 13:28:12 +05:30