hubspot-net / HubSpot.NET

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

Process JSON from a webhook? #43

Closed daniel-campbell closed 5 years ago

daniel-campbell commented 5 years ago

Is there a function here which will process the JSON from a POST webhook triggered by a Hubspot Workflow? I want to be able to extract all the info related to the webhook.

Psypher9 commented 5 years ago

Currently, we don't support the Webhook API. But it sounds like you may need to make an endpoint on your application to listen for the POST request and handle the payload without HubSpot.NET. We are mainly trying to provide a client library to be used internally by .NET applications and not have any external exposure.

daniel-campbell commented 5 years ago

Okay, thanks for the quick reply!