Notre vérificateur de conformité intègre désormais la vérification du Règlement européen sur l'intelligence artificielle (AI Act) ! En savoir plus.

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.

Code FlowZap complet

Copiez et collez le code FlowZap suivant dans un projet de votre compte FlowZap pour voir ce diagramme.

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

Modèles associés

Retour à tous les exemples