This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Release v3.5.1
Nicholas-Westby
released this
22 Mar 20:53
·
10 commits
to v3/master
since this release
Since version 3.5.0, these changes have been made:
- Send Data to HubSpot The "Send Data" handler now has an option to set the transmission format to "HubSpot JSON". Set the method to "POST" and the URL to something like "https://api.hsforms.com/submissions/v3/integration/submit/some-number/some-guid-goes-here" (replacing "some-number" and "some-guid-goes-here" with the appropriate values for your form) and it should send the data to HubSpot in the JSON format expected by HubSpot. Make sure to also include the fields with their appropriate name as expected by HubSpot. Further info here: https://legacydocs.hubspot.com/docs/methods/forms/submit_form
Here's what the transmission format drop down now contains: