Hi everyone,
I’m trying to capture form submissions (leads) from a website built with Squarespace and send them into Make for further automation (e.g. into Airtable, email, CRM, etc.).
So far, I haven’t found any native trigger or webhook support from Squarespace forms that would allow this.
Has anyone managed to automate this?
Any workaround, custom code, or third-party solutions you’ve used successfully?
I’d really appreciate any tips or guidance. Thanks in advance! 
1 Like
Hey Barack,
I’ve come across this issue a few times especially when I’m working with SaaS tools with limited capabilities. One solution that I’ve deployed a few times is creating a scenario that uses form notifications via email to trigger an automation.
You’ve mentioned Squarespace doesn’t support Webhooks but they may allow for a notification email to be sent out.
-
In your outlook or Gsuite, create a folder titled “For Make Automations” and create a rule that sends squarespace form submission emails to that folder.
-
Use new email in folder as the trigger action for your make scenario
-
Configure the body of the email notification to be json or some sort of key:value format and parse the text out accordingly in the make scenario. (Assuming squarespace allows you to configure the notification email)
Please let me know if this works! Happy to brainstorm further!
1 Like
That’s a nifty idea!
To do this, you can try using the Webhooks “Custom mailhook” module —
Triggers when mailhook receives data.
For more information about the Custom mailhook module and Webhooks app, see the corresponding Integrations page and the Help Centre documentation.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
1 Like
@samliew @Trainward_Consulting It’s excellent I dea.
I know the custom mailhook
But it’s really funny, because in Zapier they support form submissions.