Adds one or more envelope attachments to a draft or in-process envelope in DocuSign. This endpoint allows developers to include additional files with an envelope that are not converted to PDF and are only accessible through the API. It's useful for attaching supporting documents…
accountIdstringThe DocuSign account ID (GUID format). This parameter is automatically populated by the system from your authenticated account, so you typically don't need to provide it. If provided explicitly, it must match your authenticated account ID.
envelopeIdRequiredstringThe unique identifier for the envelope to which attachments will be added. This is a required parameter in the format of a GUID (Globally Unique Identifier). Example: "93be49ab-xxxx-xxxx-xxxx-f752070d71ec". It specifies the exact envelope that will receive the new attachments.
attachmentsarrayA list of attachment objects to add to the envelope. Each attachment should include a name and either base64-encoded data or a remoteUrl.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.