SparkPost, दुनिया के लगभग 40% commercial email के पीछे की engine, अब Bird Email है। वही deliverability, वही टीम जिसने इसे बनाया, अब एक ऐसे API पर जो आपके SMS, WhatsApp और voice को भी ले जाता है। अगर आपने SparkPost पर भेजा है, तो आप पहले से ही Bird नेटवर्क पर हैं।
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.
SparkPost का क्या हुआ?
SparkPost अब Bird Email है, जो Bird Email API का email हिस्सा है। यह वही deliverability engine है जिसे SparkPost ने बनाया था, अब एक ऐसे प्लेटफ़ॉर्म का हिस्सा जो transactional और marketing email को SMS, WhatsApp और voice के साथ भेजता है। Inbox placement में कोई बदलाव नहीं हुआ। जो बदला वह यह कि इसके आसपास की हर चीज़ एक API, keys के एक सेट और एक dashboard पर आ गई।
अब आपको क्या मिलता है जब
SparkPost ही Bird Email है।
जिस deliverability पर आपने भरोसा किया,
एक आधुनिक multichannel API पर।
- 01
वही deliverability engine, अपरिवर्तित।
DKIM, SPF और DMARC signing, स्वचालित IP warmup, suppression और blocklist monitoring। वही reputation stack जिसके लिए SparkPost जाना जाता था, अब Bird deliverability का हिस्सा।
- 02
हर channel के लिए एक ही API।
email, SMS, WhatsApp और voice के लिए वही send call, auth model, error envelope और webhook आकार। एक verification code email के रूप में शुरू हो सकता है और बिना दूसरे vendor के SMS पर fall back हो सकता है।
- 03
आधुनिक SDKs और React templates।
हर प्रमुख runtime में SDKs। raw HTML पास करें, या एक React Email template render करें और हम send के समय MIME बना देते हैं।
- 04
प्रबंधित dedicated IPs।
Dedicated IPs प्रति account provisioned और लगभग 30 दिनों में स्वचालित रूप से warmed, आपके नियंत्रण वाले pools में।
- 05
Deliverability analytics, विस्तार से विभाजित।
प्रति domain, ISP और IP पर delivery, bounces, complaints, opens और clicks, dashboard में और stats API के ज़रिए।
- 06
हर event के लिए signed webhooks।
HMAC-signed, replay-protected और idempotent। हर channel पर वही signed envelope, ताकि एक ही handler उन सभी को parse कर सके।
आज का send।
यह रहा मौजूदा Bird Email API पर एक send।
Node, Python और Go में SDKs, एक curl उदाहरण और CLI। पहला send एक sandbox address (delivered@messagebird.dev) पर जा सकता है, ताकि आप domain verify करने से पहले live API के विरुद्ध build कर सकें।
import { BirdClient } from "@messagebird/sdk";
const bird = new BirdClient({ apiKey: process.env.BIRD_API_KEY! });
const { data, error } = await bird.email.send({
from: "you@yourdomain.com",
to: ["delivered@bird.dev"],
subject: "Hello from Node",
html: "<p>It works.</p>",
}).safe();यह किसके लिए है
Bird Email उन टीमों के लिए बनाया गया है जो channels के आर-पार भेजती हैं। अगर आप केवल email भेजते हैं और SMS, WhatsApp या voice को कभी नहीं छूएँगे, तो multichannel प्लेटफ़ॉर्म आपकी ज़रूरत से ज़्यादा है। email API अब भी अपने दम पर टिका है, और pricing usage-based है, इसलिए आप केवल उसी के लिए भुगतान करते हैं जो आप भेजते हैं।
SparkPost और Bird Email FAQ
SparkPost का क्या हुआ?+
क्या SparkPost अब भी उपलब्ध है?+
क्या मुझे SparkPost से माइग्रेट करना होगा?+
क्या API वही है?+
Bird Email की कीमत कितनी है?+
Bird ने SparkPost का अधिग्रहण क्यों किया?+
Email प्लेटफ़ॉर्म को एक्सप्लोर करें
SparkPost engine, अब एक API। हर क्षमता गहराई से।
उन developers के लिए email API जो बाकी संदेश भी ship करते हैं।
SparkPost engine अब Bird Email है, एक API पर SMS, WhatsApp और voice के साथ। प्रति माह 1,000 emails के साथ मुफ़्त शुरू करें, कोई card नहीं।