Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Action] Docusign - Download Envelope Documents #14805

Open
malexanderlim opened this issue Dec 2, 2024 · 1 comment · May be fixed by #14831
Open

[Action] Docusign - Download Envelope Documents #14805

malexanderlim opened this issue Dec 2, 2024 · 1 comment · May be fixed by #14831
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed trigger / source New trigger / source request

Comments

@malexanderlim
Copy link
Collaborator

malexanderlim commented Dec 2, 2024

This request is to add a new action called Download Envelope Documents.

The prop should enable the end-user to download envelope documents to /tmp by returning a documents object with a fileUrl path to /tmp.
https://developers.docusign.com/docs/esign-rest-api/how-to/download-envelope-documents/

Download options:

  • All Documents (PDF)
  • All Documents (Zip)
  • Certificate (PDF)
  • Portfolio (PDF)

The document ID specifies the document or documents that you want to download. You can use the document ID itself or one of the following keywords.
combined: Retrieves a PDF file that contains the combined content of all of the documents. If the account option Attach certification of completion to envelope is on, then the Certificate of Completion is also included in the PDF file. You set this account option in the Admin tool on the Signing Settings screen, or by setting the attachCompletedEnvelope property in the accountSettings object to true.
archive: Retrieves a ZIP archive that contains all of the PDF documents and the Certificate of Completion.
certificate: Retrieves the Certificate of Completion as a PDF file.
portfolio: Retrieves the envelope documents as a PDF portfolio.

Here is an example of how another competitive product handles this for reference - I think that the way we present this will offer additional functionality over this.
Screenshot 2024-12-02 at 11 58 39 AM

@malexanderlim malexanderlim added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers trigger / source New trigger / source request labels Dec 2, 2024
@michelle0927 michelle0927 moved this from Prioritized to Doing in Component (Source and Action) Backlog Dec 3, 2024
@malexanderlim malexanderlim changed the title [TRIGGER] Docusign - New Change in Envelope Status (new prop) [Action] Docusign - Download Envelope Documents Dec 4, 2024
@michelle0927 michelle0927 linked a pull request Dec 4, 2024 that will close this issue
@michelle0927 michelle0927 moved this from Doing to Ready for PR Review in Component (Source and Action) Backlog Dec 4, 2024
@luancazarine luancazarine moved this from Ready for PR Review to In Review in Component (Source and Action) Backlog Dec 4, 2024
@luancazarine luancazarine moved this from In Review to Ready for QA in Component (Source and Action) Backlog Dec 4, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog Dec 5, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for Release in Component (Source and Action) Backlog Dec 5, 2024
@vunguyenhung
Copy link
Collaborator

Hi everyone, all test cases are passed! Ready for release!

Test report
https://vunguyenhung.notion.site/Action-Docusign-Download-Envelope-Documents-152bf548bb5e814f8fd9c4693c10df26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed trigger / source New trigger / source request
Projects
Status: Ready for Release
Development

Successfully merging a pull request may close this issue.

3 participants