This workflow automates the entire parent consent process for school field trips, replacing manual paper forms with a secure, verified, and legally compliant digital system.
When a parent submits consent data via POST request (from Postman or any form), the workflow:
/School_Consents/2025/November).Use Case:
Ideal for schools, institutions, or organizations that need paperless consent workflows with email verification, cloud storage, and automated staff alerts — ensuring authenticity, security, and compliance.
Use this JSON in Postman when testing the webhook:
{
"parent_name": "Ritu Sharma",
"parent_email": "[email protected]",
"child_name": "Aarav Sharma",
"child_class": "Grade 5-A",
"trip_name": "Science Museum Visit",
"trip_date": "2025-11-10",
"teacher_email": "[email protected]"
}
Success Response (200):
{
"status": "success",
"message": "Parent consent form verified and stored successfully",
"data": {
"consent_id": "CONSENT-1699123456789",
"child_name": "Aarav Sharma",
"trip_name": "Science Museum Visit",
"email_verified": true,
"stored_at": "Google Drive",
"teacher_notified": true
}
}
Error Response (400):
{
"status": "error",
"message": "Invalid email address provided. Please use a valid email.",
"reason": "Email verification failed"
}
#Education #Automation #EmailVerification #PDFGeneration #GoogleDrive #Webhook #SchoolAdmin #PaperlessWorkflow #Compliance