Sender Token
Wednesday, November 2, 2016 at 06:37amIs this sender token required in a json package? I ask because I get an error sending a package request stating "id": "sender" not found. This is just a sender not requiring a signature but sending a request package for signature of another user. From this request, I would get a package id and then initiate another request to obtain a signer session token passing this packageid and signerid. Neither user has an account with eSign, not using UI. This is all done through REST API.
"sender": {
"company": "Sender Company",
"email": "[email protected]",
"id": "sender",
"status": "ACTIVE",
"type": "REGULAR"
},
Reply to: Sender Token
Wednesday, November 2, 2016 at 07:22am