Trigger Type
form_submission
Properties
Field | Type | Description |
---|---|---|
name | string | The name of the form |
site | string | The id of the site that the form was submitted from |
data | object | The data submitted in the form |
d | string | The timestamp the form was submitted |
_id | string | The id of the form submission |
Example
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 }