Skip to main content
Participant
July 28, 2023
Question

Attach Documents via API

  • July 28, 2023
  • 1 reply
  • 286 views

Hello good afternoon,

We are implementing in our company the use of Adobe Sign. We have already done successful integrations via API, however, we came across a problem where we did not find any solution. When sending a file via API for signature we insert it in the transientdocument and send it through the agreement post. However we need to attach more files, how can we do this via API? Thanks in advance for the help.

This topic has been closed for replies.

1 reply

Diego Ap Silva
Adobe Employee
Adobe Employee
August 2, 2023

Answered in Portuguese in the previous post, here it goes in English:

fileInfos[] is a list. An example could be:

 

"fileInfos": [
    {
      "transientDocumentId": "XPTOlubbiiuguvvlgoyuyfc"
    },
    {
      "transientDocumentId": "XPTO"
    }
  ]