---
title: "首页联系表单插入"
method: POST
path: "/index/contact/insert"
tags: ["联系表单"]
---

# 首页联系表单插入

`POST /index/contact/insert`

首页联系表单提交，无需验证码

## Request body

- object
  - `name` string
  - `email` string, email
  - `message` string

## Response `200`

提交成功

- CommonResult
  - `code` integer — 状态码
  - `message` string — 响应消息
  - `data` object, nullable — 响应数据

---

[API](https://skmtc.dev/gitlab/apis/gitlab-api.md) · [All operations](https://skmtc.dev/gitlab/apis/gitlab-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitlab/gitlab-api/revisions/39328db91b85/schema)
