SignSender
Home
Empresas
Listar
Adicionar
Representantes
Parâmetros
Listar
Adicionar
Enevlops
Listar
Adicionar
Serviços
Listar
Adicionar
Usuários
Listar
Adicionar
Envelop
https://app.clicksign.com/api/v3/envelopes/
api.zapsign.com.br
https://app.clicksign.com/api/v3/envelopes/
VSeg Código
Sub Envelop(Rubricas)
Envelop ID
Json Replace
{ "<SUBJECT>": "subject", "<DATE_EXPIRATION>": "data_expiration", "<FILENAME>":"file_name", "<BASE64_FILE>":"base64_file", "<NOME>": "nome", "<PHONE_NUMBER>": "cell_phone", "<TYPE>": "type", "<EMAIL>": "email", "<DOCUMENT_ID>": "document_id", "<SIGNER_ID>": "singer_id", "<EMAIL_COPIA>": "email_copia" }
Json Header
Json
{ "create_envelop": { "data": { "type": "envelopes", "attributes": { "name": "<SUBJECT>", "locale": "pt-BR", "auto_close": True, "remind_interval": 3, "block_after_refusal": True, "deadline_at": "<DATE_EXPIRATION>" } } }, "create_document": { "data": { "type": "documents", "attributes": { "filename": "<FILENAME>", "content_base64": "data:application/pdf;base64,<BASE64_FILE>", "metadata": { "type": "private", "id": 1, "user": 441 } } } }, "add_signer": { "data": { "type": "signers", "attributes": { "name": "<NOME>", "email": "<EMAIL>", "phone_number": "<PHONE_NUMBER>", "has_documentation": True, "refusable": False, "group": 1, "communicate_events": { "document_signed": "<TYPE>", "signature_request": "<TYPE>", "signature_reminder": "email" } } } }, "add_qualification_requeriments": { "data": { "type": "requirements", "attributes": { "action": "agree", "role": "sign" }, "relationships": { "document": { "data": { "type": "documents", "id": "<DOCUMENT_ID>" } }, "signer": { "data": { "type": "signers", "id": "<SIGNER_ID>" } } } } }, "add_auth_requeriments": { "atomic:operations": [ { "op": "add", "data": { "type": "requirements", "attributes": { "action": "provide_evidence", "auth": "selfie" }, "relationships": { "document": { "data": { "type": "documents", "id": "<DOCUMENT_ID>" } }, "signer": { "data": { "type": "signers", "id": "<SIGNER_ID>" } } } } }, { "op": "add", "data": { "type": "requirements", "attributes": { "action": "provide_evidence", "auth": "official_document" }, "relationships": { "document": { "data": { "type": "documents", "id": "<DOCUMENT_ID>" } }, "signer": { "data": { "type": "signers", "id": "<SIGNER_ID>" } } } } }, { "op": "add", "data": { "type": "requirements", "attributes": { "action": "provide_evidence", "auth": "whatsapp" }, "relationships": { "document": { "data": { "type": "documents", "id": "<DOCUMENT_ID>" } }, "signer": { "data": { "type": "signers", "id": "<SIGNER_ID>" } } } } } ] }, "add_signature_watcher": { "data": { "type": "signature_watchers", "attributes": { "email": "<EMAIL_COPIA>", "kind": "all_steps", "attach_documents_enabled": true } } }, "starting_envelop": { "data": { "id": "<ENVELOP_ID>", "type": "envelopes", "attributes": { "status": "running", "deadline_at": "<DATE_EXPIRATION>" }, "relationships": { "folder": { "data": { "id": "ff762589-0f66-4c14-9cfc-8fd7cfffd0a6", "type": "folders" } } } } }, "send_notification": { "data": { "type": "notifications", "attributes": { "message": "Por favor, assine o documento." } } } }
Json Footer
Salvar