{"id":16226403,"url":"https://github.com/ghostdevv/listmonk-tweaked","last_synced_at":"2025-12-15T04:30:15.189Z","repository":{"id":218446489,"uuid":"746423440","full_name":"ghostdevv/listmonk-tweaked","owner":"ghostdevv","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-26T19:33:29.000Z","size":16527,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T09:25:33.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghostdevv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-22T00:32:06.000Z","updated_at":"2024-03-20T00:01:01.000Z","dependencies_parsed_at":"2024-04-18T04:35:59.787Z","dependency_job_id":"e027334d-26ab-4666-90f3-625107f50c81","html_url":"https://github.com/ghostdevv/listmonk-tweaked","commit_stats":null,"previous_names":["ghostdevv/listmonk-tweaked"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostdevv%2Flistmonk-tweaked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostdevv%2Flistmonk-tweaked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostdevv%2Flistmonk-tweaked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostdevv%2Flistmonk-tweaked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghostdevv","download_url":"https://codeload.github.com/ghostdevv/listmonk-tweaked/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239683539,"owners_count":19679969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T12:49:01.809Z","updated_at":"2025-12-15T04:30:15.161Z","avatar_url":"https://github.com/ghostdevv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Listmonk Tweaked\n\nThis is a fork of [listmonk](https://github.com/knadh/listmonk).\n\n## Intentions/Motivations\n\nWe needed a few features such as \"drip campaigns\" for a project and had major issues running other open source listmonk alternatives that had these features. I intend to keep this project alive until listmonk has the features we need or I find a suitable alternative. I don't intend to maintain this beyond our own internal needs due to time constraints/my lack of knowledge of go.\n\n## Changes\n\n### `/api/txc`\n\nAn endpoint for sending marketing emails without having to have an attached campaign. It works by using a [transactional template](https://listmonk.app/docs/templating/#transactional-templates) which must be written in markdown when sent with txc endpoint, combining the template contents with the default campaign template and then sending it to the user. It supports *most* of the [template expressions](https://listmonk.app/docs/templating/#template-expressions) available in a campaign template.\n\n```\nPOST \u003chost\u003e/api/txc\n\n{\n    \"list_id\": 3,\n    \"subscriber_id\": 3,\n    \"template_id\": 8\n}\n```\n\n### New Subscriber Webhooks\n\nWebhooks that are sent when a user is added to the list for the first time (i.e. they get added to the list, this means if you remove them and then re-add them it will trigger the webhook). We use this with [n8n](https://n8n.io/) to and the txc endpoint mentioned above to send drip/automated campaigns (without an actual listmonk campaign attached) to users.\n\nYou can use this by adding the following to your listmonk `config.toml`:\n\n```toml\n[tweaks]\nlist_webhooks = [\n    { list_id = LIST_ID, url = \"WEBHOOK_URL\" },\n]\n```\n\n- `LIST_ID` is the int id of your list, **NOT** the uuid.\n- `WEBHOOK_URL` is the webhook endpoint to `POST` to\n\nIt'll send the following JSON body to your webhook:\n\n```json\n{\n    \"subscriberId\": 7,\n    \"listId\": 3\n}\n```\n\n### Unsubscribe Page\n\nI've tweaked the unsubscribe page to allow passing in a list uuid or a campaign uuid, this is so that emails you send with the txc endpoint can still have a fully functioning unsubscribe system. It'll also try it's best to find the list/campaign title and add it under `{{ .Data.ListTitle }}`.\n\n### Misc\n\n- I've replaced the frontend package manager with [pnpm](https://pnpm.io/) because I couldn't get yarn to run.\n- I'm publishing a docker image to `ghcr.io/ghostdevv/listmonk-tweaked`\n- For places that I've mad show/have a list name, if that list is private then it'll add something like \"list\" as the name.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostdevv%2Flistmonk-tweaked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghostdevv%2Flistmonk-tweaked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostdevv%2Flistmonk-tweaked/lists"}