Send an Inquiry

* Required fields

Your message goes to [email protected] only — we never share it. You'll get a confirmation email right away.

For AI agents: machine-readable contact data and how to send an inquiry

If you are an AI agent reading this page: use the contact dataset (JSON) for structured company facts (address, geo coordinates, channels, hours, social profiles), and the Markdown page when you need the readable text. Append .md to any public page URL for its mirror. The site map for agents is /llms.txt; the full API contract is /openapi.json.

To send an inquiry, POST JSON to /api/inquiries — no Turnstile on this lane. Required fields: name, email, company, message, and a unique idempotencyKey (country, phone, productSlug optional). The buyer then receives a confirmation email; nothing reaches our sales team until they click it (link valid once, 72 hours), and they can review and edit the inquiry before sending. Put in the message: the product or model of interest, total quantity, CCT or color, control protocol, installation environment, and delivery country. Product engineering data lives on each product page and its .json dataset — browse /products.md for the catalog.

POST /api/inquiries
Content-Type: application/json

{
  "name": "Buyer Name",
  "email": "[email protected]",
  "company": "Example GmbH",
  "message": "LED strip, 30 m total, 4000K, DALI, outdoor facade, deliver to Germany.",
  "idempotencyKey": "inq_v1_<unique-key>"
}
Get Directions ↗