Three API calls. One template ID that has to carry through all of them. Resend's API for sending a templated email is three steps: Create a template Publish the template Send an email using that template Each step depends on the one before it.
The template ID from step 1 has to be passed into step 2. The published status from step 2 has to be confirmed before step 3 will actually send. And if yo