Overview
You can attach external data to signing packages and documents to help integrate with your existing systems. This allows you to associate your internal identifiers or metadata with the packages and documents managed through our API.Attaching external data to packages
When creating a signing package, you can attach external data to it using theexternalData field in the add package request.
This data can be any set of JSON-serializable key-value pairs and will be stored with the package.
Request
externalData field will be included in the response.
Request
Response
externalData field in their payloads, allowing you to access this information during webhook processing.
Payload
Attaching external ID to documents
You can also attach an external ID to individual documents within a package using theexternalId query parameter when uploading files.
Request
Response
externalId will be included in the response.
Request
Response