Welcome to Juno's Email Service! This guide will walk you through the steps required to integrate Juno’s email microservice into your project. By following this documentation, your team will be able to set up, configure, and send emails directly through Juno’s API.
The Juno Documentation serves as a way to make HTTP requests to Juno without the need for an SDK or CLI. When a new release of Juno is deployed, all documentation will be automatically regenerated to ensure it stays up to date.
First, you need to connect your SendGrid API key to Juno. This allows Juno to make email API requests through your SendGrid account.
POST request to /email/setup using Juno Documentation.To prevent your emails from being marked as spam, you need to register your domain.
POST request to /email/register-domain using Juno Documentation.Next, you need to register the sender email address that will appear in the "From" field of your emails.
POST request to /juno/email/sender/register using Juno Documentation.Juno’s email service requires minimal setup to start sending emails. Emails are automatically scoped to your project and environment based on the API key used.
Required Parameters: