APIs & Integrations

ZZaim
Member

Mapping Contacts from HubSpot to Navision/Dynamics

SOLVE

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 Upvotes
1 Accepted solution
Mike_Eastwood
Solution
Key Advisor | Gold Partner
Key Advisor | Gold Partner

Mapping Contacts from HubSpot to Navision/Dynamics

SOLVE

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

View solution in original post

4 Replies 4
Mike_Eastwood
Solution
Key Advisor | Gold Partner
Key Advisor | Gold Partner

Mapping Contacts from HubSpot to Navision/Dynamics

SOLVE

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
HubSpot Product Team
HubSpot Product Team

Mapping Contacts from HubSpot to Navision/Dynamics

SOLVE
Mike is back! Missed ya, bud!
0 Upvotes
dennisedson
HubSpot Product Team
HubSpot Product Team

Mapping Contacts from HubSpot to Navision/Dynamics

SOLVE

Hi @ZZaim ,

This might be up @Mike_Eastwood 's alley.

Looks like he has worked with this before

0 Upvotes
ZZaim
Member

Mapping Contacts from HubSpot to Navision/Dynamics

SOLVE

Hello Mike,

I have been pointed to you by 

0 Upvotes