How to add the Resend integration to your Create.xyz project
Learn how to add the Resend integration to your Create.xyz project.
Create is a platform for building web sites, tools, apps, and protects via chat. With their Resend integration, you can send emails from your Create project. If you prefer to watch a video, check out our video walkthrough below.
1. Call the Resend integration in Create.
Type /Resend
in the chat and select the integration, and ask Create to add email functionality to your project.
2. Add your Resend API key.
Create usually prompts you for a Resend API key, which you can add in the Resend Dashboard. If Create doesn’t prompt you for a Resend API key, click the More options button and select Secrets.
Click the Add new secret button.
- Name:
RESEND_API_KEY
- Value: Your Resend API key (e.g.,
re_1234567890
)
Learn more about Secrets in Create.
3. Add a custom domain to your Resend account
By default, you can only send emails to your own email address.
To send emails to other email addresses:
- Add a custom domain to your Resend account.
- Add the custom domain to the
from
field in theresend
function in Create.
Learn more about Functions in Create.