This topic was automatically generated from Slack. You can find the original thread here.
Hello! I am working on a project that uses the Pipedream trigger for when a DocuSign envelope is completed. I am trying to use the Pipedream Connect Proxy API to get the envelope documents from DocuSign. I am getting the following error: {"error"=>{"domain"=>["not allowed for this app"]}}. The problem is that the Pipedream app is not configured to allow the DocuSign REST API’s domains. For DocuSign Developer accounts, the API domain is demo.docusign.net. For DocuSign accounts, the API domain varies depending on the data center location, i.e. na2.docusign.net, na3.docusign.net, etc. Is there any known workaround for this? Is this on the team’s radar to fix?
Do you know how the relevant domain / data center is defined for a given account? I don’t see that configured in the integration from a quick glance, but it’s not a totally novel approach from other integrations. We should theoretically be able to support it. cc
Not sure if this answers your question but you can get the base_uri from the get user info endpoint User info endpoint reference | Docusign
You can currently call the get user info endpoint via a proxy request because that endpoint uses the domain [account-d.docusign.com](http://account-d.docusign.com) / [account.docusign.com](http://account.docusign.com).
I can see that the docusign app was updated but I am only able to test with a docusign developer account. Would you be able to make the change to the docusign_developer app as well please?