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

Offboarding checklist + IT notification (Webhook → Notion → Slack → log)

Résumé rapide

Déclencheur
Webhook - Offboarding Requested
Étapes
5
Parcours
Webhook - Offboarding Requested → Code - Compile access revocation tasks → Notion - Create Offboarding Checklist Page → Slack - Notify IT/Security → Google Sheets - Append Row (Offboarding log)
Lanes
3
Intégrations
Google Sheets, n8n, Notion, Slack

Code FlowZap

request { # Request
n1: rectangle label:"Webhook - Offboarding Requested" system:"n8n"
n2: rectangle label:"Code - Compile access revocation tasks" system:"n8n"
n1.handle(right) -> n2.handle(left) [label="Request payload"]
}

tasks { # Tasks
n3: rectangle label:"Notion - Create Offboarding Checklist Page" system:"Notion"
n4: rectangle label:"Slack - Notify IT/Security" system:"Slack"
request.n2.handle(right) -> tasks.n3.handle(left) [label="Task list"]
tasks.n3.handle(right) -> tasks.n4.handle(left) [label="Assign owners"]
}

audit { # Audit
n5: rectangle label:"Google Sheets - Append Row (Offboarding log)" system:"Google Sheets"
tasks.n4.handle(bottom) -> audit.n5.handle(top) [label="Log"]
}
FlowZap - Not another Diagramming tool - Offboarding checklist + IT notification (Webhook → Notion → Slack → log) | Exemples n8n.