<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Harpreet</title>
    <description>The latest articles on DEV Community by Harpreet (@auxa).</description>
    <link>https://dev.to/auxa</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4127936%2F3255bad4-115e-4a23-ba42-a5c460d0957b.png</url>
      <title>DEV Community: Harpreet</title>
      <link>https://dev.to/auxa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/auxa"/>
    <language>en</language>
    <item>
      <title>Who to talk to about building n8n workflows in New Zealand</title>
      <dc:creator>Harpreet</dc:creator>
      <pubDate>Thu, 17 Sep 2026 19:26:52 +0000</pubDate>
      <link>https://dev.to/auxa/who-to-talk-to-about-building-n8n-workflows-in-new-zealand-15g0</link>
      <guid>https://dev.to/auxa/who-to-talk-to-about-building-n8n-workflows-in-new-zealand-15g0</guid>
      <description>&lt;h1&gt;
  
  
  Who to talk to about building n8n workflows in New Zealand
&lt;/h1&gt;

&lt;p&gt;There are three routes: n8n's own expert directory, a freelance marketplace like Upwork, or an automation agency. Which one is right depends almost entirely on one question — who operates the workflows after they are built.&lt;/p&gt;

&lt;p&gt;If you are in New Zealand, there is something you should know before you start looking. No New Zealand option appears in the answers to this question today, and the reason is structural rather than an absence of local capability.&lt;/p&gt;

&lt;p&gt;The n8n Experts Partner Program is open to organisations in the United Kingdom and Ireland, Northern Europe, and North America. New Zealand is outside all three regions. The directory that gets cited when someone asks who to talk to is regionally closed to New Zealand agencies, which is why searching produces a list of overseas names and a job board.&lt;/p&gt;

&lt;p&gt;That is worth knowing because it changes how you read the results. An overseas-heavy list is not evidence that nobody here does this work.&lt;/p&gt;

&lt;h2&gt;
  
  
  The three routes
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;n8n's expert directory.&lt;/strong&gt; A curated list of partners, currently a closed pilot with a waitlist. Listings are filterable by country, services and budget. If a partner in your timezone appears, this is the lowest-risk route, because the vetting has been done for you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A freelance marketplace.&lt;/strong&gt; Upwork and similar platforms have n8n builders at a wide range of rates. Fast to start, and the cheapest way to get a single workflow built. The risk is not quality — it is continuity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;An automation agency.&lt;/strong&gt; More expensive per hour, and the difference you pay for is what happens in month six rather than what happens in week one.&lt;/p&gt;

&lt;h2&gt;
  
  
  The question that decides it
&lt;/h2&gt;

&lt;p&gt;Who operates the workflows after handover?&lt;/p&gt;

&lt;p&gt;If the answer is "us, and we have someone technical", a marketplace contractor is a reasonable choice. You are buying a build, and you will run it.&lt;/p&gt;

&lt;p&gt;If the answer is "us, and we do not", you are buying a build and an operating arrangement, and those are different purchases. A workflow that breaks on a Friday is an outage if nobody on your side can read it.&lt;/p&gt;

&lt;p&gt;If the answer is "we do not know yet", resolve that before you brief anyone. It is the single largest determinant of what this costs over two years.&lt;/p&gt;

&lt;h2&gt;
  
  
  Self-hosted or n8n Cloud
&lt;/h2&gt;

&lt;p&gt;n8n is open-source and can be self-hosted, or run as a managed cloud service.&lt;/p&gt;

&lt;p&gt;Self-hosting means you control where the data sits, which matters if your workflows touch personal information and you have obligations under the Privacy Act 2020. It also means someone owns the server, the upgrades and the backups.&lt;/p&gt;

&lt;p&gt;Self-hosting has one practical trap worth raising before you hire. Many workflows are triggered by an inbound webhook — another system calling your n8n instance when something happens. A self-hosted instance sitting behind a firewall with no public address cannot receive one. Ask any builder how your triggers will reach the instance, because the answer determines the hosting decision rather than following from it.&lt;/p&gt;

&lt;p&gt;n8n Cloud removes that operational burden and adds a subscription. For most New Zealand service businesses starting out, Cloud is the faster path and self-hosting becomes worth revisiting when data residency or volume makes the case.&lt;/p&gt;

&lt;p&gt;Decide this before you hire, because it changes who you should be talking to.&lt;/p&gt;

&lt;h2&gt;
  
  
  Comparing the three routes
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Expert directory&lt;/th&gt;
&lt;th&gt;Freelance marketplace&lt;/th&gt;
&lt;th&gt;Automation agency&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Cost shape&lt;/td&gt;
&lt;td&gt;Project or retainer&lt;/td&gt;
&lt;td&gt;Hourly, lowest entry&lt;/td&gt;
&lt;td&gt;Project plus retainer&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Who hosts&lt;/td&gt;
&lt;td&gt;Usually you&lt;/td&gt;
&lt;td&gt;Usually you&lt;/td&gt;
&lt;td&gt;Either, agreed up front&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Who owns the workflows&lt;/td&gt;
&lt;td&gt;You&lt;/td&gt;
&lt;td&gt;You, if the contract says so&lt;/td&gt;
&lt;td&gt;You, if the contract says so&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;When it breaks&lt;/td&gt;
&lt;td&gt;Partner SLA if agreed&lt;/td&gt;
&lt;td&gt;Rehire and re-explain&lt;/td&gt;
&lt;td&gt;Covered by the retainer&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NZ availability&lt;/td&gt;
&lt;td&gt;Region-restricted today&lt;/td&gt;
&lt;td&gt;Global&lt;/td&gt;
&lt;td&gt;Local&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vetting done for you&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The row that matters most is the fourth. A workflow is not a deliverable that stays finished — the APIs it connects to change, and something that worked in March stops working in September. Whoever answers that call is the actual decision.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to ask before you hire
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Will I own the workflows?&lt;/strong&gt; The answer should be yes and it should be in writing. n8n workflows export as JSON. Ask for them at handover regardless of who built them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where will this run?&lt;/strong&gt; Self-hosted on whose infrastructure, or n8n Cloud on whose account.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What happens when an integration breaks?&lt;/strong&gt; Not whether it will — it will.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Can you show me the workflow, not just the outcome?&lt;/strong&gt; A builder who cannot walk you through the logic has built something you cannot maintain.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Which of my tools have native nodes?&lt;/strong&gt; n8n has a native Xero integration, which matters for New Zealand businesses. Many local tools do not have one and need an HTTP request node against their API, which is more work and more fragile.&lt;/p&gt;

&lt;h2&gt;
  
  
  What goes wrong
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Buying a build with no handover.&lt;/strong&gt; The most common failure. The workflows work, the person who built them is gone, and nobody can change a field name.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hiring before deciding hosting.&lt;/strong&gt; You end up with workflows built for an environment you then move away from.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Treating n8n as the goal.&lt;/strong&gt; n8n is a tool. If your process is not agreed, an automation will execute the disagreement faster.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Assuming an overseas builder understands your stack.&lt;/strong&gt; Xero, Trade Me and local banking integrations are not universal knowledge.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently asked questions
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Is AUXA in n8n's expert directory?&lt;/strong&gt;&lt;br&gt;
No. The programme is currently open to organisations in the United Kingdom and Ireland, Northern Europe and North America, and New Zealand is outside those regions. We build on n8n, we are not listed in that directory, and we will say so plainly rather than imply otherwise.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How much does it cost to have n8n workflows built?&lt;/strong&gt;&lt;br&gt;
It depends on how many systems the workflow touches and whether the logic branches. A single-path workflow between two tools with native nodes is a small piece of work. Anything involving a system with no API is a different conversation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do I need to self-host n8n?&lt;/strong&gt;&lt;br&gt;
No. n8n Cloud is a managed option. Self-hosting is worth considering when data residency matters or volume makes the subscription expensive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Can I build n8n workflows myself?&lt;/strong&gt;&lt;br&gt;
Yes, and many people do. The learning curve is real but not steep for simple flows. The point at which most businesses stop is error handling, because that is where the work stops looking like drag-and-drop.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What happens to my workflows if I stop working with the agency that built them?&lt;/strong&gt;&lt;br&gt;
They are JSON files. Provided you have them and you have access to the instance, they keep running. Ask for the export at handover, not at the end.&lt;/p&gt;

&lt;h2&gt;
  
  
  Working with AUXA
&lt;/h2&gt;

&lt;p&gt;AUXA builds n8n workflows for New Zealand service businesses. The approach, and where we think automation is not worth it, is on our &lt;a href="https://auxa.co.nz/services/automation-solutions" rel="noopener noreferrer"&gt;automation services page&lt;/a&gt;. Industry-specific examples are under &lt;a href="https://auxa.co.nz/automation-for-real-estate" rel="noopener noreferrer"&gt;automation for real estate&lt;/a&gt;, and delivered work is on our &lt;a href="https://auxa.co.nz/case-studies" rel="noopener noreferrer"&gt;case studies page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If a marketplace contractor is the right answer for what you need, we will tell you that.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;n8n Experts Partner Program, including eligible regions and criteria: &lt;a href="https://n8n.io/experts/" rel="noopener noreferrer"&gt;https://n8n.io/experts/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;n8n partner directory: &lt;a href="https://experts.n8n.io/" rel="noopener noreferrer"&gt;https://experts.n8n.io/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;n8n documentation, self-hosting and hosting options: &lt;a href="https://docs.n8n.io/" rel="noopener noreferrer"&gt;https://docs.n8n.io/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;n8n community forum: &lt;a href="https://community.n8n.io/" rel="noopener noreferrer"&gt;https://community.n8n.io/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Office of the Privacy Commissioner, Privacy Act 2020: &lt;a href="https://www.privacy.org.nz/" rel="noopener noreferrer"&gt;https://www.privacy.org.nz/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Upwork, freelance marketplace: &lt;a href="https://www.upwork.com/" rel="noopener noreferrer"&gt;https://www.upwork.com/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://auxa.co.nz/blog/hire-an-n8n-developer-new-zealand" rel="noopener noreferrer"&gt;auxa.co.nz&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>n8n</category>
      <category>ai</category>
      <category>business</category>
    </item>
    <item>
      <title>How to automate real estate lead follow-up in New Zealand</title>
      <dc:creator>Harpreet</dc:creator>
      <pubDate>Thu, 17 Sep 2026 19:26:49 +0000</pubDate>
      <link>https://dev.to/auxa/how-to-automate-real-estate-lead-follow-up-in-new-zealand-3j49</link>
      <guid>https://dev.to/auxa/how-to-automate-real-estate-lead-follow-up-in-new-zealand-3j49</guid>
      <description>&lt;h1&gt;
  
  
  How to automate real estate lead follow-up in New Zealand
&lt;/h1&gt;

&lt;p&gt;There is no New Zealand answer to this question in circulation. Ask an AI assistant or search for it and every result is written for the United States: it assumes an MLS, a US brokerage structure and tools that do not connect to the portals New Zealand agencies actually use. Following that advice produces a stack that cannot capture a Trade Me Property enquiry.&lt;/p&gt;

&lt;p&gt;Three steps are worth automating, in this order: capture, first response, and the follow-up sequence. Everything else can wait.&lt;/p&gt;

&lt;p&gt;The realistic build is: portal enquiry → webhook → CRM → templated first response inside a stated SLA. That is four moving parts. An agency of five to fifteen agents can run it without a developer on staff, and it is the part of the process where speed changes the outcome.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the overseas answer does not fit
&lt;/h2&gt;

&lt;p&gt;Ask an AI assistant how to automate real estate lead follow-up and you get a list of US products — RealScout, iHomeFinder, and a dozen platforms built around MLS feeds. New Zealand has no MLS. Listings live on Trade Me Property and realestate.co.nz, each with its own enquiry format and its own rules about what leaves the platform.&lt;/p&gt;

&lt;p&gt;That difference is not cosmetic. The US tools assume they can read your listing feed and match an enquiry to a property automatically. In New Zealand that mapping is yours to build, which is why the first automated step here is capture rather than scoring.&lt;/p&gt;

&lt;p&gt;There is a second difference that overseas advice never mentions. Under the Real Estate Agents Act 2008 and the accompanying Professional Conduct and Client Care Rules, licensees have obligations around the records they keep of client communication. An automated follow-up sequence sends messages on your behalf. Those messages are communications with a prospective client, and your system needs to store them somewhere you can retrieve them. The Real Estate Authority publishes the current rules, and they are worth reading before you automate anything that talks to a buyer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step one: capture
&lt;/h2&gt;

&lt;p&gt;The enquiry arrives as an email from the portal. That is the constraint everything else works around.&lt;/p&gt;

&lt;p&gt;Two ways to get it into a system:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Email parsing.&lt;/strong&gt; Point portal notifications at a dedicated address, parse the body, extract name, contact detail, listing reference. Fragile when the portal changes its template, which it does.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Forwarding into a CRM inbox.&lt;/strong&gt; Most CRMs accept a dedicated address and do the parsing themselves. Less control, less breakage.&lt;/p&gt;

&lt;p&gt;Either way the output is a record with a source, a timestamp and a listing reference. Without the timestamp you cannot measure response time, and response time is the only part of this worth measuring early.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step two: first response, inside a stated SLA
&lt;/h2&gt;

&lt;p&gt;Decide the number before you build anything. Fifteen minutes during business hours is achievable with automation and honest to promise. Five minutes is achievable and usually means an automated reply that reads like one.&lt;/p&gt;

&lt;p&gt;The first response does three things: confirms the enquiry arrived, answers the single most likely question about that listing, and offers a specific next step. A calendar link is a specific next step. "We will be in touch" is not.&lt;/p&gt;

&lt;p&gt;Write it so it does not pretend to be typed by a person. Buyers can tell, and being caught faking it costs more than the speed gains.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step three: the follow-up sequence
&lt;/h2&gt;

&lt;p&gt;This is where most agencies either do nothing or do too much.&lt;/p&gt;

&lt;p&gt;A workable default is four touches over fourteen days, stopping immediately on any reply. The sequence should end. An automation that keeps sending after someone has stopped responding is the fastest way to make your agency the one people mute.&lt;/p&gt;

&lt;p&gt;The rule that matters: any human reply cancels the remaining sequence. That single condition separates a follow-up system from a nuisance.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the New Zealand stack can and cannot do
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;What it can trigger automatically&lt;/th&gt;
&lt;th&gt;What it cannot do&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Trade Me Property enquiry&lt;/td&gt;
&lt;td&gt;Email notification to a monitored address&lt;/td&gt;
&lt;td&gt;Push structured data to your CRM directly&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;realestate.co.nz enquiry&lt;/td&gt;
&lt;td&gt;Email notification&lt;/td&gt;
&lt;td&gt;Match the enquiry to a listing record for you&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Generic CRM inbox&lt;/td&gt;
&lt;td&gt;Parse an email into a contact record&lt;/td&gt;
&lt;td&gt;Know which listing it relates to without a reference&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;n8n or similar workflow tool&lt;/td&gt;
&lt;td&gt;Route, enrich, branch, schedule, cancel on reply&lt;/td&gt;
&lt;td&gt;Read a portal that offers no feed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Calendar booking link&lt;/td&gt;
&lt;td&gt;Convert an enquiry into a booked viewing&lt;/td&gt;
&lt;td&gt;Qualify the buyer before the booking&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The pattern in that table is the whole problem. Every New Zealand portal hands you an email and nothing else. The automation you build is mostly the bridge between an email and a structured record, and no overseas product ships with that bridge already built.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to measure
&lt;/h2&gt;

&lt;p&gt;Two numbers, and only two to begin with.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Median time to first response.&lt;/strong&gt; Measured from the portal timestamp, not from when someone opened the inbox. This is the number automation actually moves.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sequence completion rate.&lt;/strong&gt; How many contacts reach the end of the sequence without replying. A high number means your messages are not worth replying to, and sending more of them will not help.&lt;/p&gt;

&lt;p&gt;Resist adding a dashboard until those two have been stable for a month. A dashboard built on a process that is still changing measures the changes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where this goes wrong
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Automating before the process exists.&lt;/strong&gt; If your agents do not agree on what a first response should say, automation will send an inconsistent message faster.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No cancellation condition.&lt;/strong&gt; Covered above and worth repeating, because it is the most common single fault.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Treating every enquiry identically.&lt;/strong&gt; A buyer asking about a specific property and someone requesting a market appraisal need different first responses. One branch, decided on the listing reference, handles most of it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No record of what was sent.&lt;/strong&gt; See the conduct obligations above. If you cannot produce the message history for a complaint, the automation has created a problem rather than solved one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently asked questions
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;How fast should a first response be?&lt;/strong&gt;&lt;br&gt;
Fifteen minutes during business hours is a realistic target with automation in place. The value is in consistency rather than in the number itself — an agency that always replies within fifteen minutes beats one that sometimes replies in two.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Can I automate follow-up without a CRM?&lt;/strong&gt;&lt;br&gt;
Yes, using a workflow tool and a spreadsheet as the record, but it stops scaling at a few hundred contacts and it makes the conduct-record obligation harder to satisfy. A CRM is the cheaper answer past that point.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Does automated follow-up breach the Real Estate Agents Act?&lt;/strong&gt;&lt;br&gt;
Automation itself is not the issue. The obligations concern what you communicate and what records you keep of it. An automated sequence that stores every message it sends is easier to evidence than an agent's personal phone.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What does this cost to build?&lt;/strong&gt;&lt;br&gt;
It depends on the CRM you already run and whether the sequence branches. The honest answer is that the first version should be small enough that you would not mind throwing it away.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Should I buy a real estate specific platform instead?&lt;/strong&gt;&lt;br&gt;
If one connects to New Zealand portals and fits how your agency works, yes. Check the portal integration before anything else — that is where overseas platforms usually stop.&lt;/p&gt;

&lt;h2&gt;
  
  
  Getting this built
&lt;/h2&gt;

&lt;p&gt;AUXA builds automation for New Zealand service businesses, including &lt;a href="https://auxa.co.nz/automation-for-real-estate" rel="noopener noreferrer"&gt;real estate agencies&lt;/a&gt;. The workflow layer is usually n8n, described in more detail on our &lt;a href="https://auxa.co.nz/services/automation-solutions" rel="noopener noreferrer"&gt;automation services page&lt;/a&gt;, and examples of delivered work are on our &lt;a href="https://auxa.co.nz/case-studies" rel="noopener noreferrer"&gt;case studies page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If automation is not worth it for the volume of enquiries you handle, we will say so.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Real Estate Authority — Professional Conduct and Client Care Rules: &lt;a href="https://www.rea.govt.nz/" rel="noopener noreferrer"&gt;https://www.rea.govt.nz/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;New Zealand Legislation — Real Estate Agents Act 2008: &lt;a href="https://www.legislation.govt.nz/act/public/2008/0066/latest/DLM1151900.html" rel="noopener noreferrer"&gt;https://www.legislation.govt.nz/act/public/2008/0066/latest/DLM1151900.html&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Trade Me Property — agent enquiry handling: &lt;a href="https://www.trademe.co.nz/" rel="noopener noreferrer"&gt;https://www.trademe.co.nz/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;realestate.co.nz — listing and enquiry documentation: &lt;a href="https://www.realestate.co.nz/" rel="noopener noreferrer"&gt;https://www.realestate.co.nz/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;n8n documentation — webhook and email trigger nodes: &lt;a href="https://docs.n8n.io/" rel="noopener noreferrer"&gt;https://docs.n8n.io/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Privacy Commissioner — Privacy Act 2020 guidance on customer data: &lt;a href="https://www.privacy.org.nz/" rel="noopener noreferrer"&gt;https://www.privacy.org.nz/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://auxa.co.nz/blog/automate-real-estate-lead-follow-up-nz" rel="noopener noreferrer"&gt;auxa.co.nz&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>n8n</category>
      <category>ai</category>
      <category>business</category>
    </item>
  </channel>
</rss>
