translation/translated/documents/course/02-agent-tools-mcp/11-testing-zapier-integrati...

14 lines
749 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 测试 Zapier 集成
让我们测试 Zapier 集成:
1. 确保您的开发服务器使用 `npm run dev` 正在运行
2. 在 http://localhost:4111/ 打开 playground
3. 尝试让您的代理执行使用 Zapier 的任务,例如:
- "获取我的最后一封电子邮件"
- "发送一封电子邮件到 youremail@gmail.com主题为'测试',正文为'你好,这是一封测试邮件'"
如果一切都设置正确,您的代理应该能够使用 Zapier 工具来执行这些任务。
测试您的集成是确保您的代理可以正确访问和使用 Zapier 工具的重要步骤。当您让您的代理执行需要 Zapier 的任务时,它应该识别需要使用适当的 Zapier 工具并调用必要的 API 来完成任务。