-
Notifications
You must be signed in to change notification settings - Fork 5.3k
/
Copy pathtest-event.mjs
12 lines (12 loc) · 1.88 KB
/
test-event.mjs
1
2
3
4
5
6
7
8
9
10
11
12
export default {
"submittedAt": 1719252562899,
"values": [
{
"name": "email",
"value": "test@sample.com",
"objectTypeId": "0-1"
}
],
"pageUrl": "https://share.hsforms.com/13MJGKokMSAmW69lIF_JiKg43od5",
"form": { "id": "4442beda-998a-4825-bba1-2eaa3c1f0038", "name": "Test form (March 20, 2025 5:24:26 PM EDT)", "createdAt": "2025-03-20T21:24:26.911Z", "updatedAt": "2025-03-20T21:28:40.822Z", "archived": false, "fieldGroups": [{ "groupType": "default_group", "richTextType": "text", "fields": [{ "objectTypeId": "0-1", "name": "firstname", "label": "First Name", "required": false, "hidden": false, "fieldType": "single_line_text" }, { "objectTypeId": "0-1", "name": "lastname", "label": "Last Name", "required": false, "hidden": false, "fieldType": "single_line_text" }, { "objectTypeId": "0-1", "name": "email", "label": "Email", "required": true, "hidden": false, "validation": { "blockedEmailDomains": [], "useDefaultBlockList": false }, "fieldType": "email" }] }], "configuration": { "language": "en", "cloneable": true, "postSubmitAction": { "type": "thank_you", "value": "" }, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": ["78708658"], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false, "lifecycleStages": [] }, "displayOptions": { "renderRawHtml": false, "theme": "default_style", "submitButtonText": "", "style": { "fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "11px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px" }, "cssClass": null }, "legalConsentOptions": { "type": "none" }, "formType": "hubspot" }
}