Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Can I include a package id in the callback registration API so that I can register for different types of events for different packages ? If so then can you please provide a JSON sample.

Replies Created

Reply to: How to detect signature fields in package from PDF

0 votes
I tried with a JSON that looks something like the below with a field named [Signer1.Capture1] to extract signature field. The create package works but when I try retrieving the signing url it gives back an unexpected error. Not sure what is the issue. { "roles":[ { "id":"Signer1", "type":"SIGNER", "index":0, "signers":[ { "firstName":"Signer", "lastName":"1", "email":"[email protected]", "language":"en", "title":"" }], "name":"Signer1" }], "documents":[ { "approvals":[ { "role":"Signer1", "fields":[ { "id":"[Signer1.Capture1]", "page":0, "subtype":"CAPTURE", "extract":true, "type":"SIGNATURE" }], "name":"[Signer1.Capture1]" }], "name": "Test File" }], "name": "Test Package REST", "type":"PACKAGE", "language":"en", "description":"New Package", "autoComplete":true, "status":"SENT" }

Reply to: Registering for package level call backs

0 votes
Thanks Haris. When we receive a call back we should be able to route it to appropriate Sender. On option I could think of is for us to get the package based on package id and then introspect the sender to identify the sender for routing. Are there other options ? I'm looking for an option where in the Sender is identified as part of the callback so that I do no have to make an additional call to get package.

Subscriptions

Topics Replies Freshness Views Users
Can I include a package id in the callback registration API so that I can register for different types of events for different packages ? If so then can you please provide a JSON sample.
7 8 years 1 month ago 20
Profile picture for user harishaidary
Hello, I'm trying to integrate eSign into my application using the REST API.
7 8 years 1 month ago 182
Profile picture for user mwilliams

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.