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", ...} }]
{
"data": [
{
"type": "text",
"text": "Chile",
"form_id": "XyqdiK4dTK9z"
},
{
"type": "email",
"email": "ivasniel+11@digitalplankton.co",
"form_id": "rxMiaHJwcoCS"
},
{
"type": "text",
"text": "boalt",
"form_id": "LMvGgpvuYo6x"
},
{
"type": "choices",
"choices": {
"labels": [
"Software Developer"
]
},
"form_id": "sKBKgAEDMqpm"
},
{
"type": "phone_number",
"phone_number": "+12312312323",
"form_id": "g3zCgHTTCfw8"
}
],
"message": "",
"errorCode": null,
"errors": []
}
If the request was successful we send an email to the supervisor and also save the record in the lead table.
Last updated