表单提交
联系表单提交
提交联系表单,支持防重复提交、邮件通知和CRM集成
post/api/contact_form
Request body
Example request
{
"name": "张三",
"company": "极狐信息技术有限公司",
"phone": "13800138000",
"email": "zhangsan@example.com",
"zixun": "希望了解GitLab企业版的功能和价格",
"remark": "希望尽快联系",
"formId": "contact_form_001",
"utm_source": "google",
"utm_medium": "cpc",
"utm_keyword": "gitlab",
"utm_content": "banner_ad"
}Response
提交成功
Example response
{
"code": 200,
"message": "Submitted successfully"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.