Audiences बनाएं, campaigns भेजें और schedule करें, और देखें कि उन्होंने कैसा प्रदर्शन किया — उसी authenticated, reputation-managed infrastructure पर जो आपकी transactional mail चलाती है। Marketing के लिए कोई दूसरा vendor नहीं।
import { BirdClient } from "@messagebird/sdk";
import { render } from "@react-email/render";
import { WelcomeEmail } from "./emails/welcome";
const bird = new BirdClient({ apiKey: process.env.BIRD_API_KEY! });
const { data, error } = await bird.email.send({
from: "Bird <hello@bird.com>",
to: ["ada@example.com"],
subject: "Your invite is ready",
html: await render(<WelcomeEmail name="Ada" />),
}).safe();
if (error) throw error;
console.log(data.id);
// → "em_2bX91Yk8h..."
You can sign in any time at bird.com/login.
Your test API key is on your dashboard, ready to send.
Marketing email, Email API का ही एक हिस्सा है।
वही Bird Email API जो आपके password resets और receipts भेजती है, आपके campaigns भी चलाती है। Marketing और transactional mail एक ही keys, एक ही analytics surface, और एक ही deliverability stack से गुजरती हैं, इसलिए wire up और reconcile करने के लिए कोई दूसरा system नहीं होता।
Bird पर email marketing के साथ आपको क्या मिलता है।
Campaigns, audiences, deliverability, और reporting — सब एक ही API पर।
- 01
Campaigns, कोई अलग tool नहीं।
एक campaign draft करें, उसे किसी audience पर point करें, अभी भेजें या schedule करें, और बीच में ही cancel करें। Broadcasts उसी API और deliverability पर चलते हैं जो आपकी transactional mail चलाती है।
- 02
साफ, deduplicated audiences।
प्रति email एक contact, उन audiences में grouped जिन्हें आप target करते हैं। एक typed property registry आपके data को drift होने से बचाती है, और 1,000-row batch upsert किसी list को तेज़ी से अंदर ले आता है।
- 03
Deliverability जो आपकी reach की रक्षा करती है।
Authenticated sending, automatic IP warmup, suppression, और blocklist monitoring campaigns को inbox में पहुंचाते रहते हैं। Deliverability built-in है, कोई add-on नहीं।
- 04
Engagement जिस पर आप भरोसा कर सकते हैं।
analytics में प्रति campaign और tag के opens, clicks, bounces, और complaints, prefetched Apple और Gmail opens filter किए हुए, ताकि आपकी open rate का अब भी कोई मतलब हो।
- 05
Consent आपके लिए संभाला गया।
Unsubscribes और complaints अपने आप suppress होते हैं और reversibly, और one-click List-Unsubscribe built-in है, इसलिए आप कभी उस व्यक्ति को दोबारा mail नहीं करते जिसने opt out किया।
- 06
अपने खुद के templates लाएं।
Raw HTML pass करें, या अपने app में React Email templates को HTML में render करें और परिणाम भेजें। आपकी campaign और transactional mail एक ही send path share करती हैं।
एक platform। streams को कैसे अलग करना है, यह आप तय करते हैं।
Marketing और transactional email एक ही API, एक ही keys, और एक ही dashboard से गुजरती हैं, इसलिए integrate या reconcile करने के लिए कोई दूसरा vendor नहीं होता। उनकी reputations को कैसे अलग करना है, यह आपका फैसला है: एक shared pool से भेजें, या marketing को उसके अपने dedicated IPs और sending subdomain पर isolate करें ताकि किसी campaign की गिरावट आपके password resets को कभी न छुए। और suppressions category-aware हैं, इसलिए एक marketing unsubscribe campaigns को रोकता है बिना किसी transactional message को block किए।

अगर मेरी team कोई critical, time-sensitive campaign चला रही है और उसे कम समय में लाखों emails भेजने हैं, तो मुझे पता है कि Bird इसे संभाल सकता है
Kushal Manupati
Director of Growth Marketing, Binance
2.5x
Marketing email growth
99.01%
Inbox placement
150M+
Weekly emails
Email marketing FAQ
क्या यह एक अलग marketing platform है, या वही email API?+
क्या मैं campaigns और transactional email एक ही जगह से चला सकता हूं?+
आप marketing email को spam folder से बाहर कैसे रखते हैं?+
क्या आप unsubscribes और consent संभालते हैं?+
क्या मैं किसी दूसरे email provider से migrate कर सकता हूं?+
मैं क्या measure कर सकता हूं?+
बाकी का Email platform
एक API, एक set of keys। बाकी capabilities explore करें।
आपके campaigns उसी platform पर होने चाहिए जिस पर आपकी बाकी email है।
Campaigns, audiences, deliverability, और analytics एक ही Email API के रूप में ship होते हैं। महीने में 1,000 emails के साथ मुफ्त शुरू करें, कोई card नहीं।