Skip to main content
Question

How to attach a Docusign document to a Sharepoint list item in Zapier

  • April 7, 2026
  • 2 replies
  • 19 views

In my current Zap, I have a completed Docusign envelope creating a Sharepoint list item. I need to also attach that same document to the list item I created. There is no action available to do this. The only option is to upload the file to a Sharepoint library. Why can’t I upload the file to the list that the Zap just created?

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • April 7, 2026

Hi ​@allenlov 

Help link for using files in Zaps: https://help.zapier.com/hc/en-us/articles/8496288813453-Send-files-in-Zaps

 

SharePoint treats:

  • Document Libraries = file-first
  • Lists = record-first (attachments are secondary and hidden)

Zapier aligns with the simpler, file-first model.

 

Why you can’t attach directly to a SharePoint list item

  • SharePoint lists store attachments differently than document libraries
    • List attachments live in a hidden path:
      /Lists/{ListName}/Attachments/{ItemID}/...
  • The Zapier SharePoint app does not expose an “Add attachment to list item” action
  • Zapier only supports:
    • Create/Update list item
    • Upload file to document library
  • Microsoft’s API for list attachments is more complex and not fully wrapped by Zapier

 

Option: Upload to library + link it (recommended)

  1. Upload the DocuSign file to a SharePoint document library
  2. Capture the file URL
  3. Save that URL in a column on the list item (e.g., “Document Link”)

Why this is best:

  • Works 100% with native Zapier actions
  • Scales better than list attachments
  • Easier to manage/search later

Forum|alt.badge.img+2
  • Zapier Solution Partner
  • April 8, 2026

Hi ​@allenlov 

Here are the official documentation resources to help set up Troy's recommended solution (Upload to Document Library + Link):

1. Microsoft SharePoint App Overview

Documentation: Zapier Help Center - Microsoft SharePoint 

Key actions you'll use:

  • Upload File - Uploads a file to a document library

  • Create List Item - Creates a new item in a list

  • Update List Item - Updates an existing list item

Important Limitations to Know:

  • The Upload File action supports a maximum file size of 100 MB 

  • The Create List Item and Update List Item actions do not support writing to URL/Hyperlink column types (Graph API limitation) . Use a plain text column instead for storing the file link.

2. DocuSign + SharePoint Pre-built Template

Documentation: Zapier - DocuSign to SharePoint Integration 

Template available: "Upload files to Microsoft SharePoint whenever envelopes are updated in DocuSign"

This template shows the exact trigger-action pair you need:

  • Trigger: DocuSign - Envelope Status Updated (when completed)

  • Action: SharePoint - Upload File (to document library)

Hope this helps you get it sorted! And let me know how it goes — happy to dig deeper if needed!

If you're still stuck, I offer a free 20-min Zapier troubleshooting call. Book it through my Zapier Directory profile — it's listed under Resources on the left side: https://zapier.com/partnerdirectory/automatemybiz!-->