Перейти до основного вмісту
Жодних об'єктів не знайдено.
логотип dropboxsign
Переваги Dropbox Sign
Розгорнути або згорнути акордеон

Що ви можете зробити

Підписати документи онлайн
Створення електронних підписів
Виберіть або створіть шаблони
Заповнити і підписати документи PDF
Підготовити онлайн-контракти
Керування документами
Докладніше про функції
піктограма arrow right

Приклади використання

Продажі та розвиток бізнесу
Відділ кадрів
Стартапи
Фінансові технології
Нерухомість
Послуги на вимогу
Продукти
Розгорнути або згорнути акордеон
піктограма dropbox
Sign
Спростіть надсилання та підпис
піктограма dropbox
Sign API
Інтегруйте eSign у свій робочий процес
піктограма dropbox fax
Fax
Надсилайте факси без використання факсимільного апарата
піктограма dropbox integrations
Інтеграції
Ми завжди там, де вам це потрібно
Ресурси
Розгорнути або згорнути акордеон
Блог
Експертиза робочих процесів і новини про продукти
Історії клієнтів
Реальні історії з реальними наслідками
Центр довідки
Поглиблені рекомендації щодо наших продуктів
Бібліотека ресурсів
Звіти, відеозаписи та інформаційні бюлетені
Розробникам
Тарифи
Розгорнути або згорнути акордеон
Тарифи Dropbox Sign
Знайдіть потрібний тарифний план
Тарифи API Dropbox Sign
Реальні історії з реальними наслідками
Звернутися до відділу продажів
Зареєструватися
Звернутися до відділу
продажів
Увійти
Розгорнути або згорнути акордеон
Dropbox Sign
Dropbox Forms
Dropbox Fax
Безкоштовна пробна підписка
Блог
/
Поради щодо продажів

Help Rental Agents Create Fast, Legal Rental Agreements

by 
Luke Russell
October 1, 2021
6
хв. на читання
"Help Rental Agents Create Fast, Legal Rental Agreements" header
підказка до піктограми

Новий інтерфейс, той же найкращий продукт! HelloSign тепер має назву Dropbox Sign.

піктограма «закрити»

Rental agents at property management companies need signed rental agreements to seal deals -- the quicker the better. However, a satisfactory renting experience goes a long way, and property owners can’t underestimate the value of simplifying the act of lease signing. On top of helping to seal the deal with new tenants, it also helps keep vacancies at a minimum and maintain healthy occupancy rates. So, who to better equip with the tools they need to get the job done but the rental agent—the face that welcomes a family into their new home.


Rental agents already need to juggle a lot! On top of providing professionalism and care to new tenants, they also need to keep messy leasing paperwork in good order. By adopting a digital eSignature flow to streamline the rental agreement process, agents are able to close transactions faster, be more productive, and manage more important things like being available for showings and providing great customer service.


In this article, we’ll demonstrate how a developer for a property management company can simplify the leasing process for agents and customers alike, and walk you through beneficial features like embedded templates and white labeling.

‍

Empower your Agents to Create Templates

Common rental forms can be set up quickly through the use of embedded templates. You can make use of the HelloSign API to give agents the ability to edit and finalize templates based on files you have added. Templates are perfect for agents in charge of properties with multiple tenants, as all those tenants would be signing the same form.


We'll be making requests to the API using the HelloSign Python SDK. Install the SDK and import it within a Python environment:

‍

‍

Now let's get you set up with the HelloSign API. By doing this setup after you are already in your Python environment, you can easily insert the information you need as you acquire it. Of course, in normal situations, you should make use of environment variables for your credentials.


First, you'll need to create a HelloSign account. Once you have an account, you'll need to retrieve your API key from the settings page. Declare it as such:

‍

‍

After you've got that piece of information, you need to create an API app. Creating apps is typically done on the dedicated webpage, but there is a Create API App endpoint if you prefer.

When you create an app, you'll be shown a Client ID. Grab that and keep it handy.

‍

‍

Now you have everything you need to use the Create Embedded Template Draft endpoint. This endpoint is what you'll use to allow agents to set up the template in the editing stage for their own use.

‍

‍

Once the call is successful, you'll need to extract some information from the response object. You need the `edit_url` to give agents the ability to edit the template and you need the `template_id` to give users the ability make a signature request using that template on your site.

‍

‍

The `edit_url` is what you need to pass on to your front end, along with your client ID. If you want to stick with Python, you could use Django. In this case, we'll be showing you how to use plain JavaScript. This way, you can use an HTML webpage and just place the following code in the `<script>` tag.


We recommend installing HelloSign Embedded with npm.

‍

‍

You can create a new HelloSign Embedded client using your Client ID. Call the open() method with the `edit_url` you passed from your backend. If you’re developing locally, you’ll want set `skipDomainVerification: true` for easier development. In production, this adds a layer of security.

‍

‍

This code snippet will display the HelloSign signing experience embedded iFrame, giving the user the ability to edit and finalize the template they’ll be using to send signature requests to tenants. Now let's look at what happens when those agents try to create templates based on your code.

‍

Building with Embedded Templates

With embedded templates integrated into your web app, your company's rental agents will be shown document preparation screen similar to the one below.

Image of HelloSign embedded template page
HelloSign embedded template page

‍

Here, they will be able to set up the template exactly how they want to, within the parameters you have given them. To make it as easy as possible for everyone involved in the eSignature process, information can be pulled in from the app and filled in for each specific user, such as their name. This way they don't even have the option of messing it up!


This auto-fill functionality can be expanded further by creating a template draft with merge fields, where you can supply any sort of custom information as long it matches the data found in the app.


Once rental agents have placed the chosen text boxes and signatures where they would like, the template can be used to send both embedded and non-embedded signature requests from your web app.


Embed User Signing into your portal

Using the template created by the rental agents, you can embed the signing experience into your portal for the tenant to sign. Grab the `template_id` from the new rental template and send a call to the Send Embedded Signature Request with Template endpoint in the embedded signing flow.

‍

‍

Similar to what you did with the Create Embedded Template Draft endpoint, you then pass the temporary url from the response object of that call (except this time it's a `signing_url` instead of an `edit_url` ) to your front end, where it’s embedded in an iFrame.


What will the signing experience look like? Thanks to HelloSign’s white labeling functionality, applications that make use of embedded signature requests can have custom aesthetics that match the rest of the page.

‍

Customize Your Website's Signer Pages

You can configure white labeling by using the Update API App endpoint. This endpoint gives you the ability to update many aesthetic attributes of your app, including things like the app name and a custom logo. The white labeling experience also gives you granular control over the colors. Does your marketing department insist that all product material have the exact shade of red that is part of the company's brand? Well, you can add that red to the HelloSign embedded appearance using its hexadecimal code.


For example, this call to the API changes the name, the logo picture, and the primary button text color to new values.

‍

‍

You can customize the color of a vast array of elements on the page. For the full list, be sure to see the White Labeling Guide. You can see examples of all of the customizable elements in the following sample snapshot of the white labeling signature process.

Image of HelloSign white labeling guide
Image of HelloSign white labeling guide

‍

If you want to play around with the white labeling customization experience without setting up your whole application, you can take advantage of our Embedded Testing Tool. When it all comes together, you'll end up with an experience that looks like it was built from the ground up just for your company.


Delight rental agents and tenants with embedded features

With the embedded template flow, you have given your rental agents the power to quickly create templates that can be used in the eSignature process. By adding embedded signing, you’ve given tenants the ability to sign the documents directly on your website.


Congratulations on setting up eSignatures for your rental agents! They’re sure to appreciate the speed and flexibility this new digital process offers. For more information on everything HelloSign, including signature requests and signing, be sure to check out the developer portal.

Будьте в курсі справ

Готово! Перевірте поштову скриньку.

Thank you!
Thank you for subscribing!

Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Lorem ipsum
піктограма arrow right
піктограма «закрити»

Up next:

Individual using a smartphone, sitting at a desk with a computer screen in front.
Поради щодо продажів
6
хв. на читання

From templates to automation: The complete guide to HubSpot document signing

illustration of two people talking while one is sweating from discomfort
Поради щодо продажів
5
хв. на читання

5 помилок у процесі продажу, які зводять до нуля коефіцієнт закриття угод

Звіт

Яким виявляється 2022 рік для фірм, що надають професійні послуги?

Продукти
Dropbox SignDropbox Sign APIDropbox FaxІнтеграції
Переваги Dropbox Sign
Електронні підписиПідписати документиПідписування та заповнення документа PDFОнлайн-угодиСтворення електронних підписівРедактор підписівПідписати документи Word
Служба підтримки
Центр довідкиЗвернутися до відділу продажівЗвернутися до служби підтримкиКерування файлами cookieПочаток роботи: Dropbox SignПочаток роботи: API Dropbox Sign
Ресурси
БлогІсторії клієнтівРесурсний центрПосібник із питань дотримання вимог законодавстваЦентр управління безпекою
Партнери
Стратегічні партнериПошук партнерів
Компанія
ВакансіїУмовиКонфіденційність
піктограма facebookпіктограма youtube

Прийняті способи оплати

логотип Mastercardлоготип Visaлоготип American Expressлоготип Discover
Бейдж Відповідності CPAбейдж Відповідність HIPAAбейдж Sky High Enterprise Readyбейдж Сертифіковано ISO 9001

Електронні підписи Dropbox Sign є юридично зобов'язувальними на території США, Європейського Союзу, Великої Британії та багатьох інших країн світу.
Для отримання додаткової інформації перегляньте наші Умови та Політику конфіденційності