thormail-adapter-generic-rest 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +2 -5
package/README.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  A highly configurable adapter for [ThorMail](https://thormail.io) that allows sending messages to any generic REST API.
4
4
 
5
+ > [!IMPORTANT]
6
+ > To use this adapter, you must have a running instance of **ThorMail** installed.
7
+ > This adapter is designed to be installed and managed directly from the ThorMail **Admin Panel**.
8
+
9
+ Allows you to send transactional and marketing emails via the OneSignal API through your ThorMail infrastructure.
10
+
11
+ ## Installation
12
+
13
+ 1. Go to your **ThorMail Admin Panel**.
14
+ 2. Navigate to the **Adapters** section.
15
+ 3. Click **Add New Adapter**.
16
+ 4. Search for `thormail-adapter-generic-rest` and click **Install**.
17
+
5
18
  ## 📖 Overview
6
19
 
7
20
  This adapter provides a flexible bridge between ThorMail and any external service that accepts HTTP requests (POST, PUT, PATCH, GET). It is ideal for:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thormail-adapter-generic-rest",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Standard REST API adapter for ThorMail. Send messages via any RESTful service with configurable URL, method, and headers.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -12,8 +12,5 @@
12
12
  "generic"
13
13
  ],
14
14
  "author": "ThorMail Team",
15
- "license": "MIT",
16
- "publishConfig": {
17
- "registry": "http://lab.lan:4873/"
18
- }
15
+ "license": "MIT"
19
16
  }