Save Incident

Register an incident with the Suisun Police Department. Include the following fields as parameters:
{ "incident" : {
// caller details
"caller_phone", //formatted like +14258828080
"Caller Full Name",
"Caller DOB",
"Caller Gender",
"Caller Address Line",
"Caller City Line",
"Caller Email Alternate",
"Caller Phone Alternate",
"Caller Driver License State",
"Caller Driver License Number",

// incident details
"Incident Basics",
"Incident Summary",
"Incident Narrative Text",
"Preferred Contact Method",
"Weapons Reported", //bool
"Injuries Reported", //bool

// suspect details
"Suspect Known", //bool
"Suspect Name or Nickname",
"Suspect Relation to Caller",
"Suspect Description",
"Suspect Vehicle Details",

// property / loss
"Properties",
"Property Description",
"Property Photos Available", //bool
"Total Property Value", //int
"Property Value Estimate", //int

// misc
"Insurance Claim Intent", //bool
"Witnesses Contact Info",
"CCTV or Footage Location",
"Willing to Sign Statement", //bool
}
}

Loading...
Variables
Secrets

Run cost = 1 credits

Functions are free if called from another workflow.

With each run, you agree to Gooey.AI's terms & privacy policy.

Error: No incident payload supplied
    at eval (eval at isolatedEval (file:///src/functions/executor.js:42:10), <anonymous>:86:11)
    at file:///src/functions/executor.js:23:16
    at eventLoopTick (ext:core/01_core.js:178:7)
    at async mapped (ext:deno_http/00_serve.ts:407:18)