Big Enterprise client here. We recently brought our sizeable group of support teams onto HubSpot after months of training and negotiating buy-in from...Leia mais
Actually the issue was that I was sending the authentication twice. First one was implied here: const hubspotClient = new hubspot.Client({
...Leia mais
Trying to come up with a workflow custom code action, and this one starts off pretty simple, but for some reason it returns a 400 error. const hubspot = require('@hubspot/api-client');
exports.main = async (event, callback) => {
// Ma Leia mais
Running into the same big issue trying to come up with useful Ticket-related reporting for my company. It's a bit of a rabbit hole, because it's ...Leia mais
Trying to come up with a workflow custom code action, and this one starts off pretty simple, but for some reason it returns a 400 error. const hubspot = require('@hubspot/api-client');
exports.main = async (event, callback) => {
// Ma Leia mais
Hey guys. I'm looking for some help with this. I'm trying to unlock the potential of the custom code element present in workflows, the one granted by Operations Hub. I'm basically trying to adapt the following sample code to work with Companies, Leia mais