Form Submission

The form data submitted

Trigger Type

form_submission

Properties

FieldTypeDescription
namestringThe name of the form
sitestringThe id of the site that the form was submitted from
dataobjectThe data submitted in the form
dstringThe timestamp the form was submitted
_idstringThe id of the form submission

Example

{
	"triggerType": "form_submission",
	"payload": {
		"name": "Sample Form",
		"site": "62749158efef318abc8d5a0f",
		"data": {
			"name": "Some One",
			"email": "[email protected]"
		},
		"d": "2022-09-14T12:35:16.117Z",
		"_id": "6321ca84df3949bfc6752327"
	}
}