Skip to main content
Question

Error in getEmbeddedSigningUrl

  • April 15, 2026
  • 0 replies
  • 14 views

Forum|alt.badge.img

Can’t get past this in my APEX code: Method does not exist or incorrect signature: void getEmbeddedSigningUrl(Id, System.Url) from the type dfsle.SigningService.

More context:

 String returnRedirect = 'https://<someURL>/s/paperwork-complete';

 Url signingUrl = dfsle.SigningService.getEmbeddedSigningUrl(myEnvelope.id, new Url(returnRedirect));

 return signingUrl.toExternalForm();