Form Submission

Payload

The payload of this webhook request is an object.
namestringOptional

The name of the form

sitestringOptional

The id of the site that the form was submitted from

datamap from strings to anyOptional

The data submitted in the form

dstringOptional

The timestamp the form was submitted

_idstringOptional

The id of the form submission

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "name": "Sample Form",
3 "site": "62749158efef318abc8d5a0f",
4 "data": {
5 "name": "Some One",
6 "email": "some.one@home.com"
7 },
8 "d": "2022-09-14T12:35:16.117Z",
9 "_id": "6321ca84df3949bfc6752327"
10}
Built with