n8n-nodes-fiwano 0.2.2 → 0.2.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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,8 +15,18 @@ Key benefits:
15
15
 
16
16
  Built for AI assistants, CRMs, helpdesks, and any product that needs conversational messaging at business scale.
17
17
 
18
- **[7-day free trial](https://fiwano.com/auth/login) — no credit card required.**
19
- **$12/mo** per channel slot (1 WhatsApp + 1 Instagram + 1 Facebook Messenger, unlimited messages).
18
+ **[7-day free trial](https://fiwano.com/auth/login) — no credit card required.**
19
+
20
+ ## License Tiers
21
+
22
+ One license covers a slot bundle: **1 WhatsApp + 1 Instagram + 1 Facebook Messenger** channel, with unlimited messages.
23
+
24
+ | Tier | Monthly | Capabilities |
25
+ |------|---------|-------------|
26
+ | Messaging | $12 | Text messages in/out, templates (WhatsApp), delivery statuses |
27
+ | Media | $19 | Everything in Messaging + inbound media and files, outbound files via URL |
28
+
29
+ New accounts start with a **7-day free trial on the Media tier** (full functionality).
20
30
 
21
31
  ## Nodes
22
32
 
@@ -31,6 +41,7 @@ Built for AI assistants, CRMs, helpdesks, and any product that needs conversatio
31
41
  |----------|-----------|
32
42
  | Message | Send Text, Send Media, Send Template (WhatsApp) |
33
43
  | Channel | Get Many, Get, Generate OAuth URL, Exchange OAuth Code, Update Webhook, Delete |
44
+ | Media | Download (saves received file as binary data) |
34
45
  | Contact | Get Profile (Instagram, Facebook — enriches sender with name, profile picture, follower count) |
35
46
  | Template | Get Many, Get, Create, Update, Delete (WhatsApp only) |
36
47
  | Redirect URI | Get Many, Add, Delete |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-fiwano",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "n8n nodes for the Fiwano messaging platform API (WhatsApp, Instagram, Facebook Messenger)",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",