python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Hubspot Timeline event API Node.JS "TypeError: Cannot read properties of undefined (reading 'eventsApi')"
I'm trying to use the Hubspot Timeline event API to "create a single event" but I keep getting the error:
"TypeError: Cannot read properties of undefined (reading 'eventsApi')".
I'...
Christoffer
Votes: 0
Answers: 1
Unable to create HubSpot Contact entry using hubspot-api-client
api = ::Hubspot::Crm::Contacts::BasicApi.new
api.create({firstname: 'john', lastname: 'doe', email: 'johndoe@gmail.com'}.to_json, auth_names: 'hapikey')
The request gets executed, but the details are...
codeshood
Votes: 0
Answers: 1
PHP Unix Seconds time to PHP UTC time with Milliseconds
is there a way to convert a Unix Seconds time in PHP to a PHP UTC time with Milliseconds? I'm trying to pass the time to the datepicer property in HubSpot but I can't get the API to accept what it wan...
sylargaf
Votes: 0
Answers: 0
Invalid input JSON when using HubSpot API Contacts/Search endpoint
I'm trying to get a list of contacts last modified after a specified time, but I can't seem to get it right. When I execute the script, I get the error:
Invalid input JSON on line 1, column 17: Cannot...
John
Votes: 0
Answers: 0