How to capture e-signatures or digital signatures on Appian SAIL Interfaces?

How to capture the digital signature on a SAIL form?

We need to digitally sign a PDF, Can we embed Adobe sign or DocuSign in Appian and digitally sign them in Appian SAIL form.

Using DocuSign will send us an email for digital signature. Is there any possibility to capture it in SAIL from from Appian.

Please suggest.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    It seems like the ClientUserId is only set if you set it in the json payload on send.  If you use the send document operation, you can place a space ( ) in the Client User ID field on the Generate URL operation.

    The clientUserId field is useful for url creation for signing (called embedded):

    https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/embedding

    1. Send an envelope with an embedded recipient.
      To designate a recipient as embedded, you must set a value (unique within the envelope, but otherwise arbitrary) for their clientUserId property alongside your other recipient properties, such as name and email. The clientUserId is a sender-defined value that identifies the embedded recipient and allows a signing URL to be generated for them.
    2. Generate the recipient signing URL.
      To generate the recipient signing URL, call the envelopeViews.createRecipient method, using the same identifying recipient information, including the clientUserId that was sent with the envelope.
Reply
  • 0
    Certified Lead Developer

    It seems like the ClientUserId is only set if you set it in the json payload on send.  If you use the send document operation, you can place a space ( ) in the Client User ID field on the Generate URL operation.

    The clientUserId field is useful for url creation for signing (called embedded):

    https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/embedding

    1. Send an envelope with an embedded recipient.
      To designate a recipient as embedded, you must set a value (unique within the envelope, but otherwise arbitrary) for their clientUserId property alongside your other recipient properties, such as name and email. The clientUserId is a sender-defined value that identifies the embedded recipient and allows a signing URL to be generated for them.
    2. Generate the recipient signing URL.
      To generate the recipient signing URL, call the envelopeViews.createRecipient method, using the same identifying recipient information, including the clientUserId that was sent with the envelope.
Children
No Data