AI-powered email marketing for growing teams. Bring your own SMTP, integrate any CRM via REST API, and send campaigns that land in the inbox — not spam.
One platform for email creation, automation, analytics, and CRM integration — no bloated 10-tool stack required.
Describe what you want to communicate. Bithost AI writes a conversion-optimized email — subject line, personalized body, CTA, and spam-safe footer. Every time.
Every organization gets a unique API key. Push contacts from your website, trigger campaigns from your CRM, and receive real-time webhook events.
/api/v1/contacts/subscribe
/api/v1/contacts
/api/v1/contacts
/api/v1/campaigns
/api/v1/campaigns/{id}/stats
/api/v1/account
// Add subscriber from your website form const response = await fetch( 'https://yourapp.com/api/v1/contacts/subscribe', { method: 'POST', headers: { 'Authorization': 'Bearer mf_your_api_key', 'Content-Type': 'application/json', }, body: JSON.stringify({ email: 'user@company.com', first_name: 'Jane', company: 'Acme Corp', list_id: 1, source: 'website-footer', }), } ); const data = await response.json(); // → { success: true, // data: { subscribed: true, // email: "user@company.com" }} // Webhook you'll receive instantly: // POST https://yourcrm.com/hooks/mailforge // { event: "contact.subscribed", // data: { id: 123, email: "user@company.com", // status: "active" }}
Every inbound handler gets a unique email address. When someone emails it — a lead filling a contact form, a customer reply, a support request — MailForge instantly parses it and fires a signed webhook to your CRM, automation platform, or custom app. No polling, no missed messages.
// POST to your endpoint — signed + verified { "event": "email.received", "timestamp": "2025-04-15T09:22:14Z", "inbound_address":"abc123@inbound.marketing.bithost.in", "from_email": "lead@acmecorp.com", "from_name": "Priya Sharma", "subject": "Interested in your Pro plan", "body_text": "Hi, I'd like to learn more...", "attachments": 0, "contact": { "id": 1842, "email": "lead@acmecorp.com", "created": true, "tags": "inbound,hot-lead", "list_added": "Newsletter Subscribers" } } // Headers sent with every request: // X-Mailforge-Signature: hmac-sha256-of-body // X-Mailforge-Event: email.received
We charge only for platform access and AI generation. Connect your own mail server — you control deliverability.
Explore the full platform with a pre-loaded demo account. Real campaigns, real analytics, real templates — all ready.
Credentials are auto-filled when you click Launch Demo.
Editor: editor@demo.com / Editor@1234 (read-only access)
Start your 14-day free trial. No credit card, no setup fees. Bring your own SMTP and go live today.