applications
Receive Google Form Application
Receive a Google Form submission and:
- Create or match a Lead record
- Save the full application with raw data to the applications table
Expected payload keys (auto-generated from form question titles): product — "DO" | "GL" | "Cyber" | "TechEO" | "TechEO_Cyber" source — "google_form" submitted_at — ISO timestamp email_address — applicant email legal_company_name — company name first_name / last_name — contact name phone_number — phone ... all other form fields as key:value pairs
post/api/applications/from-google-form
Request body
object required
Response
Successful Response
Example response
{
"data": {},
"message": "Operation completed successfully",
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.