So figured this out: Custom code supports axios, however you have to put everything in a main function and export the module for it to work: va...read more
Hey, I'm trying to submit Forms via Workflows. This is my code: (I use correct portal ID, bearer token, form ID, and email) const hubspot = require('@hubspot/api-client');
const hubspotClient = new hubspot.Client({
accessToken: proce read more
Hey, you could create a property on that object called "last contacted date" and set up a workflow that updates (copy property) this property wh...read more
Hey, with code actions in workflows you would just be using the Associations API here anyway, so in case you have any option to do this externally,...read more
Hey, I'm trying to submit Forms via Workflows. This is my code: (I use correct portal ID, bearer token, form ID, and email) const hubspot = require('@hubspot/api-client');
const hubspotClient = new hubspot.Client({
accessToken: proce read more