SenderKit
SenderKit 讓您能直接從 ChatGPT 和 Codex 建置並執行交易型與行銷訊息——包括電子郵件、簡訊、推播及網頁推播。您可以草擬和管理訊息範本、寄送歡迎電子郵件、OTP 驗證碼和收據、監控每則訊息的送達狀態、取消已排定的寄送,並管理收件電子郵件地址和網域。在 Codex 中,內建的技能還能將 SenderKit 整合到您的程式碼庫:新增通知流程、整合 SDK,或診斷電子郵件送達率與 DNS 驗證問題。
文件
SenderKit
Transactional notifications that live in a dashboard, not your codebase.
Your transactional templates — welcome emails, password resets, billing notices — usually live in your repo as React Email components, MJML, or string literals scattered across route handlers. Every copy tweak becomes a pull request, a redeploy, and a developer in the loop. SenderKit moves the template out of the codebase and into a dashboard with versioning and environments. You integrate the send call once; after that, changing the wording never touches your code.
Who it's for
Solo founders and teams of five or fewer shipping modern web apps — Next.js, Clerk or Auth.js, Stripe, Supabase or Neon. Teams that ship in days, not months, and don't want a notification system to babysit. If your designer, support lead, or non-technical co-founder should be able to fix a typo in the welcome email without opening an editor, SenderKit is for you.
Go from zero to your first send in under five minutes. Create an API key and authenticate requests with a Bearer token. Install@senderkit/sdk and call send().
The raw REST contract behind every SDK and the CLI.