Technology Template
Free Data Processing Agreement (DPA) Template
A DPA is required under GDPR when a company shares personal data with a service provider.
Template
Copy this markdown, replace the {{variables}}, and send via API.
Markdown
# Data Processing Agreement
**Controller:** {{controllerName}}
**Processor:** {{processorName}}
**Date:** {{date}}
## 1. Subject Matter
{{processingDescription}}
## 2. Data Categories
{{dataCategories}}
## 3. Data Subjects
{{dataSubjects}}
## 4. Processor Obligations
- Process data only on documented instructions
- Ensure confidentiality
- Implement appropriate security measures
- Assist with data subject rights requests
- Delete data upon termination
## 5. Sub-Processors
{{subProcessorTerms}}
## 6. International Transfers
{{transferMechanisms}}
## 7. Breach Notification
Notify Controller within 72 hours of becoming aware of a data breach.Send for e-signature
curl
curl -X POST https://signb.ee/api/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"content": "YOUR_RENDERED_MARKDOWN",
"senderName": "Your Name",
"senderEmail": "you@company.com",
"recipientName": "Recipient",
"recipientEmail": "recipient@email.com"
}'What happens next
- Signbee converts the markdown to a professional PDF
- Recipient gets an email with a signing link
- Both parties sign with an animated handwriting signature
- Both receive the signed PDF with a SHA-256 certificate
All signatures are legally binding under the ESIGN Act, eIDAS, and ECA.
Related resources
Send this template for signing — free, no credit card.