Three messengers, one API
Signal, SimpleX, and Session — normalized into a single REST contract. Group messages included, with automatic groupId routing.
Relay Signal, SimpleX, and Session messages to n8n, AI agents, or any webhook. No message content stored after delivery.

Messages are relayed, not stored. Nothing persists after delivery.
Three steps
Connect a messenger, choose your delivery method, and start automating. No burner phones, no device pairing, no data retention.
Add PrivacyFlow as a contact on Signal, SimpleX, or Session. Send a DM command to get your API key. No email or signup forms.
More detailUse /signin in a DM to PrivacyFlow to get started.Poll our REST API for incoming messages, receive them via webhook, or connect n8n, MCP, or Agent Zero directly.
More detailFour integration paths: REST API, n8n nodes, MCP server, Agent Zero plugin.Messages flow into your workflows. Send replies back through the same API. Batch up to 50 messages per call.
More detailBi-directional: receive messages and send replies through one endpoint.The problem
Signal, SimpleX, and Session are excellent for private communication — but they have no webhooks, no API, no way to trigger your workflows. You shouldn't have to choose between privacy and automation.
What you get
Four things that make PrivacyFlow different from a generic webhook service.
Signal, SimpleX, and Session — normalized into a single REST contract. Group messages included, with automatic groupId routing.
n8n trigger and send nodes. MCP server for any compatible AI agent. Agent Zero plugin for bi-directional chat. REST API for everything else.
Poll our API when you're behind a firewall. Use webhook delivery when you want push notifications — with automatic retries and circuit breaker.
No message content persists after delivery. Separate read/write Redis credentials. Crypto payments (Monero (XMR), native coins (ETH, Base, Polygon, BSC, TRON), and stablecoins (USDC, USDT)).
Use cases
Real workflows powered by encrypted messages — no custom bridge code required.
Trigger n8n workflows when encrypted messages arrive. Send replies back through the same node. Batch up to 50 messages per call.
Connect MCP or Agent Zero for bi-directional AI conversations through encrypted messengers. Your agent responds to Signal, SimpleX, or Session messages.
Receive messages at your endpoint with automatic retries, circuit breaker, and dead letter queue for undeliverable payloads. The system handles retries and cleanup automatically — no manual intervention required.
Integrations
Whether you use n8n, AI agents, or plain webhooks — PrivacyFlow has a native integration path. No custom bridge code required.
# REST API — poll for messages
GET /api/v1/messages/poll?limit=10
Authorization: Bearer pf_live_xxxxxx
# REST API — send messages
POST /api/v1/messages/send
Authorization: Bearer pf_live_xxxxxx
Content-Type: application/json
{
"messages": [
{
"appId": "app_123",
"contactId": "+1-555-0100",
"messenger": "signal",
"message": "Reply received!"
}
]
}
# n8n: Install PrivacyFlow Trigger + Send nodes
# MCP: Add PrivacyFlow MCP server to any compatible agent
# A0: Enable PrivacyFlow channel plugin in Agent ZeroMessage arrives
A contact sends a message on Signal, SimpleX, or Session.
PrivacyFlow relays
Our chat handler normalizes the payload and routes it to your poll queue or webhook.
Your stack receives
You poll the API, n8n triggers, your AI agent responds, or your webhook processes the message.
If clipboard access is blocked, highlight the snippet and copy it manually — we never capture what you copy.
Pricing
Simple, transparent pricing. Crypto payments accepted — Monero (XMR), native coins (ETH, Base, Polygon, BSC, TRON), and stablecoins (USDC, USDT). No billing address required.
Everything you need to try PrivacyFlow.
Pay in XMR, BTC Lightning, or approved stablecoins. We never collect billing addresses.
Full relay for teams and power users.
Pay in XMR, BTC Lightning, or approved stablecoins. We never collect billing addresses.
FAQ
Everything you need to know before connecting your first messenger.
Signal, SimpleX, and Session. All three are fully supported with bi-directional messaging — receive and reply through the same API. Group messages are supported with automatic groupId routing.
Need a deeper dive? Contact privacy team.
Get started
Pick a messenger, add PrivacyFlow as a contact, send /signin, and get your API key. No forms, no email capture — just encrypted coordination.
Need help getting started?
Check our FAQ