Hello everyone!
I’m developing an integrator to send documents from our ERP to DocuSign for digital signatures. The email sending is working, but I’m encountering an issue with WhatsApp sending
My project uses Node.js with TypeScript, so I’ve typed the recipient using the interface exported from the @types/docusign-esign library. However, this interface doesn’t include the “phoneNumber” attribute, which is needed to send the phone number object as shown in the example project (see the images below).
My Project:

Node.js eSignature REST API Example:

Could this be a missing attribute in the library’s interface?