Welcome to FlowZap, the App to diagram with Speed, Clarity and Control.

Content publish workflow (Notion → LinkedIn → Slack)

A Make.com automation scenario that watches a Notion database for newly published content items, creates a LinkedIn post to share the article with your professional network, and announces the publication in a Slack marketing channel. This content distribution workflow automates social media promotion directly from your editorial calendar.

Full 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"]
}

Related templates

Back to all examples