Block 1 - 0. Form Trigger (Property Tour Request)
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
How It Works ️ This workflow streamlines your property tour scheduling into two main automated flows: A. Property Tour Request & Automated Scheduling 1. 0. Form Trigger (Property Tour Request): ...
n8n-nodes-base.formtrigger, n8n-nodes-base.function, n8n-nodes-base.gmail, n8n-nodes-base.webhook, n8n-nodes-base.slack, n8n-nodes-base.wait, n8n-nodes-base.googlecalendar, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Marth.
Original n8n.io sourceThis workflow streamlines your property tour scheduling into two main automated flows:
Follow these steps carefully to get your "Property Tour Scheduling Automation" workflow up and running in n8n:
Import Workflow JSON:
Configure 0. Form Trigger (Property Tour Request):
Configure 1. Extract Prospect Data (Function):
functionCode within this node. You MUST adjust the variable assignments (e.g., formData['Full Name'], formData['Interested Property ID']) to accurately match the exact field names sent by your Form Trigger. Use n8n's 'Test Workflow' feature (after submitting a test form entry) to inspect the incoming items[0].json.body data structure and make precise adjustments.Configure 2. Generate Scheduling Link (Function):
functionCode, replace 'YOUR_CALENDLY_BASE_LINK_FOR_AGENT' with the base URL of your Calendly or other scheduling tool link (e.g., https://calendly.com/your-agent-name).?name=${encodeURIComponent(prospectData.clientName)}&email=${encodeURIComponent(prospectData.clientEmail)}).Configure 3. Send Scheduling Link (Gmail):
YOUR_GMAIL_CREDENTIAL_ID with the actual ID or name of your credential from your n8n credentials list.[email protected] with the desired sending email address for tour requests.Configure 4. Webhook: Schedule Confirmation (Waiting for Confirmation):
Configure 5. Add Event to Agent's Calendar (Google Calendar):
YOUR_GOOGLE_CALENDAR_CREDENTIAL_ID with the actual ID or name of your credential.YOUR_AGENT_CALENDAR_ID with the specific calendar ID of the agent where you want to add the event.{{ $json.payload.event.start_time }}).Configure 6. Send Confirmation Notification (Slack to Agent):
YOUR_AGENT_SLACK_CHANNEL_ID_OR_NAME with the exact ID or name of the Slack channel where agents receive tour scheduling notifications (e.g., #tour-bookings).Configure 7. Wait (For Tour Reminder):
{{ $json.payload.event.start_time }}).YOUR_TIMEZONE_LIKE_Asia/Jakarta with your actual timezone (e.g., America/New_York, Europe/London). This is crucial for accurate timing.Configure 8. Send Tour Reminder (Gmail):
[email protected] with the sending email address.Review and Activate:
YOUR_...) are replaced with your actual information and settings are correct.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automate real estate property tours with Google Calendar, Slack & Calendly |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Lead Nurturing |
| Author | Marth |
| Published | 24 Jul 2025 |
Use the JSON export at /data/workflows/6377/6377.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
How It Works ️ This workflow streamlines your property tour scheduling into two main automated flows: A. Property Tour Request & Automated Scheduling 1. 0. Form Trigger (Property Tour Request): ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing use case.