跳到主要内容
未找到任何项目。
dropboxsign 徽标
为什么选择 Dropbox Sign?
展开或折叠手风琴

您可以做什么

在线签署文档
创建电子签名
选择或创建模板
填写和签署 PDF
完成线上合同
文档管理
探索功能
向右箭头图标

用例

销售与业务拓展
人力资源
初创公司
金融科技
房地产
按需服务
产品
展开或折叠手风琴
Dropbox 图标
Sign
实现轻松发送和签字
Dropbox 图标
Sign API
将电子签名集成到您的工作流程中
dropbox fax 图标
Fax
无需传真机便能发送传真
dropbox 集成图标
集成
无缝集成助力您轻松工作
资源
展开或折叠手风琴
博客
工作流程专业知识和产品新闻
客户案例
讲述取得实际成果的真实故事
帮助中心
关于我们产品的深入指南
资源库
报告、视频和信息表
开发人员
定价
展开或折叠手风琴
Dropbox Sign 定价
找到适合您的套餐
Dropbox Sign API 定价
讲述取得实际成果的真实故事
与销售人员联系
注册
联系销售人员
登录
展开或折叠手风琴
Dropbox Sign
Dropbox Forms
Dropbox Fax
免费试用版
博客
/
人力资源建议

Add Offer Letter eSign to Candidate Tracking

by 
Luke Russell
November 2, 2021
5
分钟阅读时间
"Add Offer Letter eSign to Candidate Tracking" header image
工具提示图标

外观全新但功能同样出色的产品!HelloSign 现为 Dropbox Sign。

关闭图标

Nowadays recruiters have access to applicant tracking systems (ATS) that simplify the process of candidate tracking and ensures that no step of the way is missed. Should you find yourself needing to build out an ATS that can effectively move candidates through the hiring process, you are likely familiarizing yourself with the hurdles and gaps that many recruiters experience daily—manually sending and tracking documents or redundantly filling out candidate data. By implementing an eSignature flow into the process using the HelloSign API, recruiters can experience a seamless end-to-end recruitment workflow that eliminates human error and reduces manual document management.


In this post we’ll demonstrate how the HelloSign API can automate the task of issuing candidate offer letters in recruitment workflows through scaling document creation and enabling pre-filled data fields.

‍

Automate Scaleable eSignature Doc Creation

First, let's look at how to use HelloSign templates to create a signable document online. Using either the HelloSign web app (or embedded templates), a recruiter can create a template by uploading a document, specifying the roles for the signer, and placing fields. A job offer form might contain three roles: Recruiter, Client, and Candidate.

Screenshot of HS template preparation page
Screenshot of HS template preparation page

‍

The fields for each role are placed on the document and can be either filled in by parties during signing or pre-filled with existing data available at the start of the signature request.


Let’s assume that the offer letter template have already been created for this example. You might start by parsing a list of templates by calling the List Templates (/template/list) endpoint using the HelloSign Python SDK.

‍

‍

Parse through the resulting template objects and grab the `template_id`. That parameter will allow you to reference that specific template when calling the API. Now you can send your offer letter by calling the Send Signature Request With Template (/signature_request/send_with_template) endpoint and passing in the template id and information about the parties signing.

‍

‍

We call this a “non-embedded” signature flow. Once this call is sent, the user will get an email prompting them to click a button and complete the signing on a HelloSign page. If you’d prefer candidates sign offers directly in your app, then you’d use embedded signing.


In this scenario, the different signers might still need to provide some information about themselves such as a phone number or address. However, we can make that signing experience more delightful for them by filling out some of those fields in advance using data we already have. This also eliminates a vector for user error.

‍

Pre-fill Data To Ensure Accurate Client Information

Using the HelloSign API, you can automatically pre-fill fields for each for each signer with data you already have in your AST app. These fields need to be configured as “merge fields” when the template is created and then passed back with the signature request using the `custom_fields` parameter.


When creating the template, you’ll select “Sender” on the Signers drop down and place a textbox in the document. Give the merge field a unique name that you’ll reference when making the signature request.

Setting a "Merge field" as a "Sender" to pre-fill data during signing
Setting a "Merge field" as a "Sender" to pre-fill data during signing

‍

Now, when you send the offer letter using the Send Signature Request With Template (/signature_request/send_with_template) endpoint, you include a new parameter called `custom_fields`. As long as the key in `custom_fields` matches a specific merge field, then the corresponding textbox will be pre-filled with that value.

‍

‍

Here, you can see that we passed the candidates name back so they don’t have to fill it out. In the real world, your AST app would likely pre-fill a lot more data! Such as length of job, amount of pay, and any other details that are already available from the AST when the signature request is created for the offer letter.

‍

There are two main benefits of using `custom_fields`:

  • A smoother signing experience — the signer doesn’t waste time filling out data you already have about them
  • Correctness — using your AST or other system as the source of truth eliminates a vector for human error

‍

Canceling Signature Requests

Once the offer letter signature request is sent to a candidate, there are a couple different paths that could be taken.


The candidate could accept the position and sign the document! In this scenario, HelloSign would send an email notification once the document is signed. You could also use HelloSign’s webhooks, which are called events and callbacks, to trigger a process that updates the candidates status in the AST software.


Alternatively, the candidate could decline the position. If that happens, the recruiter would need to update the candidate's status with in the AST software. You could use that event to cancel the signature request through the HelloSign API using the Cancel Incomplete Signature Request (/signature_request/cancel/:signature_request_id) endpoint.

‍

‍

Regardless of the outcome of a specific job offer, it's always good to build out functionality that can help identify a specific signature request later when you need it. That can be accomplished using the List Signature Request (/signature_request/list) endpoint in combination with search.

‍

Enhancing Candidate Tracking with Offer Letter eSign

Adding eSignature capabilities to an applicant tracking system is a huge value add for your users. It can help eliminate human error, reduce manual work, and keep recruiters focused on recruiting instead of chasing down paperwork. The HelloSign API is a fantastic tool for implementing this feature because it’s quick to implement and has powerful features to create a seamless eSignature experience for your users. Find out more on the HelloSign 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
向右箭头图标
关闭图标

Up next:

illustration of a man with a ladder standing on a bunch of shapes slowly assembling them in a document
人力资源建议
4
分钟阅读时间

Is it time to update your employment contracts?

A man is opening a handbook up and a bright shining light is showing on his face
人力资源建议
7
分钟阅读时间

How to get started with an employee handbook

电子书

5 big business benefits of eSignatures in sales

产品
Dropbox SignDropbox Sign APIDropbox Fax集成
为什么选择 Dropbox Sign
电子签名签署文档签署和填写 PDF在线合同创建电子签名签名编辑器签署 Word 文档
支持
帮助中心与销售人员联系联系支持人员管理 Cookie开始使用:Dropbox Sign开始使用:Dropbox Sign API
资源
博客客户案例资源中心合法性指南信任中心
合作伙伴
战略合作伙伴合作伙伴查找工具
公司
招贤纳士条款隐私
Facebook 图标YouTube 图标

接受的付款方式

Mastercard 徽标Visa 徽标American Express 徽标Discover 徽标
CPA 合规标记HIPAA 合规标记Sky High Enterprise Ready 标记ISO 9001 认证标志

在美国、欧盟、英国和世界许多其他地区,Dropbox Sign 电子签名均具有法律约束力。
如需了解更多信息,请查看我们的条款和条件以及隐私政策