listmonk/frontend/src
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
..
api Add pagination to lists 2020-08-22 19:58:21 +05:30
assets Add rebranded design elements. 2020-08-09 19:15:44 +05:30
components Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
router Suffix app name in page titles 2020-08-01 18:47:05 +05:30
store Add settings UI and "hot reload" support to the app. 2020-07-21 00:23:57 +05:30
views Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
App.vue fix: update toggle on update:active 2020-08-25 19:16:33 +05:30
constants.js Add settings UI and "hot reload" support to the app. 2020-07-21 00:23:57 +05:30
main.js Add generic HTTP postback `Messenger` support. 2020-10-10 18:52:08 +05:30
utils.js Show countdown on scheduled campaigns UI 2020-07-26 20:54:05 +05:30