Skip to main content
Question

Get remote signing URL in Salesforce


Forum|alt.badge.img

I have a requirement to trigger sending of a document via DocuSign for remote signing. The signing link for the documents needs to be sent as a text message (SMS) using a custom solution (Twilio). Using Apex Toolkit dfsle.EnvelopeService.sendEnvelope(myEnvelope, false), I’m able to generate an envelope with a Template. Now the challenge is to get the signing URL. I have been able to get the recipient preview URL using dfsle.SigningService.getRecipientPreviewUrl(docuSignUUID,1) but it can’t be used to complete the document. I have tried using dfsle.SigningService.getSigningUrl(envelope, returnURL ,true) but it alwasy returns a NULL value.

Is it possible to achieve what my requirement says? If yes, can someone throw light on what I’m missing or have been doing incorrectly?

2 replies

Ivan.Dinkov
Docusign Employee
Forum|alt.badge.img+4
  • Docusign Employee
  • 36 replies
  • March 28, 2025

Hi ​@Tausif, what you need is called SMS delivery and the ApexToolkit supports it. 
You can have a look at this guide 
 

Regards


Forum|alt.badge.img+2
  • Community Moderator
  • 22 replies
  • April 4, 2025

Hello ​@Tausif,

I hope you are doing well. I want to confirm if you were able to solve your issue by utilizing the suggested solution or if the information provided was useful. If so, please mark it as the "Best Answer ✅" by clicking “Select as Best” to make it easier for other users to find. Otherwise, let me know and I will gladly help you address the situation as soon as possible.

 

Best regards,

Jenny | Docusign Community Moderator

"Select as Best" below if you find the answer a valid solution to your issue.