Integration with Hubspot

Hi, friends!

I collect a lot of question during investigation for integration with Hubspot. And will be very appreciate if you will help me.

Questions:

1. First of all I need to do integration between event, touchpoint objects from Salesforce and object in Hubspot. I found a good candidates for it: Tasks and Notes, also Event and Activity. Maybe someone have compobility objects between Hubspot and Salsforce?

2. I didn’t find for Task, Note, Event, Activity Objects in new API. Should I use legacy API for it (like this Accounts Dashboard | HubSpot)?

3. Do you have possibility to get metadata for objects? In other words can I get somehow all fields by object by request. I need it for my validation if field exists?

4. Also a big question about Bulk Import API. Can I use in bulk import objects like Task, Event, Activity? Because objectTypeId exist only for Contact(0-1), Company(0-2), Deal(0-3), Ticket(0-5), Note (0-4).

5. Another question about Bulk update and Delete? Do you support it?

Hello @Yevhen,

For events, you can go with: https://legacydocs.hubspot.com/docs/methods/events/get_events and for other objects, you can go with: Accounts Dashboard | HubSpot

also at this time, it is not possible to bulk create/import tasks, events, activity with HubSpot

Hope this will help you

Thnak you for your answer!