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

Task reminders (Asana → Slack)

A Make.com automation scenario that watches for new Asana tasks and sends Slack reminder messages to the assigned team members. This project management workflow bridges task creation in Asana with real-time Slack notifications, ensuring deadlines and new assignments are never missed by distributed or remote teams.

Full FlowZap Code

asana { # Asana
n1: rectangle label:"Asana - Create Task" system:"Asana"
n2: rectangle label:"Slack - Create Message" system:"Slack"
n1.handle(right) -> n2.handle(left)
}

Related templates

Back to all examples