Guide
How to Sign an Offer Letter Online
Speed up hiring by sending offer letters for electronic signature instead of printing and mailing.
Steps
- 1
Generate offer letter from your HR system
- 2
Send via API with company and candidate details
- 3
Candidate receives signing link on any device
- 4
Candidate signs to accept the offer
- 5
Signed offer delivered to HR and candidate
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.