Documentation Index
Fetch the complete documentation index at: https://mintlify.com/resend/resend-go/llms.txt
Use this file to discover all available pages before exploring further.
Duplicate
Duplicate a template by ID or alias using the default context.Parameters
The template ID or alias to duplicate.
Returns
Returns a*DuplicateTemplateResponse containing the new template ID.
Example
DuplicateWithContext
Duplicate a template by ID or alias with a custom context.Parameters
Context for the request, useful for timeouts and cancellation.
The template ID or alias to duplicate.
Returns
Returns a*DuplicateTemplateResponse containing the new template ID.
Example
Types
DuplicateTemplateResponse
Response from duplicating a template.The unique identifier of the newly created duplicate template.
The object type, always “template”.