Wire your website contact form to ReplyAI. After setup, every submission triggers an AI reply to the visitor and an instant alert to your inbox.
POST JSON to:
/inbound-email
{
"from_email": "[email protected]",
"subject": "Website inquiry",
"body": "Name: Jane\nEmail: [email protected]\n\nHi, I need a quote for..."
}
Map your form fields to from_email, subject, and body (same as the homepage demo).
HTTP 201 with JSON including id, analysis, and auto_reply (when the message is a real inquiry and mail is configured).
from_email..env.example → .env and set OPENAI_API_KEY, RESEND_API_KEY, RESEND_FROM, OWNER_NOTIFY_EMAIL.GET /health → {"ok":true}Use the live demo on the homepage or send a POST with curl:
Questions? Reply to your onboarding email or use the contact form on the homepage.