電子簽名
對任何內容進行電子簽名。 無論何處。 使用我們的安全電子簽名系統,可以輕鬆地在任何設備上進行電子簽名和發送文檔。
此連接器適用於以下產品和區域:
| 服務 | Class | Regions |
|---|---|---|
| 副駕駛工作室 | 進階 | 除下列區域外的所有 Power Automate 區域 : - 美國政府 (GCC) - 美國政府(海灣合作委員會高中) - 由 21Vianet 營運的中國雲 - 美國國防部 (DoD) |
| 邏輯應用程式 | 標準 | 所有 Logic Apps 區域, 但下列區域除外: - Azure Government 區域 - Azure 中國區域 - 美國國防部 (DoD) |
| Power Apps | 進階 | 除下列區域外的所有 Power Apps 區域 : - 美國政府 (GCC) - 美國政府(海灣合作委員會高中) - 由 21Vianet 營運的中國雲 - 美國國防部 (DoD) |
| Power Automate(自動化服務) | 進階 | 除下列區域外的所有 Power Automate 區域 : - 美國政府 (GCC) - 美國政府(海灣合作委員會高中) - 由 21Vianet 營運的中國雲 - 美國國防部 (DoD) |
| 連絡人 | |
|---|---|
| 名稱 | 電子簽名支持 |
| URL | https://www.e-sign.co.uk |
| support@e-sign.co.uk |
| 連接器中繼資料 | |
|---|---|
| Publisher | 電子簽名 |
| 網站 | https://www.e-sign.co.uk |
| 隱私策略 | https://www.e-sign.co.uk/privacy/ |
| 類別 | 網站 |
先決條件
若要使用此連接器,您必須在電子簽署平台上擁有付費的電子簽署帳戶。 您可以在此處 https://app.e-sign.co.uk/#/register/11設置帳戶。
如何取得認證
電子簽名 API 使用 OAuth 2 進行身份驗證,因此一旦設置了帳戶,就不需要額外的步驟。
開始使用連接器
- 將檔案上傳至電子簽署:此動作會採用 base64 字串,並將其上傳至電子簽署平台
- 從範本建立文件:此動作會使用選取的範本建立新文件。
當從 Microsoft Outlook 或 Gmail 收到帶有附件的新電子郵件時,發送文件進行簽名,如下所示。

已知問題與限制
為了使上傳函數目前正常工作,必須初始化一個字串變數,然後聲明。 如上例所示,這將允許將文件上傳到電子簽名平台,然後用於新文件。
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 秒 |
動作
| 上傳檔案至電子簽署動作 |
將檔案上傳至電子簽署平台,以建立文件進行簽署 |
| 建立信封 |
建立並傳送新的電子簽署信封 |
| 從範本建立信封 |
使用其中一個電子簽署範本建立新信封進行簽署。 |
上傳檔案至電子簽署動作
將檔案上傳至電子簽署平台,以建立文件進行簽署
參數
| 名稱 | 機碼 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
base64
|
base64 | True | string |
base64 |
|
title
|
title | True | string |
title |
傳回
| 名稱 | 路徑 | 類型 | Description |
|---|---|---|---|
|
識別碼
|
id | string |
識別碼 |
|
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 |
檔 |
|
識別碼
|
documents.id | string |
識別碼 |
|
title
|
documents.title | string |
title |
|
document_status
|
documents.document_status | string |
document_status |
|
識別碼
|
documents.upload_file.id | string |
識別碼 |
|
統一資源識別碼 (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 |
|
pages
|
documents.upload_file.pages | integer |
pages |
|
縮圖
|
documents.upload_file.thumbnail | string |
縮圖 |
|
型別
|
documents.upload_file.type | string |
型別 |
|
href
|
documents.upload_file.href | string |
href |
|
images
|
documents.upload_file.images | array of object |
images |
|
url
|
documents.upload_file.images.url | string |
url |
|
thumb_url
|
documents.upload_file.images.thumb_url | string |
thumb_url |
|
統一資源識別碼 (URI)
|
documents.document_file.uri | string |
統一資源識別碼 (URI) |
|
pages
|
documents.document_file.pages | integer |
pages |
|
signature_certificate_page
|
documents.document_file.signature_certificate_page | integer |
signature_certificate_page |
|
images
|
documents.document_file.images | array of object |
images |
|
url
|
documents.document_file.images.url | string |
url |
|
thumb_url
|
documents.document_file.images.thumb_url | string |
thumb_url |
|
attachment_files
|
documents.attachment_files | array of object |
attachment_files |
|
識別碼
|
documents.attachment_files.id | string |
識別碼 |
|
統一資源識別碼 (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 |
|
pages
|
documents.attachment_files.pages | integer |
pages |
|
縮圖
|
documents.attachment_files.thumbnail | string |
縮圖 |
|
型別
|
documents.attachment_files.type | string |
型別 |
|
href
|
documents.attachment_files.href | string |
href |
|
images
|
documents.attachment_files.images | array of object |
images |
|
url
|
documents.attachment_files.images.url | string |
url |
|
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 |
|
識別碼
|
documents.document_fields.id | string |
識別碼 |
|
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 |
|
寬度
|
documents.document_fields.document_position.width | string |
寬度 |
|
height
|
documents.document_fields.document_position.height | string |
height |
|
size
|
documents.document_fields.document_position.size | string |
size |
|
頁面
|
documents.document_fields.document_position.page | integer |
頁面 |
|
簽署者
|
signers | array of object |
簽署者 |
|
識別碼
|
signers.id | string |
識別碼 |
|
名稱
|
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 |
名稱 |
|
識別碼
|
envelope_meta.audit_trail.resource.id | string |
識別碼 |
|
名稱
|
envelope_meta.author.name | string |
名稱 |
|
電子郵件
|
envelope_meta.author.email | string |
電子郵件 |
|
tags
|
tags | array of object |
tags |
|
名稱
|
tags.name | string |
名稱 |
建立信封
建立並傳送新的電子簽署信封
參數
| 名稱 | 機碼 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
title
|
title | True | string |
個別文件標題 |
|
主題
|
subject | string |
信封主題 |
|
|
描述
|
description | string |
信封說明 |
|
|
title
|
title | True | string |
信封標題 |
|
識別碼
|
id | True | string |
先前上傳的檔案 uuid |
|
識別碼
|
id | string |
識別碼 |
|
|
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 |
電子郵件 |
傳回
| 名稱 | 路徑 | 類型 | Description |
|---|---|---|---|
|
識別碼
|
id | string |
識別碼 |
|
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 |
檔 |
|
識別碼
|
documents.id | string |
識別碼 |
|
title
|
documents.title | string |
title |
|
document_status
|
documents.document_status | string |
document_status |
|
識別碼
|
documents.upload_file.id | string |
識別碼 |
|
統一資源識別碼 (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 |
|
pages
|
documents.upload_file.pages | integer |
pages |
|
縮圖
|
documents.upload_file.thumbnail | string |
縮圖 |
|
型別
|
documents.upload_file.type | string |
型別 |
|
href
|
documents.upload_file.href | string |
href |
|
images
|
documents.upload_file.images | array of object |
images |
|
url
|
documents.upload_file.images.url | string |
url |
|
thumb_url
|
documents.upload_file.images.thumb_url | string |
thumb_url |
|
統一資源識別碼 (URI)
|
documents.document_file.uri | string |
統一資源識別碼 (URI) |
|
pages
|
documents.document_file.pages | integer |
pages |
|
signature_certificate_page
|
documents.document_file.signature_certificate_page | integer |
signature_certificate_page |
|
images
|
documents.document_file.images | array of object |
images |
|
url
|
documents.document_file.images.url | string |
url |
|
thumb_url
|
documents.document_file.images.thumb_url | string |
thumb_url |
|
attachment_files
|
documents.attachment_files | array of object |
attachment_files |
|
識別碼
|
documents.attachment_files.id | string |
識別碼 |
|
統一資源識別碼 (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 |
|
pages
|
documents.attachment_files.pages | integer |
pages |
|
縮圖
|
documents.attachment_files.thumbnail | string |
縮圖 |
|
型別
|
documents.attachment_files.type | string |
型別 |
|
href
|
documents.attachment_files.href | string |
href |
|
images
|
documents.attachment_files.images | array of object |
images |
|
url
|
documents.attachment_files.images.url | string |
url |
|
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 |
|
識別碼
|
documents.document_fields.id | string |
識別碼 |
|
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 |
|
寬度
|
documents.document_fields.document_position.width | string |
寬度 |
|
height
|
documents.document_fields.document_position.height | string |
height |
|
size
|
documents.document_fields.document_position.size | string |
size |
|
頁面
|
documents.document_fields.document_position.page | integer |
頁面 |
|
簽署者
|
signers | array of object |
簽署者 |
|
識別碼
|
signers.id | string |
識別碼 |
|
名稱
|
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 |
名稱 |
|
識別碼
|
envelope_meta.audit_trail.resource.id | string |
識別碼 |
|
名稱
|
envelope_meta.author.name | string |
名稱 |
|
電子郵件
|
envelope_meta.author.email | string |
電子郵件 |
|
tags
|
tags | array of object |
tags |
|
識別碼
|
tags.id | string |
識別碼 |
|
名稱
|
tags.name | string |
名稱 |
從範本建立信封
使用其中一個電子簽署範本建立新信封進行簽署。
參數
| 名稱 | 機碼 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
範本識別碼
|
id | string |
範本的UUID(除非範本標題為必要) |
|
|
範本標題
|
template_title | string |
範本的標題 (除非範本 ID 為必要) |
|
|
upload_file
|
upload_file | string |
上傳的檔案ID |
|
|
主題
|
subject | string |
範本主旨會覆寫已儲存的範本標題 |
|
|
名稱
|
name | string |
簽署者名稱 |
|
|
電子郵件
|
string |
簽署者電子郵件 |
觸發程序
| 完成信封 |
當所有簽署人都完成信封時 |
| 建立的信封 |
在電子簽署中建立新信封時 |
| 簽名者標誌 |
當個別簽署人簽署信封文件時 |
完成信封
當所有簽署人都完成信封時
傳回
| 名稱 | 路徑 | 類型 | Description |
|---|---|---|---|
|
事件
|
event | string |
事件 |
|
識別碼
|
envelope.id | string |
識別碼 |
|
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 |
檔 |
|
識別碼
|
envelope.documents.id | string |
識別碼 |
|
title
|
envelope.documents.title | string |
title |
|
document_status
|
envelope.documents.document_status | string |
document_status |
|
識別碼
|
envelope.documents.upload_file.id | string |
識別碼 |
|
統一資源識別碼 (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 |
|
pages
|
envelope.documents.upload_file.pages | integer |
pages |
|
縮圖
|
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) |
|
pages
|
envelope.documents.document_file.pages | integer |
pages |
|
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 |
|
識別碼
|
envelope.documents.attachment_files.id | string |
識別碼 |
|
統一資源識別碼 (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 |
|
pages
|
envelope.documents.attachment_files.pages | integer |
pages |
|
縮圖
|
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 |
|
識別碼
|
envelope.documents.document_fields.id | string |
識別碼 |
|
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 |
|
寬度
|
envelope.documents.document_fields.document_position.width | string |
寬度 |
|
height
|
envelope.documents.document_fields.document_position.height | string |
height |
|
size
|
envelope.documents.document_fields.document_position.size | string |
size |
|
頁面
|
envelope.documents.document_fields.document_position.page | integer |
頁面 |
|
簽署者
|
envelope.signers | array of object |
簽署者 |
|
識別碼
|
envelope.signers.id | string |
識別碼 |
|
名稱
|
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 |
建立的信封
在電子簽署中建立新信封時
傳回
| 名稱 | 路徑 | 類型 | Description |
|---|---|---|---|
|
事件
|
event | string |
事件 |
|
識別碼
|
envelope.id | string |
識別碼 |
|
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 |
檔 |
|
識別碼
|
envelope.documents.id | string |
識別碼 |
|
title
|
envelope.documents.title | string |
title |
|
document_status
|
envelope.documents.document_status | string |
document_status |
|
識別碼
|
envelope.documents.upload_file.id | string |
識別碼 |
|
統一資源識別碼 (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 |
|
pages
|
envelope.documents.upload_file.pages | integer |
pages |
|
縮圖
|
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) |
|
pages
|
envelope.documents.document_file.pages | integer |
pages |
|
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 |
|
識別碼
|
envelope.documents.attachment_files.id | string |
識別碼 |
|
統一資源識別碼 (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 |
|
pages
|
envelope.documents.attachment_files.pages | integer |
pages |
|
縮圖
|
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 |
|
識別碼
|
envelope.documents.document_fields.id | string |
識別碼 |
|
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 |
|
寬度
|
envelope.documents.document_fields.document_position.width | string |
寬度 |
|
height
|
envelope.documents.document_fields.document_position.height | string |
height |
|
size
|
envelope.documents.document_fields.document_position.size | string |
size |
|
頁面
|
envelope.documents.document_fields.document_position.page | integer |
頁面 |
|
簽署者
|
envelope.signers | array of object |
簽署者 |
|
識別碼
|
envelope.signers.id | string |
識別碼 |
|
名稱
|
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 |
簽名者標誌
當個別簽署人簽署信封文件時
傳回
| 名稱 | 路徑 | 類型 | Description |
|---|---|---|---|
|
全域唯一識別碼 (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 |