APIs & Integrations

BrianF
Member

Use WebHooks to POST to Web Service

I’m trying to use Webhooks to post a contact record to an ASP.NET web service but I cant get it to work. The web service responds with 500 error saying that the “data at the root level is invalid”

Has anyone here got this to work?

0 Upvotes
1 Reply 1
fonji
Contributor

Use WebHooks to POST to Web Service

I get nice data in Ruby on Rails. Is your webservice trying to parse the request body as XML? Because you’ll receive JSON documents…
That’s the most obvious case why you’d get that error.

0 Upvotes