Deliver leads to HubSpot

If you're wanting to forward/send your leads to HubSpot, this guide covers everything you need!

James Dodd avatar
Written by James Dodd
Updated over a week ago

Please Note: that this guide goes through some aspects which require some technical experience.

This requires your client to setup a private app as the hapikey is now discontinued. More details on how to get this can be found here:

First, head to your campaign you're wanting to work with and create a new forwarder

Setup

HTTP Method

POST

Delivery URL

https://api.hubapi.com/crm/v3/objects/contacts

Content Type

Found under the advanced settings options, set this to JSON

Mappings

Add a Header with your Bearer token

The input is Bearer xxxxxxx (replacing xxxxxxx with your token)

The output parameter is Authorization

HubSpot uses properties. These are the fields for your leads.

You can find your HubSpot properties in Settings > Data Management > Properties

Each property has a name and an internal name which which we need, we'll refer to as it's field ID.

Edit the property and click the code icon to reveal it:

And then to map email in Databowl you would use

property->email

API Response

HubSpot uses status codes, so you'll want to map 201 to a success.

Test Test Test

Now you've got the forwarder set up, it's time to hit it with some tests.

Once you've confirmed this is working OK, then also try submitting some test leads to test the whole process.
​
Job Done!!


πŸš€ Need More assistance?

If you're stuck or if this isn't something you or your team is comfortable with, then please open a new chat/ticket (chat icon in the bottom right of the screen) or email support@databowl.com.

We're here to assist with any questions you have, and if required we can quote on actioning work like this for as part of our Marketing Services.

Did this answer your question?