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
Beitrag ansehen