Meaning of provider element role/signers/delivery
Wednesday, March 4, 2020 at 03:53pmWhat is the meaning of the provider element of role/signers/delivery, i.e. when one defines a role, one can specify
{
"id": "Signer5",
"reassign": true,
"type": "SIGNER",
"signers": [
{
"email": "[email protected]",
"firstName": "John",
"lastName": "Smith",
"id": "Signer5",
"delivery": {
"email": true,
"download": true,
"provider": true
}
}
],
"name": "Signer5"
}
Reply to: Meaning of provider element role/signers/delivery
Wednesday, March 4, 2020 at 05:09pmHi there,
If you set "roles" > "signers" > "delivery" > "email" as true, OneSpan Sign will attach the signed documents to the completion email sending to this signer. The other two options "download" and "provider" won't have explicit functional behaviors, but they are flags indicating how you're gonna deliver the signed documents to your signer. ("download" means you planned to let the client use the download links within the signing ceremony, "provider" could mean you will download the documents and send to your client on your own way)
Duo
Reply to: Hi there, If you set …
Thursday, March 5, 2020 at 08:40amAwesome. Thanks!