From 0ae35f6c8f78f049f7f15e8a037409086dbdfc4e Mon Sep 17 00:00:00 2001 From: Ruben Date: Fri, 16 Jan 2026 21:46:39 +0100 Subject: [PATCH] Add Listmonk newsletter configuration example This provides a template for integrating Listmonk's public API with the newsletter functionality, including list UUIDs and basic configuration options. --- custom/listmonk-config.example.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 custom/listmonk-config.example.php diff --git a/custom/listmonk-config.example.php b/custom/listmonk-config.example.php new file mode 100644 index 0000000..fc4c3c3 --- /dev/null +++ b/custom/listmonk-config.example.php @@ -0,0 +1,16 @@ + true, + 'url' => 'https://newsletter.example.com', // Your Listmonk URL (no trailing slash) + 'list_uuids' => [ + 'UUID1', + 'UUID2' + ] +];