applications

Receive Google Form Application

Receive a Google Form submission and:

  1. Create or match a Lead record
  2. 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

successboolean required
messagestring required
{"stackTrail":"components:schemas:APIResponse:properties:data:anyOf","oasType":"schema","type":"unknown","title":"Data","nullable":true}

Example response

{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.