HubSpot / hubspot-php

HubSpot PHP API Client
Other
351 stars 196 forks source link

Update Forms.php to accept `objectTypeId` property #407

Closed antoniosamay closed 1 year ago

antoniosamay commented 1 year ago

Submitting a form with data that have objectTypeId property fails when using https://forms.hubspot.com/submissions/v3/integration/submit. After contacting support, they suggested to use https://forms.hubspot.com/submissions/v3/integration/secure/submit instead and that worked!

ksvirkou-hubspot commented 1 year ago

https://github.com/HubSpot/hubspot-php/pull/409