Hi Everyone,
I have a HubSpot project where the client has a custom CRM object called "Job" containing thousands of records with over 100 properties. They are using the Job object data on their website’s job listing page.
The client wants the Job CRM object data to be automatically stored in HubDB without any manual work. Additionally, whenever they edit, add, or delete any data in the Job CRM object, the changes should also reflect in HubDB. We will then fetch data from HubDB to display on the Job Listing page.
I am considering using either a Custom Workflow with Custom Code or a Serverless Function to achieve this. Which approach would be best for meeting these requirements?