请求格式

{
  "title": "Today’s Reading Summary",
  "summary": "Three useful items and one small next action.",
  "body": "Full content here, supports Markdown.",
  "sources": [
    {
      "title": "Sample Source",
      "url": "https://example.com"
    }
  ],
  "actions": [
    "Read one item tonight and write a three-sentence note"
  ]
}

字段说明

  • title:简报标题。
  • summary:简短摘要。
  • body:正文,支持 Markdown。
  • sources:来源列表,可选。
  • actions:行动建议,可选。

请在 Briefly AI App 的 Automation 页面选择频道并复制 webhook 地址。