E-Sign
무엇이든 전자 서명합니다. 어디서 나. 안전한 전자 서명 시스템을 사용하여 모든 디바이스에서 전자 서명하고 문서를 쉽게 보낼 수 있습니다.
이 커넥터는 다음 제품 및 지역에서 사용할 수 있습니다.
| 서비스 | 클래스 | Regions |
|---|---|---|
| Copilot Studio | Premium | 다음을 제외한 모든 Power Automate 지역 : - 미국 정부(GCC) - 미국 정부(GCC High) - 21Vianet에서 운영하는 중국 클라우드 - 미국 국방부(DoD) |
| 논리 앱 | 스탠다드 | 다음을 제외한 모든 Logic Apps 지역 : - Azure Government 지역 - Azure 중국 지역 - 미국 국방부(DoD) |
| Power Apps | Premium | 다음을 제외한 모든 Power Apps 지역 : - 미국 정부(GCC) - 미국 정부(GCC High) - 21Vianet에서 운영하는 중국 클라우드 - 미국 국방부(DoD) |
| Power Automate | Premium | 다음을 제외한 모든 Power Automate 지역 : - 미국 정부(GCC) - 미국 정부(GCC High) - 21Vianet에서 운영하는 중국 클라우드 - 미국 국방부(DoD) |
| 연락처 | |
|---|---|
| 이름 | E-Sign 지원 |
| URL | https://www.e-sign.co.uk |
| 전자 메일 | support@e-sign.co.uk |
| 커넥터 메타데이터 | |
|---|---|
| 게시자 | E-Sign |
| 웹 사이트 | https://www.e-sign.co.uk |
| 개인 정보 보호 정책 | https://www.e-sign.co.uk/privacy/ |
| 카테고리 | 웹 사이트 |
필수 조건
이 커넥터를 사용하려면 E-Sign 플랫폼에 유료 E-Sign 계정이 있어야 합니다. 여기에서 계정을 설정할 수 있습니다 https://app.e-sign.co.uk/#/register/11.
자격 증명을 가져오는 방법
E-Sign API는 OAuth 2를 사용하여 인증하므로 계정이 설정되면 추가 단계가 필요하지 않습니다.
커넥터 시작
- E-Sign에 파일 업로드: 이 작업은 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/
제한 한도
| Name | 호출 | 갱신 기간 |
|---|---|---|
| 연결당 API 호출 | 100 | 60초 |
동작
| E-Sign 작업에 파일 업로드 |
서명할 문서를 만드는 데 사용할 수 있는 E-Sign 플랫폼에 파일을 업로드합니다. |
| 봉투 만들기 |
새 E-Sign 봉투 만들기 및 보내기 |
| 서식 파일에서 봉투 만들기 |
E-Sign 템플릿 중 하나를 사용하여 서명을 위한 새 봉투를 만듭니다. |
E-Sign 작업에 파일 업로드
서명할 문서를 만드는 데 사용할 수 있는 E-Sign 플랫폼에 파일을 업로드합니다.
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
base64
|
base64 | True | string |
base64 |
|
title
|
title | True | string |
title |
반환
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
아이디
|
id | string |
아이디 |
|
title
|
title | string |
title |
|
제목
|
subject | string |
제목 |
|
description
|
description | string |
description |
|
envelope_status
|
envelope_status | string |
envelope_status |
|
href
|
href | string |
href |
|
language
|
language | string |
language |
|
섬네일
|
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 |
섬네일 |
|
type
|
documents.upload_file.type | string |
type |
|
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 |
섬네일 |
|
type
|
documents.attachment_files.type | string |
type |
|
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 |
|
width
|
documents.document_fields.document_position.width | string |
width |
|
height
|
documents.document_fields.document_position.height | string |
height |
|
size
|
documents.document_fields.document_position.size | string |
size |
|
page
|
documents.document_fields.document_position.page | integer |
page |
|
서명자
|
signers | array of object |
서명자 |
|
아이디
|
signers.id | string |
아이디 |
|
이름
|
signers.name | string |
이름 |
|
메일 주소
|
signers.email | string |
메일 주소 |
|
마지막
|
signers.viewed.last | string |
마지막 |
|
amount_of_times
|
signers.viewed.amount_of_times | integer |
amount_of_times |
|
status
|
signers.envelope_status.status | string |
status |
|
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 |
|
status
|
signers.individual_document_status.status | string |
status |
|
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 |
|
type
|
envelope_meta.audit_trail.type | string |
type |
|
datetime
|
envelope_meta.audit_trail.datetime | string |
datetime |
|
조치
|
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 |
|
instance
|
envelope_meta.audit_trail.resource.instance | string |
instance |
|
이름
|
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 |
이름 |
봉투 만들기
새 E-Sign 봉투 만들기 및 보내기
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
title
|
title | True | string |
개별 문서 제목 |
|
제목
|
subject | string |
봉투 제목 |
|
|
description
|
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
|
page | integer |
page |
|
|
이름
|
name | True | string |
서명자 이름 |
|
메일 주소
|
True | string |
서명자 전자 메일 |
|
|
sign_in_sequential_order
|
sign_in_sequential_order | boolean |
sign_in_sequential_order |
|
|
이름
|
name | string |
이름 |
|
|
메일 주소
|
string |
메일 주소 |
반환
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
아이디
|
id | string |
아이디 |
|
title
|
title | string |
title |
|
제목
|
subject | string |
제목 |
|
description
|
description | string |
description |
|
envelope_status
|
envelope_status | string |
envelope_status |
|
href
|
href | string |
href |
|
language
|
language | string |
language |
|
섬네일
|
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 |
섬네일 |
|
type
|
documents.upload_file.type | string |
type |
|
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 |
섬네일 |
|
type
|
documents.attachment_files.type | string |
type |
|
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 |
|
width
|
documents.document_fields.document_position.width | string |
width |
|
height
|
documents.document_fields.document_position.height | string |
height |
|
size
|
documents.document_fields.document_position.size | string |
size |
|
page
|
documents.document_fields.document_position.page | integer |
page |
|
서명자
|
signers | array of object |
서명자 |
|
아이디
|
signers.id | string |
아이디 |
|
이름
|
signers.name | string |
이름 |
|
메일 주소
|
signers.email | string |
메일 주소 |
|
마지막
|
signers.viewed.last | string |
마지막 |
|
amount_of_times
|
signers.viewed.amount_of_times | integer |
amount_of_times |
|
status
|
signers.envelope_status.status | string |
status |
|
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 |
|
status
|
signers.individual_document_status.status | string |
status |
|
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 |
|
type
|
envelope_meta.audit_trail.type | string |
type |
|
datetime
|
envelope_meta.audit_trail.datetime | string |
datetime |
|
조치
|
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 |
|
instance
|
envelope_meta.audit_trail.resource.instance | string |
instance |
|
이름
|
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 |
이름 |
서식 파일에서 봉투 만들기
E-Sign 템플릿 중 하나를 사용하여 서명을 위한 새 봉투를 만듭니다.
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
템플릿 ID
|
id | string |
템플릿의 UUID(템플릿 제목이 아닌 경우 필요) |
|
|
템플릿 제목
|
template_title | string |
템플릿의 제목(템플릿 ID가 아닌 경우 필요) |
|
|
upload_file
|
upload_file | string |
업로드된 파일 ID |
|
|
제목
|
subject | string |
템플릿 주체가 저장된 템플릿 제목을 재정의합니다. |
|
|
이름
|
name | string |
서명자 이름 |
|
|
메일 주소
|
string |
서명자 전자 메일 |
트리거
| 만든 봉투 |
E-Sign 내에 새 봉투가 만들어지는 경우 |
| 서명자 서명 |
개별 서명자가 봉투 문서에 서명하는 경우 |
| 완료된 봉투 |
모든 서명자에서 봉투가 완전히 완성된 경우 |
만든 봉투
E-Sign 내에 새 봉투가 만들어지는 경우
반환
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
이벤트
|
event | string |
이벤트 |
|
아이디
|
envelope.id | string |
아이디 |
|
title
|
envelope.title | string |
title |
|
제목
|
envelope.subject | string |
제목 |
|
description
|
envelope.description | string |
description |
|
envelope_status
|
envelope.envelope_status | string |
envelope_status |
|
href
|
envelope.href | string |
href |
|
language
|
envelope.language | string |
language |
|
문서
|
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 |
섬네일 |
|
type
|
envelope.documents.upload_file.type | string |
type |
|
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 |
섬네일 |
|
type
|
envelope.documents.attachment_files.type | string |
type |
|
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 |
|
width
|
envelope.documents.document_fields.document_position.width | string |
width |
|
height
|
envelope.documents.document_fields.document_position.height | string |
height |
|
size
|
envelope.documents.document_fields.document_position.size | string |
size |
|
page
|
envelope.documents.document_fields.document_position.page | integer |
page |
|
서명자
|
envelope.signers | array of object |
서명자 |
|
아이디
|
envelope.signers.id | string |
아이디 |
|
이름
|
envelope.signers.name | string |
이름 |
|
메일 주소
|
envelope.signers.email | string |
메일 주소 |
|
마지막
|
envelope.signers.viewed.last | string |
마지막 |
|
amount_of_times
|
envelope.signers.viewed.amount_of_times | integer |
amount_of_times |
서명자 서명
개별 서명자가 봉투 문서에 서명하는 경우
반환
| Name | 경로 | 형식 | 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 |
완료된 봉투
모든 서명자에서 봉투가 완전히 완성된 경우
반환
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
이벤트
|
event | string |
이벤트 |
|
아이디
|
envelope.id | string |
아이디 |
|
title
|
envelope.title | string |
title |
|
제목
|
envelope.subject | string |
제목 |
|
description
|
envelope.description | string |
description |
|
envelope_status
|
envelope.envelope_status | string |
envelope_status |
|
href
|
envelope.href | string |
href |
|
language
|
envelope.language | string |
language |
|
문서
|
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 |
섬네일 |
|
type
|
envelope.documents.upload_file.type | string |
type |
|
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 |
섬네일 |
|
type
|
envelope.documents.attachment_files.type | string |
type |
|
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 |
|
width
|
envelope.documents.document_fields.document_position.width | string |
width |
|
height
|
envelope.documents.document_fields.document_position.height | string |
height |
|
size
|
envelope.documents.document_fields.document_position.size | string |
size |
|
page
|
envelope.documents.document_fields.document_position.page | integer |
page |
|
서명자
|
envelope.signers | array of object |
서명자 |
|
아이디
|
envelope.signers.id | string |
아이디 |
|
이름
|
envelope.signers.name | string |
이름 |
|
메일 주소
|
envelope.signers.email | string |
메일 주소 |
|
마지막
|
envelope.signers.viewed.last | string |
마지막 |
|
amount_of_times
|
envelope.signers.viewed.amount_of_times | integer |
amount_of_times |