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)
Integrate Netlify forms to Hubspot forms with help of Zapier
I need to integrate Netlify forms to Hubspot forms with help of Zapier. Please provide steps to attach both app forms
Netlify form
Netlify inside form

KARNAV PARGI
Votes: 0
Answers: 1
How to integrate hubspot chat on electron app
I'm trying to integrate hubspot chat on an electron app.
For example:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</he...

Toto NaBendo
Votes: 0
Answers: 0
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