How to create a property that can function as a checklist, in which the non-checked and checked items always will stay visually presented as a checklist, instead of the current multiselct property type which only will summize the checked options?
Creating a checklist which can be marked off as a list
Related Post
Product Search API endpointProduct Search API endpoint
I’m trying to use this endpoint:https://developers.hubspot.com/docs/reference/api/crm/objects/products#post-%2Fcrm%2Fv3%2Fobjects%2Fproducts%2Fsearch but I’m always getting code: 400, status: ‘error’, message: ‘There was a problem with the request.’This is my code:const PublicObjectSearchRequest = { properties: [“name”], filterGroups: [
Can I view webhook POST data?Can I view webhook POST data?
I have a HS form that creates a contact upon submission. It then fires a webhook that sends data to a 3rd-party API. Is there any way to see the
How do I set up an automated email drip campaign in HubSpot?How do I set up an automated email drip campaign in HubSpot?
How can I send a series of automatic emails to my leads or customers in HubSpot, over time?