listmonk/internal/core
Kailash Nadh 3cfbc646e3 Add support for multiple subscribers in a single transactional message call.
This patch adds new array fields on `POST /tx`: `subscriber_emails[]`, `subscriber_ids[]`.
Either of these array fields can be sent with multiple subscribers.

The individual non-array fields `subscriber_id` and `subscriber_email` are deprecated.

Closes #994.
2022-12-25 17:32:01 +05:30
..
bounces.go Fix broken sorting in list query. Closes #1076. 2022-12-25 14:04:43 +05:30
campaigns.go WIP: Add support for publishing campaigns to publish archives. 2022-11-10 23:30:11 +05:30
core.go Fix broken sorting in list query. Closes #1076. 2022-12-25 14:04:43 +05:30
dashboard.go Refactore all CRUD functions to a new core package. 2022-05-03 10:50:29 +05:30
lists.go Fix missing subscriber count in individual list GET API. 2022-11-27 23:07:40 +05:30
media.go Add arbitrary meta field to media. Closes #938. 2022-10-02 23:04:51 +05:30
settings.go Refactore all CRUD functions to a new core package. 2022-05-03 10:50:29 +05:30
subscribers.go Add support for multiple subscribers in a single transactional message call. 2022-12-25 17:32:01 +05:30
subscriptions.go Add ability for subscribers to manage preferences on the unsub form. 2022-10-29 15:23:28 +05:30
templates.go Disable template type updation after creation to prevent breaking of campaign relations. 2022-07-09 10:36:12 +05:30