Skip to content
  • There are no suggestions because the search field is empty.

Integrate with Appfolio

Repli utilizes the Appfolio provided script to display real time pricing, availability, and application links.

Repli will need the Script from Appfolio as well as the Property Group names for the Properties using Repli Sites.

Appfolio Provides the Script for Floor Plans & Availability

  1. When logged in to Appfolio, click the username in the top right corner. Open general settings.
  2. Scroll down to Online Posting Settings under Leasing. Click in.
  3. Scroll down to the copy to clipboard button - click copy and send to Repli
  4. *There's additional settings there that can be modified and will adjust the script provided (color/default sort order, QR codes, etc)

Example:

<script type='text/javascript' charset='utf-8'>
  document.write(unescape("%3Cscript src='" + (('https:' == document.location.protocol) ? 'https:' : 'http:') + "//companyurl.appfolio.com/javascripts/listing.js' type='text/javascript'%3E%3C/script%3E"));
</script>
 
<script type='text/javascript' charset='utf-8'>
  Appfolio.Listing({
    hostUrl: 'companyurl.appfolio.com',
    propertyGroup: 'Property Group Name',
    themeColor: '#676767',
    height: '500px',
    width: '100%',
    defaultOrder: 'date_posted'
  });
</script>

Find Property Groups in Appfolio

  1. Sign-in to AppFolio and navigate to the search bar. Search for the property of interest and click into it. If the user wants to display listings for multiple properties, navigate to the property page of any property in the group.
  2. Scroll down on the property page and navigate to the Property Groups section. You should see a list of comma-separated Group Titles. Choose the one you want to use and provide to Repli.
If you’d like to check which properties are in each group
  1. Navigate to the search bar in AppFolio and search for “Property Groups” - click on the Property Groups link under “Pages”.
  2. Search for the Property Group by name. Click enter and the results will filter. 
  3. Click on the Properties link to see the Properties included in each group.
  4. If the Properties listed are not correct, either click the three dots on the right to edit or click "New Property Group" under "Tasks" and create a new one with a custom name and chosen selection of properties.