Get in Touch

Have a question about the platform, need help with your integration, or want to discuss partnership opportunities and enterprise pricing? Drop us an email — we’ll do our best to get back to you within 3–4 hours.

contact@fiwano.com
Verified Meta Tech Provider

One Unified API
for WhatsApp, Instagram & Facebook Messenger

Add conversational messaging to your CRM, helpdesk, or AI assistant in minutes. Receive messages, route replies, and manage templates at scale—with absolutely zero Meta app setup or developer portal required.

7-day free trial • No credit card required • Cancel anytime

Everything You Need

One API for 3 Channels

Use the same request format for WhatsApp, Instagram DM, and Facebook Messenger. Add all three channels through one integration instead of building and maintaining separate channel-specific logic.

No Meta App Setup

Connect client accounts through our verified Meta app — no developer portal, no app creation, and no manual Meta setup on your side. The usual Meta onboarding complexity is handled for you.

Zero Ban Risk

Built on Meta's official WhatsApp Cloud API, Instagram Messaging API, and Facebook Messenger API — not browser automation or unofficial client simulations. Your business accounts stay compliant and production-safe.

Zero Upkeep

Meta API version tracking and WhatsApp template management are built in. Meta's Graph API keeps evolving — currently v25.0 — and we absorb upstream changes internally, so your API calls stay unchanged and your integration keeps working.

Guaranteed Delivery

Built-in retry queue automatically retries delivery when your endpoint is temporarily unavailable. Persistent failures trigger alerts, so messages are not silently lost.

Secure by Design

Messages are relayed in real time rather than stored permanently. Tokens and retry payloads are encrypted at rest, and all webhooks are signed for verification.

Verified n8n Node

Build AI Agent Workflows with n8n

Fiwano is a verified community node on n8n — the low-code workflow automation platform. Connect WhatsApp, Instagram and Facebook Messenger to AI models, CRMs, databases and 400+ services. Install directly from the n8n editor.

Verified by n8n — install directly from the n8n editor, no npm required
Trigger node — starts workflows on incoming messages and delivery statuses
Action node — send messages, manage channels, templates and OAuth
HMAC verification — built-in webhook signature checking
Ready-to-import workflows — demo workflow included with every operation
View on n8n.io

Verified by n8n

Official community node

Install from the n8n editor:

1 Open the nodes panel +
2 Search for Fiwano
3 Click Install

Example: AI Echo Bot workflow

Fiwano Trigger AI Agent Fiwano Send

How It Works

1

Sign Up & Connect

Create an account and connect your Meta-verified business account using simple Facebook auth. No need to create developer accounts, build your own app, or deal with complex Meta verifications—start embedding messaging into your product instantly.

2

Configure Webhooks

Set your webhook URL to receive incoming messages and delivery updates. Our verified Tech Provider app handles Meta API complexity, delivering clean, unified JSON payloads.

3

Receive & Send Messages

Receive incoming messages through real-time webhooks and send replies with one clean REST API — the same request format across WhatsApp, Instagram and Messenger. Full functionality, enterprise-grade security, and clear, developer-first docs. Integration takes minutes, not weeks.

For B2B SaaS Builders

Let Your Customers Connect Their Own Channels

Building a CRM, helpdesk, or any B2B product? Our OAuth setup API lets your customers connect their own WhatsApp, Instagram and Facebook Messenger accounts directly inside your product—using the standard Facebook login they already know. Your end-users stay in full control of their own business accounts; your code never touches their credentials. You get a clean webhook stream without building any Meta integration from scratch.

Simple, Transparent Pricing

Two license tiers — Starter or Pro — both covering WhatsApp, Instagram and Facebook Messenger. Scale up anytime.

Starter Plan

$12 /mo

1 WhatsApp + 1 Instagram + 1 Facebook Messenger

  • Unlimited inbound & outbound text messages
  • Webhook delivery with retry
  • REST API access
Start Free Trial

Pro Plan

$19 /mo

1 WhatsApp + 1 Instagram + 1 Facebook Messenger

  • Everything in Starter
  • Inbound media with temporary file links
  • Outbound media via HTTPS URL (signed URLs supported)
  • WhatsApp templates to start conversations
Start Free Trial

Every account starts with a 7-day free trial — the full Pro license.

Scale up or down anytime • Cancel with one click
Enterprise & volume pricing available on request

Docs & AI Cookbook

Integrate in an Afternoon

The docs walk you the whole way, from creating your API key to your first reply.

Quickstart — four clear steps to integrate
Interactive OpenAPI — try every endpoint right in the browser
Guides — the 24-hour window, messaging costs, ways to connect
AI-ready context — one Markdown file with everything your agent needs

Build with your AI agent

Cursor · Claude Code · any agent

Point your agent at the cookbook:

1 Clone or copy the cookbook into your project
2 Tell it: “use PLAYBOOK.md to integrate Fiwano”
3 Ship your integration
git clone github.com/fiwano-com/fiwano-cookbook

What the agent reads:

PLAYBOOK.md reference/openapi.yaml reference/*.md

Frequently Asked Questions

Do I need a Meta developer account?

No. Fiwano is a verified Meta Tech Provider with its own approved Meta app — every channel (WhatsApp, Instagram and Facebook Messenger) is connected through the Fiwano app using simple Facebook authentication. You never create a Meta developer account, build your own app, submit it for Meta App Review, or go through Meta Business verification yourself. Click connect, approve the permissions, and the channel is live.

I'm building my own product — do my customers need a Fiwano account?

No — your customers don't need a Fiwano account. Using our API, your app requests a one-time connection link that carries a short-lived authorization token. Your customer opens it to a Fiwano-hosted setup page that guides them through connecting their own WhatsApp, Instagram or Facebook account with Meta's standard authorization, then redirects them straight back to your product. Fiwano returns a channel_id you store for that customer — from then on you send and receive their messages through your single API key.

Can I use Fiwano with AI agents and chatbots?

Yes — it's a primary use case. Receive incoming messages via real-time webhooks, process them with your AI model or agent, and send replies through our API. Fiwano's verified n8n community nodes make no-code AI agent workflows trivial to build — install directly from the n8n editor.

Are there any costs beyond the Fiwano subscription?

Your Fiwano plan is a flat monthly fee. Receiving messages and replying to them is not billed separately by Meta: Instagram and Messenger have no per-message fee at all, and on WhatsApp your replies within the 24-hour customer service window are free and unlimited. So if you only receive and answer incoming messages — and don't send WhatsApp template broadcasts — there's nothing extra to pay Meta and no Meta balance to keep topped up. Meta charges a per-message fee only for business-initiated WhatsApp templates (marketing and authentication), and those are billed by Meta directly to your own WhatsApp Business account — never through Fiwano. See Meta's pricing for current per-message rates by country.

What happens if my webhook endpoint is temporarily down?

Fiwano has a built-in retry queue. Failed webhook deliveries are automatically retried with exponential backoff. Payloads are encrypted at rest during retries. If delivery still fails after all attempts, you receive an email notification so no message goes silently lost.

How do you handle message security?

Messages are relayed from Meta to your endpoint in real-time — we don't permanently store message content. During delivery retries, payloads are encrypted at rest with AES (Fernet). Successfully delivered messages are immediately purged. Webhooks are HMAC-SHA256 signed for you to verify authenticity. Meta access tokens are encrypted at rest.

Which channels are supported?

WhatsApp (via Cloud API), Instagram DM (via Instagram Messaging API), and Facebook Messenger. All three use the same unified API format — send to any channel with identical request structure.

Do you have n8n integration?

Yes. Fiwano is a verified community node on n8n — install directly from the n8n editor without npm. Includes a trigger node (starts workflows on incoming messages and delivery statuses) and an action node (send messages, manage channels and templates), with built-in HMAC webhook signature verification.

What are my options for adding WhatsApp, Instagram and Messenger to my app?

A few, each with trade-offs: unofficial open-source libraries (fastest to start, but Meta eventually bans the account), building on Meta's three official APIs yourself (reliable, but three separate contracts and heavy setup), a full inbox platform (a monthly subscription built for human support teams), or a single developer API like Fiwano. Our guide Ways to Connect WhatsApp, Instagram & Facebook compares all of them and the catch with each.

Is the WhatsApp API expensive?

It mostly depends on whether you reply or reach out first. Replying to people who message you is free on all three channels; you only pay Meta for business-initiated WhatsApp templates (and now Messenger marketing messages), billed by Meta directly and set by the recipient's country — Fiwano never adds a per-message markup. Our guide Messaging Costs Explained breaks down what's free, what's paid, and example rates by market.

Can I message a customer after the 24-hour window closes?

Sometimes, and it depends on the channel. On WhatsApp you send an approved template; Instagram and Messenger have narrow free options (a 7-day window when a human is replying, and a single opt-in notification), and Messenger now has a paid marketing channel too. Our guide The 24-Hour Messaging Window walks through every documented way past the window, channel by channel.

Ready to Get Started?

Connect WhatsApp, Instagram and Facebook Messenger to your product in minutes. No Meta developer setup required.