---
title: "联系表单提交"
method: POST
path: "/api/contact_form"
tags: ["表单提交"]
---

# 联系表单提交

`POST /api/contact_form`

提交联系表单，支持防重复提交、邮件通知和CRM集成

## Request body

- ContactFormRequest
  - `name` string, required — 姓名
  - `company` string, required — 公司名称
  - `phone` string, required — 电话号码
  - `email` string, email, required — 邮箱地址
  - `zixun` string, required — 咨询内容
  - `remark` string — 备注信息
  - `formId` string — 表单ID
  - `utm_source` string — 营销来源
  - `utm_medium` string — 营销媒介
  - `utm_keyword` string — 营销关键词
  - `utm_content` string — 营销内容

## Response `200`

提交成功

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

## Other responses

- `400` — 请求参数错误或频繁提交

---

[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)
