Auto-Reply Email
/autoreply
When a visitor has submitted a form on your website, you may like to send an automated email to them and forward the email to the relevant parties to follow up.
Request Schema:
email: string;
name: string;
sender: string;
contactEmail?: string;
message: string;
Request Example:
email: "visitor@example.com",
name: "Visitor Name",
sender: "Email.Service.Studio",
contactEmail: "customerService@example.com",
message: "I have a issue about the online payment ...",
Success Response:
// Nothing will be returned
Fail Response:
Failed to send email to visitor@example.com: ...