Forums
I have another question out about installing the Salesforce connector: https://developer.esignlive.com/forums/topic/installing-salesforce-connector/ Once I get an answer there and get everything installed, is there a guide/resource for creating a new package? What about creating a package from a template? Any help would be appreciated. Thanks, Darin
Example code shows how to create a package from a template and replacing the placeholder with a signer.
Rate this Code Share
Downloads
63
Source type
External website - Your website or git repository
Example code shows how to create a package from an InputStream. 
Rate this Code Share
Downloads
6
Source type
External website - Your website or git repository
Forums
I'm using Firefox Poster to try to create my http call to create a package in eSignLive with the API and am struggling a bit. From Poster I send a POST request to https://sandbox.esignlive.com/api/packages/ withthe content as:
{
   "name": "My Document",
   "type":"PACKAGE",
   "language":"en",application/json
   "emailMessage":"",
   "description":"New Package",
   "autoComplete":true
}
Any idea where I'm going wrong?