Send replies to received emails with full threading support
Bearer YOUR_API_KEY
application/json
400 Bad Request - Missing Email ID
400 Bad Request - Missing Required Fields
400 Bad Request - Invalid Email Format
400 Bad Request - Missing Body Content
401 Unauthorized
404 Not Found
500 Internal Server Error
emailId
- Must be a valid email IDto
- Must be a valid email addresssubject
- Must be providedtextBody
or htmlBody
must be providedto
field is validated using a regex pattern to ensure it’s a valid email address format.
textBody
or htmlBody
(or both) must be provided. The reply cannot be sent without content.