This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
Unable to find FormFields in Document field of Template #119
Labels
legacy
Related to legacy, non-OpenAPI SDK
We are using the embedded HelloSign workflow and we are using the dotnet sdk. We have the HelloSign webhook set up and we'd like to know when a template is created where we can find what form fields were present on the created template and more specifically, what signer role each form field is associated with. We see in the documentation that there appears to be a
form_fields
property inside of thedocuments
property of aTemplate
(doc reference). However, with the dotnet sdk, we do not see thatFormFields
property on theDocument
type. We only see aCustomFields
on theDocument
type and theCustomFields
doesn't appear to have anything that indicates what signer the fields are associated with. Lastly, we see in our dashboard api-callbacks, that we did receive a webhook response that includedform_fields
inside of thedocuments
property so that seems to indicate the information is available in the raw HTTP response but the dotnet sdk is just outdated.The text was updated successfully, but these errors were encountered: