Sales pipeline visibility (Pipedrive → Slack → Google Sheets)
Quick summary
Trigger
Pipedrive - Create Lead
Steps
3
Step outline
Pipedrive - Create Lead → Slack - Create Message → Google Sheets - Add Row
Lanes
2
Integrations
Google Sheets, Pipedrive, Slack
FlowZap Code
pipedrive { # Pipedrive
n1: rectangle label:"Pipedrive - Create Lead" system:"Pipedrive"
n2: rectangle label:"Slack - Create Message" system:"Slack"
n1.handle(right) -> n2.handle(left)
}
reporting { # Reporting
n3: rectangle label:"Google Sheets - Add Row" system:"Google Sheets"
n2.handle(bottom) -> reporting.n3.handle(top) [label="Lead logged"]
}