Content publish workflow (Notion → LinkedIn → Slack)
快速摘要
触发器
Notion - Watch Database Items
步骤
3
Notion - Watch Database Items → LinkedIn - Create Post → Slack - Create Message
泳道
2
集成
LinkedIn, Notion, Slack
FlowZap 代码
notion { # Notion
n1: rectangle label:"Notion - Watch Database Items" system:"Notion"
n2: rectangle label:"LinkedIn - Create Post" system:"LinkedIn"
n1.handle(right) -> n2.handle(left)
}
marketing { # Marketing
n3: rectangle label:"Slack - Create Message" system:"Slack"
n2.handle(bottom) -> marketing.n3.handle(top) [label="Announce"]
}