Skip to main content
Participant
August 8, 2022
Question

Missing event type in C# SDK

  • August 8, 2022
  • 1 reply
  • 356 views

Hi,

 

I am developing C# project by using the Adobe Sign CSharp SDK. After the June 2022 release of the Adobe Acrobat Sign, I'm having issues "AdobeSign.RESTApi.Client.ApiException: Error converting value "SIGNER_NAME_CHANGED_BY_SIGNER" to type 'System.Nullable`1[AdobeSign.RESTApi.model.agreements.AgreementEvent+TypeEnum]'. Path 'events[2].type', line 1, position 1188."

 

Apparently, this is because of the event type is missing in the C# SDK. Could anyone here update the SDK with missing event types? The issue is already reported at GetEvents fails with event type "SIGNER_NAME_CHANGED_BY_SIGNER" · Issue #10 · adobe-sign/AdobeSignCSharpSDK (github.com)

 

Thank you!

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    August 22, 2022

    Hi @Jun Jung , Thank you so much for your message. Apologies for the delayed response since we needed to identify the team responsible and get the issue triaged.

     

    Reply from the team: "This requires Adobe Sign SDK update but currently, we do not have the bandwidth to update any of the SDK and also, it is not planned in the upcoming releases."

     

    We suggest using another workaround, especially using REST APIs if that's feasible with your project.