Skip to content

Commit

Permalink
Add new SDK/libs page and update messenger list. Closes #1723.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Feb 13, 2024
1 parent 6689b71 commit 3e06b29
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
18 changes: 18 additions & 0 deletions 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
10 changes: 7 additions & 3 deletions docs/docs/content/messengers.md
Expand Up @@ -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 |
1 change: 1 addition & 0 deletions docs/docs/mkdocs.yml
Expand Up @@ -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
Expand Down

0 comments on commit 3e06b29

Please sign in to comment.