APIs & Integrations

ZZaim
Miembro

Mapping Contacts from HubSpot to Navision/Dynamics

resolver

Hey Team!

I was able to get contact data from HubSpot contacts API and deserialize the JSON object in c# - Now its possible to access the JSON elements.
I am working on HubSpot Navision / Dynamics integration.

My question:
How can I map and forward/map the contacts data throught HubSpot API to Navision, how can I approach this with HubSpot Webhooks? I have access to Navsion API Endpoints. I intend to achieve this in C#, Azure Fuctions.

I really appriciate any support 🙂 

0 Me gusta
1 Soluciones aceptada
Mike_Eastwood
Solución
Asesor destacado | Partner nivel Gold
Asesor destacado | Partner nivel Gold

Mapping Contacts from HubSpot to Navision/Dynamics

resolver

Hi @ZZaim 

 

I would use a Webhook that shares the Contact, with your system, whenever a Contact is created (or edited).

 

The Webhook will post the data to your system (once you jump through a few hoops).

 

Have fun

Mike

Ver la solución en mensaje original publicado

4 Respuestas 4
Mike_Eastwood
Solución
Asesor destacado | Partner nivel Gold
Asesor destacado | Partner nivel Gold

Mapping Contacts from HubSpot to Navision/Dynamics

resolver

Hi @ZZaim 

 

I would use a Webhook that shares the Contact, with your system, whenever a Contact is created (or edited).

 

The Webhook will post the data to your system (once you jump through a few hoops).

 

Have fun

Mike

dennisedson
Equipo de producto de HubSpot
Equipo de producto de HubSpot

Mapping Contacts from HubSpot to Navision/Dynamics

resolver
Mike is back! Missed ya, bud!
0 Me gusta
dennisedson
Equipo de producto de HubSpot
Equipo de producto de HubSpot

Mapping Contacts from HubSpot to Navision/Dynamics

resolver

Hi @ZZaim ,

This might be up @Mike_Eastwood 's alley.

Looks like he has worked with this before

0 Me gusta
ZZaim
Miembro

Mapping Contacts from HubSpot to Navision/Dynamics

resolver

Hello Mike,

I have been pointed to you by 

0 Me gusta