SenderKit

SenderKit vous permet de créer et d'exécuter des messages transactionnels et marketing — e-mail, SMS, push et web-push — directement depuis ChatGPT et Codex. Rédigez et gérez des modèles de messages, envoyez des e-mails de bienvenue, des codes OTP et des reçus, suivez l'état de livraison de chaque message, annulez les envois planifiés, et gérez les adresses e-mail entrantes et les domaines. Dans Codex, des compétences intégrées connectent également SenderKit à votre codebase : ajoutez un flux de notification, intégrez le SDK, ou diagnostiquez la délivrabilité des e-mails et l'authentification DNS.

Documentation

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.