Asked by Muhammad Faran on Aug 26, 2024
Muhammad asks if it's possible to save data submitted via a HubSpot form into HubDB.
Answered by Parul Sen
Parul confirms that this is possible. The recommended approach is to use the HubDB API. This would likely involve triggering code (e.g., via a webhook listener for form submissions or a custom code action in a workflow triggered by the submission) that calls the HubDB API to add a new row with the form data.