返回所有模板
场景属性与预设集成
适用场景课程、服务、顾问、美容、线下门店预约
分栏海报Split 双栏 (cozy-calendar)
推送集成预设feishu_bot
内联高保真插画与交互预览
MAY 2025
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
填写表单
1 / 5
预约咨询表
适合预约服务、咨询排期和门店运营通知。
怎么称呼你?*
💡 上方为实时可填写的表单沙盒预览,点击按钮可模拟多步跳转
模板包含字段
| 字段标签 | 内部标识 (Key) | 输入类型 | 必填 |
|---|---|---|---|
| 怎么称呼你? | customer_name | text | ✓ 是 |
| 你想预约哪项服务? | service_type | select | ✓ 是 |
| 希望预约的日期和时间? | preferred_time | text | ✓ 是 |
| 你的联系方式是? | contact | text | ✓ 是 |
| 是否有特殊说明? | special_notes | textarea | -- |
30秒部署指南
1. 一键点击上方「立即使用此模板」按钮。
2. 在 AI 协同舱中输入指令,可微调问题文案或增减字段。
3. 保存场景,在控制台中配置 Webhook 或分享链接即可上线。
相关场景指南
从模板继续查看更完整的场景说明、字段建议和发布流程。
智能数据流特性
高转化双栏插画
该模板默认采用 Split 双栏版式与动态高保真插画,为填写用户提供专注且高级的视觉体验。
无图像提取
配合平台自带的图像识别引擎,可自动将用户上传的图片文件(发票、账单等)提取为结构化字段。
内置 feishu_bot 推送集成
表单提交后,数据可配置重试策略并自动推送到指定的 Webhook,支持飞书、钉钉、企业微信机器人格式。
表单配置 JSON Schema
{
"layout": "single",
"aspects": {
"welcomeImage": "cozy-calendar",
"themeVariant": "default",
"preferredDevice": "desktop"
},
"fields": [
{
"key": "customer_name",
"label": "怎么称呼你?",
"type": "text",
"required": true,
"placeholder": "请输入你的姓名"
},
{
"key": "service_type",
"label": "你想预约哪项服务?",
"type": "select",
"required": true,
"options": [
{
"label": "初次咨询",
"value": "first_consultation"
},
{
"label": "方案沟通",
"value": "solution_discussion"
},
{
"label": "体验预约",
"value": "trial_booking"
},
{
"label": "其他服务",
"value": "other"
}
]
},
{
"key": "preferred_time",
"label": "希望预约的日期和时间?",
"type": "text",
"required": true,
"placeholder": "例如:周三下午 3 点"
},
{
"key": "contact",
"label": "你的联系方式是?",
"type": "text",
"required": true,
"placeholder": "手机号、邮箱或微信"
},
{
"key": "special_notes",
"label": "是否有特殊说明?",
"type": "textarea",
"required": false,
"placeholder": "如有特殊偏好或限制,请提前告诉我们"
}
]
}