Skip to main content
Use the submit API when your website already has a contact form.

Endpoint

POST https://www.replied.dk/api/v1/submit/YOUR_API_KEY
Content-Type: application/json

Example body

{
  "name": "Sam Lee",
  "email": "sam@example.com",
  "phone": "+45 12 34 56 78",
  "subject": "Pricing",
  "message": "Please send plan details."
}

Launch checklist

  • Create a dedicated API key per website.
  • Add allowed domains if origin checks are enabled.
  • Submit a test message from production.
  • Confirm category and payload fields.