Guide
How to Sign a Permission Slip Online
Replace paper permission slips with electronic signatures that parents can sign from anywhere.
Steps
- 1
Create permission slip with event details
- 2
Send to parent/guardian email
- 3
Parent signs on their phone
- 4
Teacher receives signed confirmation
- 5
Digital record for school administration
Try it with curl
curl
curl -X POST https://signb.ee/api/send \
-H "Content-Type: application/json" \
-d '{
"content": "# Your Document\n\nContent here...",
"senderName": "Your Name",
"senderEmail": "you@email.com",
"recipientName": "Recipient",
"recipientEmail": "recipient@email.com"
}'Legal validity
Electronic signatures are legally binding under the ESIGN Act (US), eIDAS Regulation (EU), and Electronic Communications Act (UK). Every Signbee document includes a SHA-256 tamper-proof certificate.
Related resources
Try Signbee — free, no credit card.