> ## Documentation Index
> Fetch the complete documentation index at: https://manual.voiceping.net/llms.txt
> Use this file to discover all available pages before exploring further.

# 工作流：快速起草会后跟进邮件

> 根据刚结束的会议记录，生成包含会议回顾、已确认决定、负责人和后续步骤的专业跟进邮件。

export const FeedbackZh = () => <>
    <Tip>
      对该功能有建议或需求？请通过<a href="/zh/product-feedback">产品反馈</a>告诉我们。
    </Tip>

    <h2>官方链接</h2>

    <CardGroup cols={2}>
      <Card title="官方网站" icon="globe" href="https://voiceping.net/en/">
        访问官方网站
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        在X上关注我们
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        在Facebook上点赞
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        在LinkedIn上连接
      </Card>
    </CardGroup>
  </>;

## 快速起草会后跟进邮件

**场景：** 会议刚结束，需要尽快向与会者确认决定、负责人和后续步骤。

本工作流假设您已经启用了 [MCP Access](/zh/external-access/mcp) 并连接了 AI 客户端。

<Note>
  下方英文提示词与示例截图保持一致，便于直接复制到不同 AI 客户端；您也可以用中文提出同样的要求。
</Note>

<Steps>
  <Step title="拉取会议上下文">
    ```text theme={null}
    Search my VoicePing transcripts for Dallas market investor engagement.
    ```

    您会得到一份结构化的回顾：核心摘要、投资者预期、关键决策、战略洞察以及带负责人的行动项。这正是一封跟进邮件所需的全部素材。

    <div style={{maxWidth: "600px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/Follow-up%20email%20creation%201.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=6da6641338869dad182dbb481af32b15" alt="ChatGPT 找到会议记录，并整理摘要、预期、关键决定和行动项" width="634" height="963" data-path="en/images/external_access/Follow-up email creation 1.png" />
      </Frame>
    </div>
  </Step>

  <Step title="请它生成邮件草稿">
    ```text theme={null}
    Draft a professional follow-up email based on that meeting.
    Keep it concise and include:
    - thank you / opening
    - meeting recap
    - confirmed decisions
    - action items with owners
    - next meeting or next step
    ```

    AI 会生成主题、简要回顾、已确认决定，以及注明负责人和截止日期的行动项。复制到邮件中复核后即可发送。

    <div style={{maxWidth: "600px", margin: "0 auto"}}>
      <Frame>
        <img src="https://mintcdn.com/test-cf63e467/z13MfE0CikV5b-4X/en/images/external_access/Follow-up%20email%20creation%202.png?fit=max&auto=format&n=z13MfE0CikV5b-4X&q=85&s=7440cfa879ba68ec0a1ade3cd9c2f0d5" alt="ChatGPT 生成包含主题、回顾、决定和负责人的专业跟进邮件" width="632" height="963" data-path="en/images/external_access/Follow-up email creation 2.png" />
      </Frame>
    </div>
  </Step>
</Steps>

**价值：** 及时发送结构清晰的跟进邮件，可减少遗漏并加快后续推进。

***

## 下一步

<CardGroup cols={2}>
  <Card title="外部访问概览" icon="arrow-left" href="/zh/external-access">
    返回权限范围、生命周期控制和事件日志总览。
  </Card>

  <Card title="如何启用 MCP Access" icon="plug" href="/zh/external-access/mcp">
    Claude、ChatGPT、Codex、Claude Code、Gemini CLI 的设置指南。
  </Card>
</CardGroup>

<FeedbackZh />
