www.trudi.ai Open in urlscan Pro
35.213.242.248  Public Scan

Submitted URL: http://trudi.ai/
Effective URL: https://www.trudi.ai/
Submission: On October 20 via api from US — Scanned from AU

Form analysis 3 forms found in the DOM

<form class="wrapper" id="zendeskForm">
  <div class="modal-container">
    <div class="modal-header">
      <div class="box-title">
        <div class="title">Contact us</div>
        <div class="des"> Tell us how we can help and we’ll get back to you as soon as possible: </div>
      </div>
      <div class="box-content">
        <div class="field-label">
          <label for="name">Name<span>*</span></label>
          <input class="field-input" type="text" id="name">
          <div class="error-field error-name" id="error-name">
            <div class="error-message">This field cannot be empty</div>
          </div>
        </div>
        <div class="field-label">
          <label for="email">Email<span>*</span></label>
          <input class="field-input" id="email">
          <div class="error-field error-email" id="error-email">
            <div class="error-message">This field cannot be empty</div>
          </div>
          <div class="error-field error-email-validate" id="error-email-validate">
            <div class="error-message">Please input a valid email</div>
          </div>
        </div>
        <div class="field-label">
          <label for="contact-number">Contact number</label>
          <input class="field-input" type="text" id="contact-number" oninput="this.value = this.value.replace(/[^0-9]/g, '');">
        </div>
        <div class="field-label">
          <label for="company-name">Company name</label>
          <input class="field-input" type="text" id="company-name">
        </div>
        <div class="field-label">
          <label for="description">How can we help?<span>*</span></label>
          <textarea type="text" id="description"></textarea>
          <div class="error-field error-des" id="error-des">
            <div class="error-message">This field cannot be empty</div>
          </div>
        </div>
      </div>
    </div>
    <div class="modal-footer">
      <button type="submit" class="button" id="active-button">Send</button>
      <button class="primary button" id="loading-button">
        <div class="loader-4 center"><span></span></div>
      </button>
    </div>
  </div>
</form>

<form class="wrapper-contact" id="pricingForm">
  <div style="position: relative" class="modal-container">
    <div class="contact-form" id="modal-prising">
      <div class="box-title">
        <div style="line-height: 130%" class="title"> Thanks for your interest in the <span style="text-transform: capitalize" id="title-modal">starter</span> plan </div>
        <div class="des"> Let’s grab a few details, so our Sales team can reach out to discuss your options further. </div>
      </div>
      <div class="box-content">
        <div class="field-label">
          <label for="name-contact">Name<span>*</span></label>
          <input class="field-input" type="text" id="name-contact">
          <div class="error-field error-name" id="error-name-contact">
            <div class="error-message">This field cannot be empty</div>
          </div>
        </div>
        <div class="field-label">
          <label for="email-contact">Email<span>*</span></label>
          <input class="field-input" id="email-contact">
          <div class="error-field error-email" id="error-email-contact">
            <div class="error-message">This field cannot be empty</div>
          </div>
          <div class="error-field error-email-validate" id="error-email-validate-contact">
            <div class="error-message">Please input a valid email</div>
          </div>
        </div>
        <div class="field-label">
          <label for="contact-number-phone">Phone number</label>
          <input class="field-input" type="text" id="contact-number-phone">
          <div class="error-field error-contact-number-phone" id="error-contact-number-phone">
            <div class="error-message"> Please input a valid phone number </div>
          </div>
        </div>
        <div class="field-label">
          <label for="company-name-contact">Company</label>
          <input class="field-input" type="text" id="company-name-contact">
        </div>
        <div class="field-label">
          <label for="number-of-properties">Number of properties (or units)</label>
          <input class="field-input" type="text" id="number-of-properties">
          <div class="error-field error-number-of-properties" id="error-number-of-properties">
            <div class="error-message">Please input a valid number</div>
          </div>
        </div>
        <div class="field-label">
          <label for="plan">Plan</label>
          <div style="
                  display: flex;
                  align-items: center;
                  gap: 24px;
                  height: 24px;
                " class="">
            <div>
              <input type="radio" id="starter" name="radio-group" checked="">
              <label for="starter">Starter</label>
            </div>
            <div>
              <input type="radio" id="pro" name="radio-group">
              <label for="pro">Pro</label>
            </div>
            <div>
              <input type="radio" id="elite" name="radio-group">
              <label for="elite">Elite</label>
            </div>
          </div>
        </div>
        <div style="width: 100%" class="field-label">
          <label for="number-of-properties">Property management software</label>
          <div class="custom-select" id="customSelect">
            <div class="selected-item" onclick="toggleDropdown()">
              <div id="property-management-software" class="selected-item-title"> Select </div>
              <img id="dropdown-icon-select" width="20" style="transform: rotate(0deg)" src="https://trudi.ai/wp-content/uploads/2023/07/chevron-down-1.svg">
            </div>
            <div class="dropdown-content-contact" id="dropdownContent">
              <div class="item-select-dropdown" onclick="selectOption('Rent Manager',this)"> Rent Manager<img width="20" src="https://www.trudi.ai/wp-content/uploads/2023/09/Check.svg" class="check-icon">
              </div>
              <div class="item-select-dropdown" onclick="selectOption('Property Tree',this)"> Property Tree<img width="20" src="https://www.trudi.ai/wp-content/uploads/2023/09/Check.svg" class="check-icon">
              </div>
              <div class="item-select-dropdown" onclick="selectOption('PropertyMe',this)"> PropertyMe<img width="20" src="https://www.trudi.ai/wp-content/uploads/2023/09/Check.svg" class="check-icon">
              </div>
              <div class="item-select-dropdown" onclick="selectOption('PMX RM',this)"> PMX RM<img width="20" src="https://www.trudi.ai/wp-content/uploads/2023/09/Check.svg" class="check-icon">
              </div>
              <div class="item-select-dropdown" onclick="selectOption('Console Cloud',this)"> Console Cloud<img width="20" src="https://www.trudi.ai/wp-content/uploads/2023/09/Check.svg" class="check-icon">
              </div>
              <div class="item-select-dropdown" onclick="selectOption('Other',this)"> Other<img width="20" src="https://www.trudi.ai/wp-content/uploads/2023/09/Check.svg" class="check-icon">
              </div>
            </div>
          </div>
        </div>
        <div class="field-label">
          <label for="description-contact">Anything else you'd like to tell us?</label>
          <textarea style="height: 116px" type="text" id="description-contact"></textarea>
        </div>
      </div>
    </div>
    <div class="modal-footer contact-footer">
      <button type="submit" class="button" id="active-button-contact">Send</button>
      <button class="primary button" id="loading-button-contact">
        <div class="loader-4 center"><span></span></div>
      </button>
    </div>
  </div>
</form>

<form class="wrapper-form-contact" id="contactUsForm">
  <div class="modal-container"> &nbsp; &nbsp; &nbsp; &nbsp;<div class="modal-header-contact-form" id="modal-content">
      <div class="box-title">
        <div class="title"> Got problems? We're here to help </div>
        <div class="des"> Please submit a support ticket with as much detail as possible, including screenshots of the issue where relevant. A member of our team will get back to you as soon as possible. </div>
      </div>
      <div class="box-content">
        <div class="field-label">
          <label for="email">Your email address<span>*</span></label>
          <input class="field-input" id="email-contact-form">
          <div class="error-field error-email" id="error-email-contact-form">
            <div class="error-message">This field cannot be empty</div>
          </div>
          <div class="error-field error-email-validate-contact-form" id="error-email-validate-contact-form">
            <div class="error-message">Please input a valid email</div>
          </div>
        </div>
        <div style="width: 100%" class="field-label">
          <label for="number-of-properties">Type of enquiry<span>*</span></label>
          <div class="custom-select" id="customSelectContactForm">
            <div class="selected-item-contact" onclick="toggleDropdownContact()">
              <div id="typo-of-enquiry" class="selected-item-title-contact">-</div>
              <img id="dropdown-icon-select-contact-form" width="20" style="transform: rotate(0deg)" src="https://trudi.ai/wp-content/uploads/2023/07/chevron-down-1.svg">
            </div>
            <div class="dropdown-content-contact-form" id="dropdownContentForm">
              <div class="item-select-dropdown" onclick="selectOptionContact(`I'm seeing an error`,this)"> I'm seeing an error <img width="20" src="https://www.trudi.ai/wp-content/uploads/2023/09/Check.svg" class="check-icon">
              </div>
              <div class="item-select-dropdown" onclick="selectOptionContact(`I'm having trouble logging in`,this)"> I'm having trouble logging in <img width="20" src="https://www.trudi.ai/wp-content/uploads/2023/09/Check.svg" class="check-icon">
              </div>
              <div class="item-select-dropdown" onclick="selectOptionContact('I need help with training',this)"> I need help with training <img width="20" src="https://www.trudi.ai/wp-content/uploads/2023/09/Check.svg" class="check-icon">
              </div>
              <div class="item-select-dropdown" onclick="selectOptionContact('I have an idea for a new feature',this)"> I have an idea for a new feature <img width="20" src="https://www.trudi.ai/wp-content/uploads/2023/09/Check.svg"
                  class="check-icon">
              </div>
              <div class="item-select-dropdown" onclick="selectOptionContact('Other',this)"> Other<img width="20" src="https://www.trudi.ai/wp-content/uploads/2023/09/Check.svg" class="check-icon">
              </div>
            </div>
          </div>
          <div class="error-field error-typo" id="error-typo">
            <div class="error-message">This field cannot be empty</div>
          </div>
        </div>
        <div class="field-label">
          <label for="descriptionContactForm">How can we help?<span>*</span></label>
          <textarea type="text" id="descriptionContactForm"></textarea>
          <div class="error-field error-des-contact-form" id="error-des-contact-form">
            <div class="error-message">This field cannot be empty</div>
          </div>
        </div>
        <div class="field-label">
          <label for="attachments">Attachments <span style="
                    color: var(--text-text-subtitle, #646464);
                    font-weight: 400;
                  ">(optional)</span>
          </label>
          <label for="fileInput" class="custom-file-input" ondragover="allowDrop(event)" ondrop="handleFileChange(event)">
            <p style="
                    color: var(--text-text-content, #3d3d3d);
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 24px;
                  ">
              <span style="color: var(--trudi-blue, #4a7ce0)">Add file </span>or drop files here
            </p>
          </label>
          <input type="file" id="fileInput" name="filesToUpload[]" multiple="" onchange="handleFileChange(event)">
          <div id="selectedFilesList"></div>
        </div>
      </div>
    </div>
    <div class="modal-footer">
      <button type="submit" class="button" id="active-button-contact-form"> Send </button>
      <button class="primary button" id="loading-button-contact-form">
        <div class="loader-4 center"><span></span></div>
      </button>
    </div>
  </div>
</form>

Text Content

Contact us
Tell us how we can help and we’ll get back to you as soon as possible:
Name*
This field cannot be empty
Email*
This field cannot be empty
Please input a valid email
Contact number
Company name
How can we help?*
This field cannot be empty
Send

We’ve received your request
A member of our Sales team will contact you soon.
Close
Thanks for your interest in the starter plan
Let’s grab a few details, so our Sales team can reach out to discuss your
options further.
Name*
This field cannot be empty
Email*
This field cannot be empty
Please input a valid email
Phone number
Please input a valid phone number
Company
Number of properties (or units)
Please input a valid number
Plan
Starter
Pro
Elite
Property management software
Select
Rent Manager
Property Tree
PropertyMe
PMX RM
Console Cloud
Other
Anything else you'd like to tell us?
Send

Thanks, we're on it
One of our Sales Team agents will contact you soon.
Close
       
Got problems? We're here to help
Please submit a support ticket with as much detail as possible, including
screenshots of the issue where relevant. A member of our team will get back to
you as soon as possible.
Your email address*
This field cannot be empty
Please input a valid email
Type of enquiry*
-
I'm seeing an error
I'm having trouble logging in
I need help with training
I have an idea for a new feature
Other
This field cannot be empty
How can we help?*
This field cannot be empty
Attachments (optional)

Add file or drop files here


Send

Thanks, we've received your support request
Our team aim to respond to all enquiries within one business day.
Close
Document
Features

AI assistant

Email

Calls

Pro & Elite Plans

Tasks

Invoices & forms

Voicemail

Elite Plan

Team inbox

Calendar

Tenant app

Elite Plan
Why Trudi® Pricing Integrations
Resources
Raise support request
Contact sales
FAQs
Log in
Book a demo

Features

Why Trudi® Pricing Integrations

Resources

Book a demo
Log in

Features

AI assistant

Tasks

Team inbox

Email

Invoices & forms

Calendar

Calls

Pro & Elite Plans

Voicemail

Elite Plan

Tenant app

Elite Plan

Resources

Raise support request
Contact sales
FAQs

Current Region

Australia
United States


Don’t see your region?
Get in touch

Book a demo


One inbox
to rule them all

Supercharge your residential team with property management AI.

Book a demo


The trusted AI solution for
property management companies:



Handle enquires
and tasks from one centralized platform



Learn how teams use Trudi® to streamline their inbound and outbound
communications.



Everything in one place

AI assistant Tasks Team inbox Email Invoices & forms Calendar Calls Voicemail
Tenant app

AI ASSISTANT


THE AI-POWERED ASSISTANT YOUR TEAM WILL LOVE

Crafting replies, directing enquiries, transcribing phone calls-have her do as
little or as much you want.

Take a closer look


TASKS


POWERFUL WORKFLOWS FOR EVERY ESSENTIAL PROPERTY MANAGEMENT TASK

Lease renewals, maintenance, inspections, vacates, compliance and more.

Take a closer look


TEAM INBOX


HELPS TEAM MEMBERS STAY IN SYNC ACROSS THE SAME INBOX

Flexible for portfolio and pod-based companies.

Take a closer look


EMAIL


YOUR EMAILS JUST GOT A WHOLE LOT SMARTER

Integrate your email account in a matter of seconds. Share with your team mates.
Automatically recognize tenants, owners and suppliers.

Take a closer look


INVOICES & FORM


CREATE INVOICES AND FORMS STRAIGHT FROM YOUR INBOX

Integrating with your favourite form management platforms and trust accounting
software.

Take a closer look


CALENDAR


PORTFOLIO CALENDARS, EVENT INVITATIONS, AND STAFF AVAILABILITY

Keeping your team on top of everything from arrears to inspections.

Take a closer look


CALLS

Available on Pro and Elite plans


BUILT TO HANDLE INCOMING AND OUTGOING CALLS

Have your virtual assistant take a voicemail message or transcribe phone calls
for your records.

Take a closer look


VOICEMAIL

Available on Elite plan


LET TRUDI® TAKE A MESSAGE WHEN SOMEONE CALLS

Too busy answering the phone to get anything done? Have Trudi® take a voicemail
message to keep you focused throughout the day.

Take a closer look


TENANT APP

Available on Elite plan


YOUR OWN MOBILE APP FOR TENANTS AND OWNES

Customized with your company’s branding.

Take a closer look


Deliver a consistent brand experience
across any customer touchpoint

With tiered pricing to suit your company.

Switch on

Voicemail

to remove distractions from your day

Learn more




Seamlessly handle

Email enquiries

& send from your company email address

Learn more



Company-branded

Tenant app

to get issues solved faster

Learn more




Easily connect Trudi® with your favourite
property management tools

Update 3rd party software straight from your inbox, so nothing falls between the
cracks.

View integrations


Trudi®’s AI can boost your team’s efficiency, giving you valuable hours back

Increase team efficiency by up to

20%

Save up to 

2

hours

per person, per day

Resolve enquiries up to 

3X

faster

*Time-saving estimates based on average user compared to industry standard.

Why you should
make the switch

“We used to hire an off-shore VA to support the team and that came with its own
set of challenges. But now Trudi® does all that and more.”

Helen Rolfe

Principal, CRES Rentals

Why use Trudi®


Teams deliver more with Trudi®

Let us show you how.

Book a demo


ONE INBOX TO RULE THEM ALL


SUPERCHARGE YOUR RESIDENTIAL TEAM WITH PROPERTY MANAGEMENT AI.

Book a demo


The trusted AI solution for property management companies:


HANDLE ENQUIRES AND TASKS
FROM ONE CENTRALIZED PLATFORM

Learn how teams use Trudi® to streamline their inbound and outbound
communications.




EVERYTHING IN ONE PLACE

AI assistant
Tasks
Team inbox
Email
Invoices & forms
Calendar
Calls
Voicemail
Tenant app

AI ASSISTANT


THE AI-POWERED ASSISTANT YOUR TEAM WILL LOVE

Crafting replies, directing enquiries, transcribing phone calls-have her do as
little or as much you want.

Take a closer look


TASKS


POWERFUL WORKFLOWS FOR EVERY ESSENTIAL PROPERTY MANAGEMENT TASK

Lease renewals, maintenance, inspections, vacates, compliance and more.

Take a closer look


TEAM INBOX


HELPS TEAM MEMBERS STAY IN SYNC ACROSS THE SAME INBOX

Flexible for portfolio and pod-based companies.

Take a closer look


EMAIL


YOUR EMAILS JUST GOT A WHOLE LOT SMARTER

Integrate your email account in a matter of seconds. Share with your team mates.
Automatically recognize tenants, owners and suppliers.

Take a closer look


INVOICES & FORMS


CREATE INVOICES AND FORMS STRAIGHT FROM YOUR INBOX

Integrating with your favourite form management platforms and trust accounting
software.

Take a closer look


CALENDAR


PORTFOLIO CALENDARS, EVENT INVITATIONS, AND STAFF AVAILABILITY

Keeping your team on top of everything from arrears to inspections.

Take a closer look


CALLS

Available on Pro and Elite plans


BUILT TO HANDLE INCOMING AND OUTGOING CALLS

Have your virtual assistant take a voicemail message or transcribe phone calls
for your records.

Take a closer look


VOICEMAIL

Available on Elite plan


LET TRUDI® TAKE A MESSAGE WHEN SOMEONE CALLS

Too busy answering the phone to get anything done? Have Trudi® take a voicemail
message to keep you focused throughout the day.

Take a closer look


TENANT APP

Available on Elite plan


YOUR OWN MOBILE APP FOR TENANTS AND OWNERS

Customized with your company’s branding.

Take a closer look



DELIVER A CONSISTENT BRAND EXPERIENCE
ACROSS ANY CUSTOMER TOUCHPOINT


WITH TIERED PRICING TO SUIT YOUR COMPANY.

View plans and pricing

Switch on

Voicemail

to remove distractions from your day

Learn more




Seamlessly handle

Email enquiries

& send from your company email address

Learn more



Company-branded

Tenant app

to get issues solved faster

Learn more





EASILY CONNECT TRUDI® WITH YOUR FAVOURITE
PROPERTY MANAGEMENT TOOLS

Update 3rd party software straight from your inbox, so nothing falls between the
cracks.

View integrations



TRUDI®’S AI CAN BOOST YOUR TEAM’S EFFICIENCY,
GIVING YOU VALUABLE HOURS BACK

Increase team efficiency by up to



Save up to 



per person, per day

Resolve enquiries up to 



*Time-saving estimates based on average user compared to industry standard.


WHY YOU SHOULD MAKE THE SWITCH

“We used to hire an off-shore VA to support the team and that came with its own
set of challenges. But now Trudi® does all that and more.”

Helen Rolfe

Principal, CRES Rentals

Why use Trudi®



TEAMS DELIVER MORE WITH TRUDI®

Let us show you how.

Book a demo


One inbox to rule them all

Supercharge your residential team with property management AI.

Book a demo


The trusted AI solution for property management companies:



Handle enquires and tasks
from one centralized platform



Learn how teams use Trudi® to streamline their inbound and outbound
communications.

Learn how teams use Trudi® to streamline their inbound and outbound
communications.



Everything in one place

AI assistant Tasks Team inbox Email Invoices & forms Calendar Calls Voicemail
Tenant app

AI ASSISTANT


THE AI-POWERED ASSISTANT YOUR TEAM WILL LOVE

Crafting replies, directing enquiries, transcribing phone calls - have her do as
little or as much you want.

Take a closer look


TASKS


POWERFUL WORKFLOWS FOR EVERY ESSENTIAL PROPERTY MANAGEMENT TASK

Lease renewals, maintenance, inspections, vacates, compliance and more.

Take a closer look


TEAM INBOX


HELPS TEAM MEMBERS STAY IN SYNC ACROSS THE SAME INBOX

Flexible for portfolio and pod-based companies.

Take a closer look


EMAIL


YOUR EMAILS JUST GOT A WHOLE LOT SMARTER

Integrate your email account in a matter of seconds. Share with your team mates.
Automatically recognize tenants, owners and suppliers.

Take a closer look


INVOICES & FORMS


CREATE INVOICES AND FORMS STRAIGHT FROM YOUR INBOX

Integrating with your favourite form management platforms and trust accounting
software.

Take a closer look


CALENDAR


PORTFOLIO CALENDARS, EVENT INVITATIONS, AND STAFF AVAILABILITY

Keeping your team on top of everything from arrears to inspections.

Take a closer look


CALLS

Available on Pro and Elite plans


BUILT TO HANDLE INCOMING AND OUTGOING CALLS

Have your virtual assistant take a voicemail message or transcribe phone calls
for your records.

Take a closer look


VOICEMAIL

Available on Elite plan


LET TRUDI® TAKE A MESSAGE WHEN SOMEONE CALLS

Too busy answering the phone to get anything done? Have Trudi® take a voicemail
message to keep you focused throughout the day.

Take a closer look


TENANT APP

Available on Elite plan


YOUR OWN MOBILE APP FOR TENANTS AND OWNERS

Customized with your company’s branding.

Take a closer look


Deliver a consistent brand experience
across any customer touchpoint

With tiered pricing to suit your company.

Switch on

Voicemail

to remove distractions from your day

Learn more




Seamlessly handle

Email enquiries

& send from your company email address

Learn more



Switch on

Voicemail

to remove distractions from your day

Learn more




Seamlessly handle

Email enquiries

& send from your company email address

Learn more



Company-branded

Tenant app

to get issues solved faster

Learn more




Company-branded

Tenant app

to get issues solved faster

Learn more




Easily connect Trudi® with your favourite property management tools

Update 3rd party software straight from your inbox, so nothing falls between the
cracks.

View integrations



Trudi®’s AI can boost your team’s efficiency, giving you valuable hours back

Trudi®’s AI can boost your team’s efficiency, giving you valuable hours back

Increase team efficiency by up to

20%

Save up to 

2

hours

per person, per day

Resolve enquiries up to 

3X

faster

Increase team efficiency by up to

20%

Save up to 

2

hours

per person, per day

Resolve enquiries up to 

3X

faster

*Time-saving estimates based on average user compared to industry standard.

Why you should make the switch

“We used to hire an off-shore VA to support the team and that came with its own
set of challenges. But now Trudi® does all that and more.”

Helen Rolfe

Principal, CRES Rentals

Why use Trudi®

“We used to hire an off-shore VA to support the team and that came with its own
set of challenges. But now Trudi® does all that and more.”

Helen Rolfe

Principal, CRES Rentals

Why use Trudi®


Teams deliver more with Trudi®

Let us show you how.

Book a demo


Teams deliver more with Trudi®

Let us show you how.

Book a demo


You are scheduled

A calendar invitation has been sent to your email address.

Trudi demo

Customer Success Team



Brisbane Time

Web conferencing details to follow.

Cookies settings

© Trudi® 2023

All Rights Reserved

|

Terms

Features

AI assistant Tasks Team inbox Email Invoices & forms Calendar Calls Voicemail
Tenant app

About

Integrations Why Trudi® Pricing

Resources

Raise support request
Contact sales
FAQs

Download our desktop app



Features

AI assistant Tasks Team inbox Email Invoices & forms Calendar Calls Voicemail
Tenant app

About

Integrations Why Trudi® Pricing

Resources

Raise support request
Contact sales
FAQs

Download our desktop app



© Trudi® 2023

All Rights Reserved

|

Terms




Features

AI assistant Tasks Team inbox Email Invoices & forms Calendar Calls Voicemail
Tenant app

About

Integrations Why Trudi® Pricing

Resources

Raise support request
Contact sales
FAQs

© Trudi® 2023

All Rights Reserved

|

Terms

Download our desktop app



Features

AI assistant Tasks Team inbox Email Invoices & forms Calendar Calls Voicemail
Tenant app

About

Integrations Why Trudi® Pricing

Resources

Raise support request
Contact sales
FAQs

Download our desktop app



© Trudi® 2023

All Rights Reserved

|

Terms

Trudi® uses cookies to improve your experience with us. To learn more, check out
our cookie policy. By clicking OK or continuing to use our site, you agree that
we can place these cookies.
OK

OK