---
title: "Resend an email"
method: POST
path: "/v1/certificates/{certificateId}/email/{emailId}/resend"
tags: ["v1"]
---

# Resend an email

`POST /v1/certificates/{certificateId}/email/{emailId}/resend`

This method can be used to resend emails by providing the certificate id and the email id

## Path parameters

- `certificateId` string, required
- `emailId` string, required

## Response `204`

Email sent successfully

## Other responses

- `404` — Certificate not found
- `409` — Email Id not found
- `500` — Internal server error

---

[API](https://skmtc.net/godaddy/apis/untitled-api-2.md) · [All operations](https://skmtc.net/godaddy/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/godaddy/untitled-api-2/versions/100b3aa2d7ee/schema)
