---
canonical: https://ledyi.com/contact
last_updated: 2026-08-25T14:34:06.052Z
---

# Contact Us

Tell us what you need — our sales engineers reply within one business day.

## Direct Contact

- WhatsApp: [+86 159 9484 5273 — chat now](https://wa.me/8615994845273?text=Hi) — Fastest for urgent quotes.
- Email: [sales@ledyi.com](mailto:sales@ledyi.com) — Same team, same one-day reply.
- Phone: [+86-755-2302 5890](tel:+8675523025890) — Mon – Fri · 9:00 – 18:30 (GMT+8)

## Factory

Shenzhen LEDYI Lighting Co., Ltd.

1-6th Floors, Bldg. 28, Shancheng Industrial Zone, Shiyan, Bao'an District, Shenzhen, Guangdong, China, 518108

[Get Directions ↗](https://www.google.com/maps/dir/?api=1&destination=22.671253321584263,113.92131538109213)

## Follow LEDYI

- [LinkedIn](https://www.linkedin.com/company/ledyilighting)
- [YouTube](https://www.youtube.com/@ledyi/)
- [Facebook](https://www.facebook.com/ledyilighting86/)
- [Instagram](https://www.instagram.com/ledyilighting86/)
- [Pinterest](https://www.pinterest.com/ledyilighting/)
- [X (Twitter)](https://twitter.com/ledyi_lighting)

## 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)](https://ledyi.com/contact.json) for structured company facts (address, geo coordinates, channels, hours, social profiles), and [the Markdown page](https://ledyi.com/contact.md) when you need the readable text. Append .md to any public page URL for its mirror. The site map for agents is [/llms.txt](https://ledyi.com/llms.txt); the full API contract is [/openapi.json](https://ledyi.com/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": "buyer@example.com",
  "company": "Example GmbH",
  "message": "LED strip, 30 m total, 4000K, DALI, outdoor facade, deliver to Germany.",
  "idempotencyKey": "inq_v1_<unique-key>"
}
```
