n8n-nodes-fiwano 0.2.2 → 0.2.4
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.
- package/README.md +14 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@ n8n community node for **[Fiwano](https://fiwano.com)** — a unified messaging
|
|
|
7
7
|
Fiwano is a verified Meta Tech Provider that abstracts the complexity of WhatsApp Cloud API, Instagram Messaging API, and Facebook Messenger API into a single, consistent REST API. Connect your Meta-verified business accounts once via simple Facebook auth — no Meta developer portal, no app setup, no individual channel verification required.
|
|
8
8
|
|
|
9
9
|
Key benefits:
|
|
10
|
+
- **Official Meta APIs only** — built on WhatsApp Cloud API, Instagram Messaging API and Facebook Messenger API. No browser automation, no unofficial client simulation, no account ban risk. Production-safe at any scale.
|
|
10
11
|
- **One API for three channels** — identical request format across WhatsApp, Instagram DM, and Facebook Messenger
|
|
11
12
|
- **Real-time webhooks** — incoming messages and delivery statuses delivered to your endpoint, HMAC-signed
|
|
12
13
|
- **WhatsApp template management** — create, manage, and send approved templates directly from the API
|
|
@@ -15,8 +16,18 @@ Key benefits:
|
|
|
15
16
|
|
|
16
17
|
Built for AI assistants, CRMs, helpdesks, and any product that needs conversational messaging at business scale.
|
|
17
18
|
|
|
18
|
-
**[7-day free trial](https://fiwano.com/auth/login) — no credit card required.**
|
|
19
|
-
|
|
19
|
+
**[7-day free trial](https://fiwano.com/auth/login) — no credit card required.**
|
|
20
|
+
|
|
21
|
+
## License Tiers
|
|
22
|
+
|
|
23
|
+
One license covers a slot bundle: **1 WhatsApp + 1 Instagram + 1 Facebook Messenger** channel, with unlimited messages.
|
|
24
|
+
|
|
25
|
+
| Tier | Monthly | Capabilities |
|
|
26
|
+
|------|---------|-------------|
|
|
27
|
+
| Messaging | $12 | Text messages in/out, templates (WhatsApp), delivery statuses |
|
|
28
|
+
| Media | $19 | Everything in Messaging + inbound media and files, outbound files via URL |
|
|
29
|
+
|
|
30
|
+
New accounts start with a **7-day free trial on the Media tier** (full functionality).
|
|
20
31
|
|
|
21
32
|
## Nodes
|
|
22
33
|
|
|
@@ -31,6 +42,7 @@ Built for AI assistants, CRMs, helpdesks, and any product that needs conversatio
|
|
|
31
42
|
|----------|-----------|
|
|
32
43
|
| Message | Send Text, Send Media, Send Template (WhatsApp) |
|
|
33
44
|
| Channel | Get Many, Get, Generate OAuth URL, Exchange OAuth Code, Update Webhook, Delete |
|
|
45
|
+
| Media | Download (saves received file as binary data) |
|
|
34
46
|
| Contact | Get Profile (Instagram, Facebook — enriches sender with name, profile picture, follower count) |
|
|
35
47
|
| Template | Get Many, Get, Create, Update, Delete (WhatsApp only) |
|
|
36
48
|
| Redirect URI | Get Many, Add, Delete |
|