hubspot-net / HubSpot.NET

C# .NET Wrapper around the common HubSpot APIs.
MIT License
112 stars 137 forks source link

Missing Contact Merge API call #90

Open KennyKaplanADA opened 3 years ago

KennyKaplanADA commented 3 years ago

The project does not support the Merge Contact call

Psypher9 commented 3 years ago

Thank you for bringing this up!

Psypher9 commented 3 years ago

It doesn't look like this is currently supported by HubSpot's API. Marking closed until they release a new endpoint supporting it.

KennyKaplanADA commented 3 years ago

The endpoint is here: https://legacydocs.hubspot.com/docs/methods/contacts/merge-contacts

Psypher9 commented 3 years ago

Awesome, thank you @KennyKaplanADA! I had a hard time looking for this. Thank you thank you.

I will reinvestigate

KennyKaplanADA commented 3 years ago

@Psypher9 I have not seen any movement on this. Are you comfortable with me creating a fork and adding this capability?