I'm seeing a lot of newer email platforms popping up with the abililty to use if/else statements as email personalizations. Here's an example to give you the gist. After a lot of trial and error, I've worked out a solution to make HubSpot do t read more
Hi all! We have an integration that created a lot of noise, by creating a lot of Notes, with a note body with a certain string. I want to delete all those Notes, but I have challenges: 1. I cannot "select all the Notes with the string "xyz" anywh read more
If you have the HubSpot operations hub, you could just create a custom code action within a workflow that would delete all the notes using the API. W...read more
I would like to know how to use parenthesesis in a formula with operation hub with the personalized mode. I would like to do this kind of formula : ( (durée de contrat en mois/12*Consommation CAR*marge courtier)+(marge abonnement courtier/12*nombre read more
When I create a record using a workflow action, I want to be able to access the Record ID of that created record, so that I can use it in a custom code action and create an association between that record and another one. Is it possible to access th read more
Thanks Christoph. I realise that I can do this via the custom code action, and I have indeed done it that way in the end. What I'm confused about is...read more
Hi, I'm not a developper of any sort but I'm trying to understand custom code for worflows. I'd like to be able to get the firstname & lastname of a contact when the email address looks like this "firstame.lastname@domain.com". I've used read more
Looks like you didn't change SECRET_NAME to your Secret name with Private App token. I'll walk you through. Navigate to HubSpot Settings In Left...read more
Hello everyone!
I'm having trouble with the workflow action Copy property value used to update the deal amount.
The value that need to be used comes from a custom coded action.
The value is outputed by callback as usual like this:
callba read more
Hello, I am working on using HubSpot Custom Code Workflow Actions to associate the deal in the workflow with a specific company (I already know the company ID). For the property included in the code, I have the Deal ID as hs_object_id He read more
Hi @iingallslawtige I saw some inconsistencies lately using hubspot node js client with the association API. I prefer to use axios. Here's how ...read more
Hi, I'm not very experienced in formatting/custom codes in workflows. I'm looking for a way to multiply a property and use the outcome as as the value for another property, without losing the original value of the property that is multiplied. read more
Hello! Is there a way to build if/then (success/error) logic on a workflow following a custom code execution and its result? I'd like to send notifications (or trigger other actions) based on if the code was successfully executed or not, but cou read more
Hi @Smuli , The related post suggested by @kvlschaefer is relevant if you want to create custom success/error output messages, but you can also ...read more
I created a timeline event where I send the token and it works great for me. Timeline event template: Activity user: POSTMAN request I've created a workflow that, after a timeline event occurs, sends an email to read more
Hey @TLazar email personalization tokens pull from object properties, they can't pull from timeline events at the moment.
Generally I would ...read more
Hi,
I wasn't actually sure where to put this. I am new to HubSpot. I am trying to use workflows to make a form submission create a ticket and associate that ticket with a deal. Advice on getting started would be greatly appreciated. I think it may read more
Thank you. I realized that the issue I was facing was that I couldn't do the put request through hubspotClient. I had to use Axios. It works now. I j...read more
First off, I'm very new to custom coded actions and coding in general. Very little experience at all. I've looked over lots of documentation and can't seem to get this to work. I'd like to include a deal property in a custom coded action. I've read more
Hi @RodWaynick1 ,
You have a very small typo in your definietion of the function. event is passed into the function as parameter. So you shoul...read more