Hey everyone, I ran into an issue recently where new contacts weren’t syncing properly in HubSpot’s CRM. Some records were updating, but others weren’t showing the latest information from our forms and integrations. After some digging, here’s what read more
Today, I was working on one of my many custom code actions, trying to figure out why it isn't working after just rewriting and updating it to resolve the last error. In looking for some of the great examples I've worked from in the past, I've r read more
@Hkrewson - I have a lot of sympathy with your perspective here. I too chose Python as my preferred Custom Code workflow imlementation lanaguage an...read more
Hi everyone 👋 I’m Faryal , a web developer and AI tool creator. I build custom AI chatbots, business automation tools, and smart website integrations that help companies save time and boost efficiency. If your team wants to explore how read more
Hi everyone, We’re trying to streamline how we assign lead ownership for contacts who register for our Eventbrite events, and we’re running into a challenge I’m hoping someone here has either solved before, or can offer some advice. Here’s o read more
Ah. Consider this then: First, you'll add an if/then branch that splits off any leads where the Original Source (or whatever your property is ...read more
This is confusing when first starting to work with the API. It also makes it hard to use the UI to cross-check that your workflow is correct. It would be helpful if there was an additional label in the json schema for the UI number / label. For exa read more
Hi @OJ_ONT ,
Thank you for bringing up this excellent point! I completely understand how the mismatch between the actionID in the Automations ...read more
I am trying to obtain the `workflowId` of a workflow using the /automation/v3/workflows endpoint but it is only returning workflows with a contact object type. How do I get details of a workflow using a custom object
Hey @AndrewGallacher , The /automation/v3/workflows endpoint only returns contact-based workflows. To get workflows for a custom object, use the v...read more
I'm encountering a persistent issue with a workflow where a custom code action is failing to update a date picker property. The error i receive consistently is "Unable to update property becase property value isn't valid" I have followed all standar read more
Hi @MichaelMa , Yeah, I have fixed this now with exactly as you suggested. I have modified the custom code action to set the time component to 0...read more
As far as my research goes, there seems to be no API for creating or deleting Teams in the user/teams environment. This would be very useful for us as our teams and the users in the teams tie directly to existing companies in the crm. For certain read more
Hey Chris Fradley, The Teams API is read-only by design - you can pull team information, but you can't create, update, or delete teams programmatical...read more
Summary The HubSpot CLI (hs project upload) validation for inputFieldDependencies in workflow action definitions is broken and gives contradictory error messages, making it impossible to deploy actions with conditional field dependencies despite fo read more
for anyone with CLI bugs.. Just submit to the actual github project. I got this fixed in a few days. https://github.com/HubSpot/hubspot-cli/issues/...read more
I am trying to build a custom workflow action for a public app. It will contain some some logic using an external AWS Lamdba function. Once the action is triggered the "ActionURL" will trigger the Lamdba function. In the Lambda function I want to as read more
Hello, The way that you would want to do it is by storing the Oauth creditials first through a different flow, and then have the Lambda function ...read more
Hi All, Trying to run a piece of custom code that pushes ARR to the deal when a Line item is active. Way I do it is Billing Start Date add the term which then creates an End Date and then check todays date is in between those two. However, I read more
Hi @DCrinnion1 totally get the confusion.
HubSpot actually uses the line item property hs_recurring_billing_start_date for “Billing start date,”...read more
Hi! I am working on a solution to update the enrollment criteria of many workflows with the API, however when I send the mandatory parameters in the body, plus the new enrollmentCriteria object, like this: {
"type":"CONTACT_FLOW",
"isEnabl read more
Hey, @HunorSZ 👋 Thanks for your post. For your bug report, please make a submission to the Developer Feedback form. And we'll leave this thr...read more