namecheap.ssl.resendfulfillmentemail
Resends the fulfilment email containing the certificate.
Request Parameters
Global parameters are not shown here for clarity, but should be present in all requests
| Name | Type | MaxLength | Required? | Default | Description |
| CertificateID | String | 10 | Yes | | The unique certID that you get after calling ssl.create command |
Example Request
https://api.namecheap.com/xml.response?ApiUser=apiexample&ApiKey=56b4c87ef4fd49cb96d915c0db68194&
UserName=apiexample&Command=namecheap.ssl.resendfulfillmentemail&ClientIp=192.168.1.109&
CertificateID=500532
Example Response
<ApiResponse Status="OK">
<Errors/>
<RequestedCommand>namecheap.ssl.resendFulfillmentEmail</RequestedCommand>
<CommandResponse Type="namecheap.ssl.resendFulfillmentEmail">
<SSLResendFulfillmentEmailResult ID="501513" IsSuccess="true"/>
</CommandResponse>
<Server>SERVER-NAME</Server>
<GMTTimeDifference>+5:30</GMTTimeDifference>
<ExecutionTime>3.131</ExecutionTime>
</ApiResponse>
Error Codes
Specifies the error codes that might be returned from this method
| Number | Description |
| 2011294 | CertificateID is invalid |
| 2011331 | Status is invalid |
| 3022334 | Failed to resend fulfillment email |
| 5050900 | Unhandled exceptions |