You can now send email delivery notifications to mint recipients when using the Mint API. You can customize the email’s formatting, as well as the locale for the email content. This functionality can be configured via the Crossmint Console, as well, as programmatically via API.

To send an email via the Crossmint Console, go to an NFT that has not been minted yet, click on the “more options” affordance, and select the “Mint & send NFT” option. Make sure the “Notify recipient via email” option is selected, enter an email address you want to send this NFT to and hit “Mint”.

To customize the email’s presentation, click on Settings and navigate to the Branding tab. From the dropdown, pick the new option “Deliver NFT via email.” Here you will be able to change the logo shown in the email, as well as the main button’s color. You can preview these changes as you make them and save your changes for later use.

Programmatically, you can set two new parameters “deliveryNotification” (boolean) and “locale” (string, i.e. “en-US”) as part of the request body for the following API routes:

The “deliveryNotification” parameter is, by default, set to true for projects created after the feature’s release date (September 16, 2024). For legacy projects, we don’t apply this default until March 14, 2025, unless explicitly specified by the developer. The locale is set to en-US, by default.