Copy link to clipboard
Copied
I wanted to see if I can do the following with Adobe Sign product.
I see that the first 3 steps can be achieved after going through the Sign product tutorials. However, I wanted to check if the task listed in 4th bullet point is achievable or not.
Any help is highly appreciated.
Thanks
Copy link to clipboard
Copied
I was just looking into something like this. Have you tried using the formData API call to achieve this result. The call is a GET to /agreements/{agreementID}/formData. This returns a text string (CSV I believe) that lists the person, the fields, and their input. You would just need to parse this and send it to whatever database you would need.
Anyway check it out.