From 3e06b29b0ae0aa4158bb61f77eb967a0459420ec Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Tue, 13 Feb 2024 23:15:49 +0530 Subject: [PATCH] Add new SDK/libs page and update messenger list. Closes #1723. --- docs/docs/content/apis/sdks.md | 18 ++++++++++++++++++ docs/docs/content/messengers.md | 10 +++++++--- docs/docs/mkdocs.yml | 1 + 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 docs/docs/content/apis/sdks.md diff --git a/docs/docs/content/apis/sdks.md b/docs/docs/content/apis/sdks.md new file mode 100644 index 000000000..ed076b6e7 --- /dev/null +++ b/docs/docs/content/apis/sdks.md @@ -0,0 +1,18 @@ +# SDKs and client libraries + +A list of 3rd party client libraries and SDKs that have been written for listmonk APIs. + +!!! note + The list is community sourced. They have not been verified and are not officially supported. + +- [WordPress - WooCommerce plugin](https://github.com/post-duif/integration-listmonk-wordpress-plugin) integration for listmonk +- [listmonk ](https://github.com/mikeckennedy/listmonk) — Python API client +- [listmonk-api](https://github.com/Knuckles-Team/listmonk-api) — Python API client +- [frappe_listmonk](https://github.com/anandology/frappe_listmonk) — Frappe framework integration for listmonk +- [auto-newsletter-listmonk](https://github.com/chaddyc/auto-newsletter-listmonk) — Ghost CMS integration +- [listmonk-crysctal](https://github.com/russ/listmonk-crystal) — Crystal lang API client +- [terraform-provider-listmonk](https://github.com/Muravlev/terraform-provider-listmonk) — Manage listmonk templates in Terraform +- [listmonk-php-client](https://github.com/arunnabraham/listmonk-php-client) — PHP API client +- [php-listmonk](https://github.com/junisan/php-listmonk) — PHP API client +- [go-listmonk](https://github.com/EzeXchange-API/go-listmonk) — Go API client +- [listmonk-nodejs-api](https://github.com/mihairaulea/listmonk-nodejs-api) — NodeJS API client diff --git a/docs/docs/content/messengers.md b/docs/docs/content/messengers.md index c1cb19e27..fbbeeb0c2 100644 --- a/docs/docs/content/messengers.md +++ b/docs/docs/content/messengers.md @@ -38,6 +38,10 @@ The address required to broadcast the message, for instance, a phone number or a Following is a list of HTTP messenger servers that connect to various backends. -| Name | Backend | -|------------------------------------------------------------------------|------------------| -| [listmonk-messenger](https://github.com/joeirimpan/listmonk-messenger) | AWS Pinpoint SMS | +| Name | Backend | +|:-------------------------------------------------------------------------------------|:-----------------| +| [listmonk-messenger](https://github.com/joeirimpan/listmonk-messenger) | AWS Pinpoint SMS | +| [listmonk-verimor-gateway](https://github.com/antandros/listmonk-verimor-gateway) | Verimor | +| [listmonk-mailersend](https://github.com/tkawczynski/listmonk-mailersend) | Mailersend | +| [listmonk-novu-messenger](https://github.com/Codepowercode/listmonk-novu-messenger) | Novu | +| [listmonk-push-messenger](https://github.com/shyamkrishna21/listmonk-push-messenger) | Google FCM | diff --git a/docs/docs/mkdocs.yml b/docs/docs/mkdocs.yml index 21cc5c90d..52623e8a8 100644 --- a/docs/docs/mkdocs.yml +++ b/docs/docs/mkdocs.yml @@ -55,6 +55,7 @@ nav: - "Integrating with external systems": external-integration.md - "API": - "Introduction": apis/apis.md + - "SDKs and libs": apis/sdks.md - "Subscribers": apis/subscribers.md - "Lists": apis/lists.md - "Import": apis/import.md