Create email
Create a captured email record directly through the API.
Create a captured email record directly through the API.
POST
/v1/emailsAuth requiredCreate a captured email
Stores a new email body and metadata for the authenticated account.
Request body
CreateEmailRequestapplication/jsonrequiredResponses
201
EmailResponseEmail stored successfully.
400
ValidationErrorResponseThe request body did not pass validation.
401
ErrorResponseThe API key is missing or invalid.