HR wants every staff member to acknowledge a revised policy and we have 320 employees. I’ve never run a bulk acknowled…
Log in to your Adobe Acrobat Sign account at https://acrobat.adobe.com.
Navigate to the E-Sign section and select the option to send documents in bulk.
Upload the PDF file you want each recipient to sign.
Enter an agreement name and customize the message to recipients if needed.
Add recipients by entering their names and email addresses, or upload a CSV file with recipient details for larger lists.
Best practiceUploading a CSV file is the fastest way to add a large number of recipients and reduces manual entry errors.
Review your settings and recipients, then send the document for signature.
You can track the status of each recipient's agreement individually after sending in bulk from the Manage tab.
This runs in the Acrobat app - there is no separate API for this task.
You can use the Acrobat Sign API's bulk send feature by preparing a template and a list of recipients with their specific data. Your code fills the template with each person's data, then sends the documents out automatically using the API.
Bulk send lets you send many documents in one API call, saving time and effort. Sending one by one means you have to repeat the process for each recipient, which is slower and harder to manage in code.
Document generation lets you create custom documents for each recipient by filling in their personal details. This way, each person gets a document made just for them, instead of everyone getting the same file.
You should check the API's response for any errors or failed deliveries. Your code can then retry sending to those recipients or log the errors for you to fix later.
Yes, the API lets you check the status of each document you sent. You can use special endpoints to see if a document was delivered, opened, or signed.