POST /contact
Sends a contact form email using the provided name, email, and message information.This is a public endpoint and does not require authentication.
Request Body
The sender’s name
The sender’s email address
The message content from the contact form
Response
Indicates whether the email was sent successfully
A message describing the result of the operation
Example Request
cURL
Example Response
SuccessError Responses
500 Internal Server Error
The email is sent using Resend service and will be delivered to the configured recipient address.