Dropbox Sign 콜백 이벤트의 예

업데이트된 날짜 Sep 23, 2025

In this article

Dropbox Sign 콜백 이벤트는 Dropbox Sign에서 발생하는 이벤트에 대한 실시간 정보를 제공합니다. 이를 통해 템플릿 생성, 서명 요청 완료, 서명 요청 거절 등 서명 요청 워크플로에서 발생하는 이벤트를 기반으로 응답을 자동 생성할 수 있습니다.

API 대시보드에서 계정 및/또는 앱에 대한 콜백 이벤트를 미리 볼 수 있습니다. Dropbox Sign API 대시보드에 대해 자세히 알아보세요.

콜백 이벤트 구조의 예를 아래에서 살펴보세요.

{
  "event": {
    "event_type": "signature_request_sent",
    "event_time": "1525470811",
    "event_hash": "e3f253402d44dcc16e5ecc5972e87c4ec32c0bb4027a130a5b700b7851ab74d1",
    "event_metadata": {
      "related_signature_id": null,
      "reported_for_account_id": "615266b89aeda4e8cd2f2a5d401dbc76f4fa",
      "reported_for_app_id": "ff3366f5236b94b4ded1aeecfc2"
    }
  },
  "account_guid": "615266b89aeda4e8cd2f2a5d401dbc76f4fa",
  "client_id": "ff3366f5236b94b4ded1aeecfc2",
  "signature_request": {
    "signature_request_id": "21bb8f947df4ad622c103f662543b230b713d",
    "test_mode": false,
    "title": "Signature Request Title",
    "original_title": "Original Signature Request Title",
    "subject": null,
    "message": "Please sign this document.",
    "metadata": {},
    "attachments": [
      {
        "id": "59c7ad1be6af226637c3d4dbfe4a801ff630e",
        "signer": 1,
        "name": "License",
        "instructions": "Add your license",
        "required": true,
        "uploaded_at": null
      }
    ],
    "is_complete": false,
    "is_declined": false,
    "has_error": false,
    "custom_fields": [],
    "response_data": [],
    "signing_url": null,
    "signing_redirect_url": null,
    "final_copy_uri": "/v3/signature_request/final_copy/21bb8f947df4ad622c103f662543b230b713d",
    "files_url": "https://api.hellosign.com/v3/signature_request/files/21bb8f947df4ad622c103f662543b230b713d",
    "details_url": "https://app.hellosign.com/home/manage?guid=21bb8f947df4ad622c103f662543b230b713d",
    "requester_email_address": "test@example.com",
    "signatures": [
      {
        "signature_id": "e53ed08286e83e421f061912a0cb1",
        "has_pin": false,
        "signer_email_address": "signer@example.com",
        "signer_name": "Signer One",
        "order": null,
        "status_code": "awaiting_signature",
        "signed_at": null,
        "last_viewed_at": null,
        "last_reminded_at": null,
        "error": null
      }
    ],
    "cc_email_addresses": []
  }
}
이 글이 도움이 되셨나요?

문제가 해결되지 않은 이유를 알려주세요.

Dropbox에 알려주셔서 감사합니다!

의견을 보내 주셔서 감사합니다!

도움을 받을 수 있는 기타 방법