Move qualified user updates from your database into a simple spreadsheet for outreach. When a record changes in PostgreSQL, only the contacts you want are saved to Google Sheets. Great for sales teams that work from a clear, shared list.
A Postgres Trigger watches the users table for updates and sends the row forward. A Filter then blocks emails that include a specific domain so internal users do not crowd your list. For testing, a Manual Trigger runs a Code node that outputs sample data. Valid records flow to Google Sheets using append or update so the sheet stays current without manual work. Fields map to id, email, and username for easy tracking.
Connect your database credentials and sign in to Google Sheets in n8n. Set the table to users, choose the Update event, pick your sheet, and tune the filter to match your lead rules. Expect fewer copy and paste steps, faster handoffs, and fewer list mistakes. This setup fits teams that qualify users in app but plan outreach from a shared spreadsheet or tools that import from sheets.