I have a CE trial spun up along with a DocuSign trial. My idea is to create an embedded canvas app on Contact and have it connect to DocuSign so users can login and see what documents have been signed/need to be signed from within D365. I can get it to connect to DocuSign from the PowerApps builder but the problem is, I can't seem to get a simple DocuSign.GetRecipientStatus to work. I am trying this command and it tells me I have an invalid argument: Items.DocuSign.GetRecipientStatus(<my account id>, <my envelope id>, <my folder id>)
I know that it can connect with my account id because when I just put random numbers in for the envelope and folder IDs, I get an "invalid parameter specified for envelope id".
Is there an example out there somewhere of an app that connects to DocuSign that I can use as an example possibly or am I using the wrong syntax here?