Search code examples
docusignapiservicenow

Set headers for Docusign Connect


Is there a way to set custom headers when using Docusign Connect? My integration (ServiceNow) requires basic authentication in addition to signing.


Solution

  • Unfortunately it is not possible to set custom headers through the DocuSign Connect module, as of today. The closest you can get to that is to include an X509 Certificate in the SOAP header, which is optional.

    See the DocuSign Connect (PDF) doc through the Dev Center -> Documentation page for more info.