Add new SDK/libs page and update messenger list. Closes #1723.

This commit is contained in:
Kailash Nadh 2024-02-13 23:15:49 +05:30
parent 6689b716d9
commit 3e06b29b0a
3 changed files with 26 additions and 3 deletions

View file

@ -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

View file

@ -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 |

View file

@ -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