TypeForm WebHook
Api to save and control the typeForm emails and form submissions
save Orca Access typeForm submitted
POST
{{HOST}}api/submitOrcaAccessTypeform
This endpoint allows you to check and save the information submitted on Orca Access TypeForm
Request Body
Name
Type
Description
form_response
object
{ "form_id": "CIlopJ",, "answers": [ { "type": "text", "text": "Mehmet", "field": { "id": "XyqdiK4dTK9z", ...} }]
If the request was successful we send an email to the supervisor and also save the record in the lead table.
Last updated