0
Extract data fields from a document and forward the extracted data to REST API URL on submission
New Here
,
/t5/adobe-acrobat-sign-discussions/extract-data-fields-from-a-document-and-forward-the-extracted-data-to-rest-api-url-on-submission/td-p/9676230
Feb 11, 2018
Feb 11, 2018
Copy link to clipboard
Copied
I wanted to see if I can do the following with Adobe Sign product.
- Define a template with a bunch of form data fields with validations.
- Send the template to a recipient.
- Once the recipient fills in the document and submits, the document to be received by sender and
- The filled in data by the sender to be forwarded to a REST API URL where another system processes the data and stores the data in a custom database.
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
LATEST
/t5/adobe-acrobat-sign-discussions/extract-data-fields-from-a-document-and-forward-the-extracted-data-to-rest-api-url-on-submission/m-p/9676231#M7799
Mar 20, 2018
Mar 20, 2018
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

