integration-service
latest
false
- Getting started
- Notifications
- Troubleshooting
- Connector Builder
- ActiveCampaign
- Active Directory - Preview
- Adobe Acrobat Sign
- Adobe PDF Services
- Amazon Bedrock
- Amazon Connect
- Amazon Polly
- Amazon SES
- Amazon Transcribe
- Amazon Web Services
- Anthropic Claude
- Asana
- AWeber
- Azure AI Document Intelligence
- Azure Maps
- BambooHR
- Box
- Brevo
- Calendly
- Campaign Monitor
- Cisco Webex Teams
- Citrix ShareFile
- Clearbit
- Confluence Cloud
- Constant Contact
- Coupa
- Customer.io
- Datadog
- Deputy
- Discord
- DocuSign
- About the DocuSign connector
- DocuSign authentication
- DocuSign events
- DocuSign basic concepts
- Drip
- Dropbox
- Egnyte
- Eventbrite
- Exchangerates
- Exchange Server - Preview
- Expensify
- Facebook
- Freshbooks
- Freshdesk
- Freshsales - Preview
- Freshservice
- GetResponse
- GitHub
- Gmail
- Google Cloud Platform
- Google Docs
- Google Drive
- Google Maps
- Google Sheets
- Google Speech-to-Text
- Google Text-to-Speech
- Google Tasks - Preview
- Google Vertex
- Google Vision - Preview
- Google Workspace - Preview
- GoToWebinar
- Greenhouse
- HTTP Webhook - Preview
- Hubspot CRM
- HubSpot Marketing
- HyperV - Preview
- iContact
- Insightly CRM
- Intercom
- Jira
- Keap
- Klaviyo
- LinkedIn
- Mail - Preview
- Mailchimp
- Mailgun
- Mailjet
- MailerLite
- Marketo
- Microsoft 365
- Microsoft Azure
- Microsoft Azure Active Directory
- Microsoft Azure OpenAI
- Microsoft Dynamics 365 CRM
- Microsoft OneDrive & Sharepoint
- Microsoft Outlook 365
- Microsoft Sentiment
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Miro
- Okta
- OpenAI
- Oracle Eloqua
- Oracle NetSuite
- PagerDuty
- PayPal
- PDFMonkey
- Pinecone
- Pipedrive
- QuickBooksOnline
- Quip
- Salesforce
- Salesforce Marketing Cloud
- SAP BAPI - Preview
- SAP Concur
- SendGrid
- ServiceNow
- Shopify
- Slack
- SmartRecruiters
- Smartsheet
- Stripe
- Sugar Enterprise
- Sugar Professional
- Sugar Sell
- Sugar Serve
- System Center - Preview
- TangoCard
- Todoist
- Trello
- Twilio
- X (formerly Twitter)
- Xero
- watsonx.ai
- WhatsApp Business
- WooCommerce
- Workable
- Workday
- YouTube
- Zendesk
- Zoho Campaigns
- Zoho Desk
- Zoho Mail
- ZoomInfo
DocuSign basic concepts
Integration Service User Guide
Last updated Nov 7, 2024
DocuSign basic concepts
This page describes the basic concepts you need to know before using DocuSign.
- Actual files that require signatures. You must add tags to a document, so your signer knows where to input information.
- Envelopes are the packages that documents are sent in. To set up your recipients, delivery settings, as well as messages, you must edit an envelope.
- Envelopes are containers that can be sent to multiple recipients for viewing or signing.
- Envelopes have unique identifiers associated with them, and each document within an envelope also carries its own unique identifiers.
- Start your envelope first - you need an envelope with at least one Signer or Acknowledge receipt recipient to add tags to your document.
- They are types of envelopes that can be applied each time you send an envelope, so you won't have to add documents, setup the routing order, place and/or assign the tags. This saves time since templates can be sent repeatedly.
- You can visit this page for more information on these concepts.
- You can create the envelope html definition programmatically in case you want to use custom envelopes.
- Otherwise, you can create and send an envelope quickly by using the Create Envelope using Template or Create by Copying Envelope activities. For more information on the details of the API used by these activities, please visit this page.
- Use the Add Document to Envelope activity to add a document to an envelope. For more information on the details of the API used by these activities, please visit this page.
- Use the Add Recipient to Envelope activity to add the recipients. For more information on the details of the API used by these activities, please visit this page.
- For more informaion on the guide or to request a signature, please visit this page.
- Once you have requested the signature by following the steps above, the recipient receives the email and must sign the document.
- You can check the status of the envelope by using the Get Form Data activity. For more details on the API used for this activity, please visit this page.
- The response of the above API has a status field, which contains the information/status of signers, to whom the document/envelope was sent (as shown in the sample API response presented below).
- If this status field has the value
signed
orcompleted
then that recipient has already signed the document or all the pending actions have been completed. That’s how we understand whether a person has signed or not.
- Once the recipient has signed the document and the envelope status field has the value
signed
orcompleted
, the documents can be downloaded either as a.zip
file or combined PDF file or portfolio. - You can download the documents of the envelope by using the Download Documents of Envelope activity. For more details on the API used for this activity, please visit this page. The certificate of completion can also be downloaded based on the value provided for the input parameter certificate.