Hi everyone,
I recently built a workflow to automate lead notifications between Airtable and Slack and wanted to share it here.
I originally built this as a small project to explore how lead notifications could be automated without relying on manual updates.
In many setups, teams still copy information from Airtable into Slack just to notify others about new leads. It works, but it’s slow and easy to miss things when the process is manual.
What I built:
• Airtable Trigger – watches for new or updated records
• Slack Block Kit – formats the alert so it’s easy to read on mobile
• Deep Linking – the Slack message includes a dynamic link that opens the exact Airtable record
Video Demo: I’ve posted a quick walkthrough of the workflow over on X here: https://x.com/kundanyadav_ky/status/2032662234883829981/video/2
(I’m still a new user here so I couldn’t upload the file directly, but the video covers the full trigger-to-Slack logic!)
I’m curious—for those of you running high-volume lead alerts, how are you handling data validation before sending notifications? I’m trying to make sure alerts only trigger when the data is fully complete.
Happy to share the JSON if anyone wants to take a look.
