APIs & Integrations

magnum
Member

Pushing contact/company from a dialer system into the hubspot crm

Here is our test string that did not populate the crm:
https://api.hubapi.com/contacts/v1/contact/createOrUpdate/email/testingapis@hubspot.com/?hapikey=rem...

It seems without passing the lead in json format it will not be sent.

Hubspot does not accept our POST or GET string. if there anything that can be done can do on Hubspot’s end to accept that type of posting string?

0 Upvotes
2 Replies 2
Ken02
Member

Pushing contact/company from a dialer system into the hubspot crm

Hey @magnum,

 

How bout giving it a try for a system that can work things out with your Leads list, pushing/pulling your list out of the CRM you know and love with EASE? This is all possible with Aloware.

 

Ring a bell? Check this out:

https://aloware.com/

https://aloware.com/get-demo

 

0 Upvotes
Dadams
HubSpot Employee
HubSpot Employee

Pushing contact/company from a dialer system into the hubspot crm

Hi @contactcenter

The Contacts API will only accept JSON formatted data in the body of the request. We don’t have any options to accept data from the query parameters in the URL.

We do accept application/x-www-form-urlencoded data when using the Forms API:

Submit data to a form | HubSpot Forms API

POST https://forms.hubspot.com/uploads/form/v2/:portal_id/:form_guid - Send form submission data to HubSpot. Form submissions from external sources can be made to any registered HubSpot form. You can see a list of forms on your portal by going to...

Also, I deactivated the hapikey you originally posted, since that key provides access to all of the data stored in your HubSpot account. You’ll need to generate a new API key from the Integrations > Get your HubSpot API Key screen.

0 Upvotes