Submit webform through API
Marten Nelson
Member Posts: 1 VERIFIED MEMBER
Currently I have to make three API requests in order to submit a form (if I don't want to embed the Pipedrive webform on my site, and I don't) from my website to Pipedrive:
- create a contact
- create lead
- attach note with message content to the lead
Hubspot handles this in a way that's easier than Pipedrive by allowing submission of data to a form through the API. See https://legacydocs.hubspot.com/docs/methods/forms/submit_form or https://developers.hubspot.com/docs/api/marketing/forms
2