电子签章
E-Sign Anything. 无论何处。 使用安全电子签名系统在任何设备上轻松对文档进行电子签名和发送。
此连接器在以下产品和区域中可用:
| 服务 | Class | 区域 |
|---|---|---|
| Copilot Studio | 高级 | 除以下各项外的所有 Power Automate 区域 : - 美国政府 (GCC) - 美国政府 (GCC High) - 由世纪互联运营的中国云 - 美国国防部(DoD) |
| 逻辑应用程序 | 标准 | 除以下各项外的所有 逻辑应用区域 : - Azure 政府区域 - Azure 中国区域 - 美国国防部(DoD) |
| Power Apps | 高级 | 除以下各项外的所有 Power Apps 区域 : - 美国政府 (GCC) - 美国政府 (GCC High) - 由世纪互联运营的中国云 - 美国国防部(DoD) |
| Power Automate | 高级 | 除以下各项外的所有 Power Automate 区域 : - 美国政府 (GCC) - 美国政府 (GCC High) - 由世纪互联运营的中国云 - 美国国防部(DoD) |
| 联系人 | |
|---|---|
| Name | 电子签名支持 |
| URL | https://www.e-sign.co.uk |
| support@e-sign.co.uk |
| 连接器元数据 | |
|---|---|
| 发布者 | 电子签章 |
| Website | https://www.e-sign.co.uk |
| 隐私策略 | https://www.e-sign.co.uk/privacy/ |
| 类别 | Website |
先决条件
若要使用此连接器,必须在 E-Sign 平台上拥有付费的电子登录帐户。 可以在此处 https://app.e-sign.co.uk/#/register/11设置帐户。
如何获取凭据
E-Sign API 使用 OAuth 2 进行身份验证,因此在设置帐户后无需执行其他步骤。
连接器入门
- 将文件上传到电子签名:此作采用 base64 字符串并将其上传到 E-Sign 平台
- 从模板创建文档:此作使用所选模板创建新文档。
从 Microsoft Outlook 或 Gmail 收到带附件的新电子邮件时,发送用于签名的文档,如下所示。

已知问题和限制
为了使上传函数当前正常工作,必须初始化并声明 String 变量。 以上示例中显示了这一点,这将允许将文档上传到 E-Sign 平台,然后用于新文档。
API 文档
https://api.e-sign.co.uk/v3/index.html
FAQ
https://www.e-sign.co.uk/support/faqs/ https://www.e-sign.co.uk/contact-us/
限制
| 名称 | 调用 | 续订期 |
|---|---|---|
| 每个连接的 API 调用数 | 100 | 60 秒 |
操作
| 从模板创建信封 |
使用电子签名模板之一创建新的信封进行签名。 |
| 创建信封 |
创建并发送新的 E-Sign 信封 |
| 将文件上传到电子签名作 |
将文件上传到电子签名平台,该平台可用于创建用于签名的文档 |
从模板创建信封
使用电子签名模板之一创建新的信封进行签名。
参数
| 名称 | 密钥 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
模板 ID
|
id | string |
模板的 UUID(除非模板标题是必需的) |
|
|
模板标题
|
template_title | string |
模板的标题(除非模板 ID 是必需的) |
|
|
upload_file
|
upload_file | string |
上传的文件 ID |
|
|
主题
|
subject | string |
模板主题替代保存的模板标题 |
|
|
姓名
|
name | string |
签名者名称 |
|
|
电子邮件
|
string |
签名者电子邮件 |
创建信封
创建并发送新的 E-Sign 信封
参数
| 名称 | 密钥 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
title
|
title | True | string |
单个文档标题 |
|
主题
|
subject | string |
信封主题 |
|
|
描述
|
description | string |
信封说明 |
|
|
title
|
title | True | string |
信封标题 |
|
id
|
id | True | string |
以前上传的文件 uuid |
|
id
|
id | string |
id |
|
|
signer_email
|
signer_email | string |
signer_email |
|
|
field_type
|
field_type | string |
field_type |
|
|
field_required
|
field_required | boolean |
field_required |
|
|
field_placeholder
|
field_placeholder | string |
field_placeholder |
|
|
field_value
|
field_value | string |
field_value |
|
|
x
|
x | string |
x |
|
|
y
|
y | string |
y |
|
|
页面
|
page | integer |
页面 |
|
|
姓名
|
name | True | string |
签名者名称 |
|
电子邮件
|
True | string |
签名者电子邮件 |
|
|
sign_in_sequential_order
|
sign_in_sequential_order | boolean |
sign_in_sequential_order |
|
|
姓名
|
name | string |
姓名 |
|
|
电子邮件
|
string |
电子邮件 |
返回
| 名称 | 路径 | 类型 | 说明 |
|---|---|---|---|
|
id
|
id | string |
id |
|
title
|
title | string |
title |
|
主题
|
subject | string |
主题 |
|
描述
|
description | string |
描述 |
|
envelope_status
|
envelope_status | string |
envelope_status |
|
href
|
href | string |
href |
|
语言
|
language | string |
语言 |
|
缩略图
|
thumbnail | string |
缩略图 |
|
文件
|
documents | array of object |
文件 |
|
id
|
documents.id | string |
id |
|
title
|
documents.title | string |
title |
|
document_status
|
documents.document_status | string |
document_status |
|
id
|
documents.upload_file.id | string |
id |
|
uri
|
documents.upload_file.uri | string |
uri |
|
文件名
|
documents.upload_file.file_name | string |
文件名 |
|
file_size
|
documents.upload_file.file_size | integer |
file_size |
|
加工
|
documents.upload_file.processing | boolean |
加工 |
|
date_created
|
documents.upload_file.date_created | string |
date_created |
|
页面
|
documents.upload_file.pages | integer |
页面 |
|
缩略图
|
documents.upload_file.thumbnail | string |
缩略图 |
|
类型
|
documents.upload_file.type | string |
类型 |
|
href
|
documents.upload_file.href | string |
href |
|
图像
|
documents.upload_file.images | array of object |
图像 |
|
网址
|
documents.upload_file.images.url | string |
网址 |
|
thumb_url
|
documents.upload_file.images.thumb_url | string |
thumb_url |
|
uri
|
documents.document_file.uri | string |
uri |
|
页面
|
documents.document_file.pages | integer |
页面 |
|
signature_certificate_page
|
documents.document_file.signature_certificate_page | integer |
signature_certificate_page |
|
图像
|
documents.document_file.images | array of object |
图像 |
|
网址
|
documents.document_file.images.url | string |
网址 |
|
thumb_url
|
documents.document_file.images.thumb_url | string |
thumb_url |
|
attachment_files
|
documents.attachment_files | array of object |
attachment_files |
|
id
|
documents.attachment_files.id | string |
id |
|
uri
|
documents.attachment_files.uri | string |
uri |
|
文件名
|
documents.attachment_files.file_name | string |
文件名 |
|
file_size
|
documents.attachment_files.file_size | integer |
file_size |
|
加工
|
documents.attachment_files.processing | boolean |
加工 |
|
date_created
|
documents.attachment_files.date_created | string |
date_created |
|
页面
|
documents.attachment_files.pages | integer |
页面 |
|
缩略图
|
documents.attachment_files.thumbnail | string |
缩略图 |
|
类型
|
documents.attachment_files.type | string |
类型 |
|
href
|
documents.attachment_files.href | string |
href |
|
图像
|
documents.attachment_files.images | array of object |
图像 |
|
网址
|
documents.attachment_files.images.url | string |
网址 |
|
thumb_url
|
documents.attachment_files.images.thumb_url | string |
thumb_url |
|
last_interaction
|
documents.last_interaction | string |
last_interaction |
|
document_fields
|
documents.document_fields | array of object |
document_fields |
|
id
|
documents.document_fields.id | string |
id |
|
signer_email
|
documents.document_fields.signer_email | string |
signer_email |
|
signer_id
|
documents.document_fields.signer_id | string |
signer_id |
|
field_type
|
documents.document_fields.field_type | string |
field_type |
|
field_required
|
documents.document_fields.field_required | boolean |
field_required |
|
field_placeholder
|
documents.document_fields.field_placeholder | string |
field_placeholder |
|
field_amount
|
documents.document_fields.field_amount | string |
field_amount |
|
field_value
|
documents.document_fields.field_value | string |
field_value |
|
field_dropdown_options
|
documents.document_fields.field_dropdown_options | array of string |
field_dropdown_options |
|
x
|
documents.document_fields.document_position.x | string |
x |
|
y
|
documents.document_fields.document_position.y | string |
y |
|
width
|
documents.document_fields.document_position.width | string |
width |
|
身高
|
documents.document_fields.document_position.height | string |
身高 |
|
size
|
documents.document_fields.document_position.size | string |
size |
|
页面
|
documents.document_fields.document_position.page | integer |
页面 |
|
签名
|
signers | array of object |
签名 |
|
id
|
signers.id | string |
id |
|
姓名
|
signers.name | string |
姓名 |
|
电子邮件
|
signers.email | string |
电子邮件 |
|
last
|
signers.viewed.last | string |
last |
|
amount_of_times
|
signers.viewed.amount_of_times | integer |
amount_of_times |
|
状态
|
signers.envelope_status.status | string |
状态 |
|
signed_at
|
signers.envelope_status.signed_at | string |
signed_at |
|
declined_at
|
signers.envelope_status.declined_at | string |
declined_at |
|
individual_document_status
|
signers.individual_document_status | array of object |
individual_document_status |
|
document_id
|
signers.individual_document_status.document_id | string |
document_id |
|
状态
|
signers.individual_document_status.status | string |
状态 |
|
signed_at
|
signers.individual_document_status.signed_at | string |
signed_at |
|
declined_at
|
signers.individual_document_status.declined_at | string |
declined_at |
|
declined_reason
|
signers.individual_document_status.declined_reason | string |
declined_reason |
|
authenticated_user
|
signers.signer_details.authenticated_user | boolean |
authenticated_user |
|
current_sequential_signer
|
signers.signer_details.current_sequential_signer | boolean |
current_sequential_signer |
|
registered_user
|
signers.signer_details.registered_user | boolean |
registered_user |
|
id_checker_document
|
signers.signer_details.id_checker_document | string |
id_checker_document |
|
dont_send_signing_emails
|
envelope_options.dont_send_signing_emails | boolean |
dont_send_signing_emails |
|
sign_in_sequential_order
|
envelope_options.sign_in_sequential_order | boolean |
sign_in_sequential_order |
|
last_interaction
|
envelope_meta.last_interaction | string |
last_interaction |
|
创建时间
|
envelope_meta.created_at | string |
创建时间 |
|
audit_trail
|
envelope_meta.audit_trail | array of object |
audit_trail |
|
类型
|
envelope_meta.audit_trail.type | string |
类型 |
|
日期/时间
|
envelope_meta.audit_trail.datetime | string |
日期/时间 |
|
操作
|
envelope_meta.audit_trail.action | string |
操作 |
|
姓名
|
envelope_meta.audit_trail.concern.name | string |
姓名 |
|
email_address
|
envelope_meta.audit_trail.concern.email_address | string |
email_address |
|
实例
|
envelope_meta.audit_trail.resource.instance | string |
实例 |
|
姓名
|
envelope_meta.audit_trail.resource.name | string |
姓名 |
|
id
|
envelope_meta.audit_trail.resource.id | string |
id |
|
姓名
|
envelope_meta.author.name | string |
姓名 |
|
电子邮件
|
envelope_meta.author.email | string |
电子邮件 |
|
tags
|
tags | array of object |
tags |
|
id
|
tags.id | string |
id |
|
姓名
|
tags.name | string |
姓名 |
将文件上传到电子签名作
将文件上传到电子签名平台,该平台可用于创建用于签名的文档
参数
| 名称 | 密钥 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
base64
|
base64 | True | string |
base64 |
|
title
|
title | True | string |
title |
返回
| 名称 | 路径 | 类型 | 说明 |
|---|---|---|---|
|
id
|
id | string |
id |
|
title
|
title | string |
title |
|
主题
|
subject | string |
主题 |
|
描述
|
description | string |
描述 |
|
envelope_status
|
envelope_status | string |
envelope_status |
|
href
|
href | string |
href |
|
语言
|
language | string |
语言 |
|
缩略图
|
thumbnail | string |
缩略图 |
|
文件
|
documents | array of object |
文件 |
|
id
|
documents.id | string |
id |
|
title
|
documents.title | string |
title |
|
document_status
|
documents.document_status | string |
document_status |
|
id
|
documents.upload_file.id | string |
id |
|
uri
|
documents.upload_file.uri | string |
uri |
|
文件名
|
documents.upload_file.file_name | string |
文件名 |
|
file_size
|
documents.upload_file.file_size | integer |
file_size |
|
加工
|
documents.upload_file.processing | boolean |
加工 |
|
date_created
|
documents.upload_file.date_created | string |
date_created |
|
页面
|
documents.upload_file.pages | integer |
页面 |
|
缩略图
|
documents.upload_file.thumbnail | string |
缩略图 |
|
类型
|
documents.upload_file.type | string |
类型 |
|
href
|
documents.upload_file.href | string |
href |
|
图像
|
documents.upload_file.images | array of object |
图像 |
|
网址
|
documents.upload_file.images.url | string |
网址 |
|
thumb_url
|
documents.upload_file.images.thumb_url | string |
thumb_url |
|
uri
|
documents.document_file.uri | string |
uri |
|
页面
|
documents.document_file.pages | integer |
页面 |
|
signature_certificate_page
|
documents.document_file.signature_certificate_page | integer |
signature_certificate_page |
|
图像
|
documents.document_file.images | array of object |
图像 |
|
网址
|
documents.document_file.images.url | string |
网址 |
|
thumb_url
|
documents.document_file.images.thumb_url | string |
thumb_url |
|
attachment_files
|
documents.attachment_files | array of object |
attachment_files |
|
id
|
documents.attachment_files.id | string |
id |
|
uri
|
documents.attachment_files.uri | string |
uri |
|
文件名
|
documents.attachment_files.file_name | string |
文件名 |
|
file_size
|
documents.attachment_files.file_size | integer |
file_size |
|
加工
|
documents.attachment_files.processing | boolean |
加工 |
|
date_created
|
documents.attachment_files.date_created | string |
date_created |
|
页面
|
documents.attachment_files.pages | integer |
页面 |
|
缩略图
|
documents.attachment_files.thumbnail | string |
缩略图 |
|
类型
|
documents.attachment_files.type | string |
类型 |
|
href
|
documents.attachment_files.href | string |
href |
|
图像
|
documents.attachment_files.images | array of object |
图像 |
|
网址
|
documents.attachment_files.images.url | string |
网址 |
|
thumb_url
|
documents.attachment_files.images.thumb_url | string |
thumb_url |
|
last_interaction
|
documents.last_interaction | string |
last_interaction |
|
document_fields
|
documents.document_fields | array of object |
document_fields |
|
id
|
documents.document_fields.id | string |
id |
|
signer_email
|
documents.document_fields.signer_email | string |
signer_email |
|
signer_id
|
documents.document_fields.signer_id | string |
signer_id |
|
field_type
|
documents.document_fields.field_type | string |
field_type |
|
field_required
|
documents.document_fields.field_required | boolean |
field_required |
|
field_placeholder
|
documents.document_fields.field_placeholder | string |
field_placeholder |
|
field_amount
|
documents.document_fields.field_amount | string |
field_amount |
|
field_value
|
documents.document_fields.field_value | string |
field_value |
|
field_dropdown_options
|
documents.document_fields.field_dropdown_options | array of string |
field_dropdown_options |
|
x
|
documents.document_fields.document_position.x | string |
x |
|
y
|
documents.document_fields.document_position.y | string |
y |
|
width
|
documents.document_fields.document_position.width | string |
width |
|
身高
|
documents.document_fields.document_position.height | string |
身高 |
|
size
|
documents.document_fields.document_position.size | string |
size |
|
页面
|
documents.document_fields.document_position.page | integer |
页面 |
|
签名
|
signers | array of object |
签名 |
|
id
|
signers.id | string |
id |
|
姓名
|
signers.name | string |
姓名 |
|
电子邮件
|
signers.email | string |
电子邮件 |
|
last
|
signers.viewed.last | string |
last |
|
amount_of_times
|
signers.viewed.amount_of_times | integer |
amount_of_times |
|
状态
|
signers.envelope_status.status | string |
状态 |
|
signed_at
|
signers.envelope_status.signed_at | string |
signed_at |
|
declined_at
|
signers.envelope_status.declined_at | string |
declined_at |
|
individual_document_status
|
signers.individual_document_status | array of object |
individual_document_status |
|
document_id
|
signers.individual_document_status.document_id | string |
document_id |
|
状态
|
signers.individual_document_status.status | string |
状态 |
|
signed_at
|
signers.individual_document_status.signed_at | string |
signed_at |
|
declined_at
|
signers.individual_document_status.declined_at | string |
declined_at |
|
declined_reason
|
signers.individual_document_status.declined_reason | string |
declined_reason |
|
authenticated_user
|
signers.signer_details.authenticated_user | boolean |
authenticated_user |
|
current_sequential_signer
|
signers.signer_details.current_sequential_signer | boolean |
current_sequential_signer |
|
registered_user
|
signers.signer_details.registered_user | boolean |
registered_user |
|
id_checker_document
|
signers.signer_details.id_checker_document | string |
id_checker_document |
|
dont_send_signing_emails
|
envelope_options.dont_send_signing_emails | boolean |
dont_send_signing_emails |
|
sign_in_sequential_order
|
envelope_options.sign_in_sequential_order | boolean |
sign_in_sequential_order |
|
last_interaction
|
envelope_meta.last_interaction | string |
last_interaction |
|
创建时间
|
envelope_meta.created_at | string |
创建时间 |
|
audit_trail
|
envelope_meta.audit_trail | array of object |
audit_trail |
|
类型
|
envelope_meta.audit_trail.type | string |
类型 |
|
日期/时间
|
envelope_meta.audit_trail.datetime | string |
日期/时间 |
|
操作
|
envelope_meta.audit_trail.action | string |
操作 |
|
姓名
|
envelope_meta.audit_trail.concern.name | string |
姓名 |
|
email_address
|
envelope_meta.audit_trail.concern.email_address | string |
email_address |
|
实例
|
envelope_meta.audit_trail.resource.instance | string |
实例 |
|
姓名
|
envelope_meta.audit_trail.resource.name | string |
姓名 |
|
id
|
envelope_meta.audit_trail.resource.id | string |
id |
|
姓名
|
envelope_meta.author.name | string |
姓名 |
|
电子邮件
|
envelope_meta.author.email | string |
电子邮件 |
|
tags
|
tags | array of object |
tags |
|
姓名
|
tags.name | string |
姓名 |
触发器
| 创建的信封 |
在 E-Sign 中创建新信封时 |
| 已完成信封 |
当所有签名者完全完成信封时 |
| 签名者标志 |
当单个签名者签署信封的文档时 |
创建的信封
在 E-Sign 中创建新信封时
返回
| 名称 | 路径 | 类型 | 说明 |
|---|---|---|---|
|
事件
|
event | string |
事件 |
|
id
|
envelope.id | string |
id |
|
title
|
envelope.title | string |
title |
|
主题
|
envelope.subject | string |
主题 |
|
描述
|
envelope.description | string |
描述 |
|
envelope_status
|
envelope.envelope_status | string |
envelope_status |
|
href
|
envelope.href | string |
href |
|
语言
|
envelope.language | string |
语言 |
|
文件
|
envelope.documents | array of object |
文件 |
|
id
|
envelope.documents.id | string |
id |
|
title
|
envelope.documents.title | string |
title |
|
document_status
|
envelope.documents.document_status | string |
document_status |
|
id
|
envelope.documents.upload_file.id | string |
id |
|
uri
|
envelope.documents.upload_file.uri | string |
uri |
|
文件名
|
envelope.documents.upload_file.file_name | string |
文件名 |
|
file_size
|
envelope.documents.upload_file.file_size | integer |
file_size |
|
加工
|
envelope.documents.upload_file.processing | boolean |
加工 |
|
date_created
|
envelope.documents.upload_file.date_created | string |
date_created |
|
页面
|
envelope.documents.upload_file.pages | integer |
页面 |
|
缩略图
|
envelope.documents.upload_file.thumbnail | string |
缩略图 |
|
类型
|
envelope.documents.upload_file.type | string |
类型 |
|
href
|
envelope.documents.upload_file.href | string |
href |
|
uri
|
envelope.documents.document_file.uri | string |
uri |
|
页面
|
envelope.documents.document_file.pages | integer |
页面 |
|
signature_certificate_page
|
envelope.documents.document_file.signature_certificate_page | integer |
signature_certificate_page |
|
attachment_files
|
envelope.documents.attachment_files | array of object |
attachment_files |
|
id
|
envelope.documents.attachment_files.id | string |
id |
|
uri
|
envelope.documents.attachment_files.uri | string |
uri |
|
文件名
|
envelope.documents.attachment_files.file_name | string |
文件名 |
|
file_size
|
envelope.documents.attachment_files.file_size | integer |
file_size |
|
加工
|
envelope.documents.attachment_files.processing | boolean |
加工 |
|
date_created
|
envelope.documents.attachment_files.date_created | string |
date_created |
|
页面
|
envelope.documents.attachment_files.pages | integer |
页面 |
|
缩略图
|
envelope.documents.attachment_files.thumbnail | string |
缩略图 |
|
类型
|
envelope.documents.attachment_files.type | string |
类型 |
|
href
|
envelope.documents.attachment_files.href | string |
href |
|
last_interaction
|
envelope.documents.last_interaction | string |
last_interaction |
|
document_fields
|
envelope.documents.document_fields | array of object |
document_fields |
|
id
|
envelope.documents.document_fields.id | string |
id |
|
signer_email
|
envelope.documents.document_fields.signer_email | string |
signer_email |
|
signer_id
|
envelope.documents.document_fields.signer_id | string |
signer_id |
|
field_type
|
envelope.documents.document_fields.field_type | string |
field_type |
|
field_required
|
envelope.documents.document_fields.field_required | boolean |
field_required |
|
field_placeholder
|
envelope.documents.document_fields.field_placeholder | string |
field_placeholder |
|
field_amount
|
envelope.documents.document_fields.field_amount | string |
field_amount |
|
field_value
|
envelope.documents.document_fields.field_value | string |
field_value |
|
field_dropdown_options
|
envelope.documents.document_fields.field_dropdown_options | array of string |
field_dropdown_options |
|
x
|
envelope.documents.document_fields.document_position.x | string |
x |
|
y
|
envelope.documents.document_fields.document_position.y | string |
y |
|
width
|
envelope.documents.document_fields.document_position.width | string |
width |
|
身高
|
envelope.documents.document_fields.document_position.height | string |
身高 |
|
size
|
envelope.documents.document_fields.document_position.size | string |
size |
|
页面
|
envelope.documents.document_fields.document_position.page | integer |
页面 |
|
签名
|
envelope.signers | array of object |
签名 |
|
id
|
envelope.signers.id | string |
id |
|
姓名
|
envelope.signers.name | string |
姓名 |
|
电子邮件
|
envelope.signers.email | string |
电子邮件 |
|
last
|
envelope.signers.viewed.last | string |
last |
|
amount_of_times
|
envelope.signers.viewed.amount_of_times | integer |
amount_of_times |
已完成信封
当所有签名者完全完成信封时
返回
| 名称 | 路径 | 类型 | 说明 |
|---|---|---|---|
|
事件
|
event | string |
事件 |
|
id
|
envelope.id | string |
id |
|
title
|
envelope.title | string |
title |
|
主题
|
envelope.subject | string |
主题 |
|
描述
|
envelope.description | string |
描述 |
|
envelope_status
|
envelope.envelope_status | string |
envelope_status |
|
href
|
envelope.href | string |
href |
|
语言
|
envelope.language | string |
语言 |
|
文件
|
envelope.documents | array of object |
文件 |
|
id
|
envelope.documents.id | string |
id |
|
title
|
envelope.documents.title | string |
title |
|
document_status
|
envelope.documents.document_status | string |
document_status |
|
id
|
envelope.documents.upload_file.id | string |
id |
|
uri
|
envelope.documents.upload_file.uri | string |
uri |
|
文件名
|
envelope.documents.upload_file.file_name | string |
文件名 |
|
file_size
|
envelope.documents.upload_file.file_size | integer |
file_size |
|
加工
|
envelope.documents.upload_file.processing | boolean |
加工 |
|
date_created
|
envelope.documents.upload_file.date_created | string |
date_created |
|
页面
|
envelope.documents.upload_file.pages | integer |
页面 |
|
缩略图
|
envelope.documents.upload_file.thumbnail | string |
缩略图 |
|
类型
|
envelope.documents.upload_file.type | string |
类型 |
|
href
|
envelope.documents.upload_file.href | string |
href |
|
uri
|
envelope.documents.document_file.uri | string |
uri |
|
页面
|
envelope.documents.document_file.pages | integer |
页面 |
|
signature_certificate_page
|
envelope.documents.document_file.signature_certificate_page | integer |
signature_certificate_page |
|
attachment_files
|
envelope.documents.attachment_files | array of object |
attachment_files |
|
id
|
envelope.documents.attachment_files.id | string |
id |
|
uri
|
envelope.documents.attachment_files.uri | string |
uri |
|
文件名
|
envelope.documents.attachment_files.file_name | string |
文件名 |
|
file_size
|
envelope.documents.attachment_files.file_size | integer |
file_size |
|
加工
|
envelope.documents.attachment_files.processing | boolean |
加工 |
|
date_created
|
envelope.documents.attachment_files.date_created | string |
date_created |
|
页面
|
envelope.documents.attachment_files.pages | integer |
页面 |
|
缩略图
|
envelope.documents.attachment_files.thumbnail | string |
缩略图 |
|
类型
|
envelope.documents.attachment_files.type | string |
类型 |
|
href
|
envelope.documents.attachment_files.href | string |
href |
|
last_interaction
|
envelope.documents.last_interaction | string |
last_interaction |
|
document_fields
|
envelope.documents.document_fields | array of object |
document_fields |
|
id
|
envelope.documents.document_fields.id | string |
id |
|
signer_email
|
envelope.documents.document_fields.signer_email | string |
signer_email |
|
signer_id
|
envelope.documents.document_fields.signer_id | string |
signer_id |
|
field_type
|
envelope.documents.document_fields.field_type | string |
field_type |
|
field_required
|
envelope.documents.document_fields.field_required | boolean |
field_required |
|
field_placeholder
|
envelope.documents.document_fields.field_placeholder | string |
field_placeholder |
|
field_amount
|
envelope.documents.document_fields.field_amount | string |
field_amount |
|
field_value
|
envelope.documents.document_fields.field_value | string |
field_value |
|
field_dropdown_options
|
envelope.documents.document_fields.field_dropdown_options | array of string |
field_dropdown_options |
|
x
|
envelope.documents.document_fields.document_position.x | string |
x |
|
y
|
envelope.documents.document_fields.document_position.y | string |
y |
|
width
|
envelope.documents.document_fields.document_position.width | string |
width |
|
身高
|
envelope.documents.document_fields.document_position.height | string |
身高 |
|
size
|
envelope.documents.document_fields.document_position.size | string |
size |
|
页面
|
envelope.documents.document_fields.document_position.page | integer |
页面 |
|
签名
|
envelope.signers | array of object |
签名 |
|
id
|
envelope.signers.id | string |
id |
|
姓名
|
envelope.signers.name | string |
姓名 |
|
电子邮件
|
envelope.signers.email | string |
电子邮件 |
|
last
|
envelope.signers.viewed.last | string |
last |
|
amount_of_times
|
envelope.signers.viewed.amount_of_times | integer |
amount_of_times |
签名者标志
当单个签名者签署信封的文档时
返回
| 名称 | 路径 | 类型 | 说明 |
|---|---|---|---|
|
UUID(通用唯一识别码)
|
signer.uuid | string |
UUID(通用唯一识别码) |
|
姓名
|
signer.name | string |
姓名 |
|
email_address
|
signer.email_address | string |
email_address |
|
signed_at
|
signer.signed_at | string |
signed_at |
|
declined_at
|
signer.declined_at | string |
declined_at |
|
declined_reason
|
signer.declined_reason | string |
declined_reason |
|
response_ip
|
signer.response_ip | string |
response_ip |
|
response_os
|
signer.response_os | string |
response_os |
|
response_browser
|
signer.response_browser | string |
response_browser |
|
response_browser_version
|
signer.response_browser_version | integer |
response_browser_version |
|
required_additional_fields
|
signer.required_additional_fields | array of |
required_additional_fields |
|
document_status
|
document_status | string |
document_status |
|
document_uuid
|
document_uuid | string |
document_uuid |
|
event_name
|
event_name | string |
event_name |