APIs & Integrations

Pranami_Jhawar
Member

Can we integrate mongo db to hubspot (export data from mongodb to hubspot)

Is it possible to export mongo db contacts into hubspot CRM. And then based on that data have some filter and send emails to the filtered records

0 Upvotes
1 Reply 1
cbarley
HubSpot Alumni
HubSpot Alumni

Can we integrate mongo db to hubspot (export data from mongodb to hubspot)

Hi @Pranami_Jhawar, as long as contacts in MongoDB follow the correct JSON format to create them in HubSpot, or if you handle the "construction" of each contact record in JSON format that is compatible with our endpoints, this can certainly work with some server side requests from your end to HubSpot's endpoints. The most common APIs for contacts are the Contacts API (this api doesn't support source tracking, i.e. where the contact is coming from), or the Forms API. The contact's api endpoints accept JSON, while the Forms API's data has to be URL encoded.

0 Upvotes