Content publish workflow (Notion → LinkedIn → Slack)
Quick summary
Trigger
Notion - Watch Database Items
Steps
3
Step outline
Notion - Watch Database Items → LinkedIn - Create Post → Slack - Create Message
Lanes
2
Integrations
LinkedIn, Notion, Slack
FlowZap Code
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"]
}