Can I view webhook POST data?

I have a HS form that creates a contact upon submission. It then fires a webhook that sends data to a 3rd-party API. Is there any way to see the exact data that was sent for any given contact created via that form?

For some background, the form collects, among other things, the user’s phone number. That number is saved correctly in HS, but in the 3rd-party CMS sometimes we only get 2 or 3 characters from the beginning and end of the phone number. Trying to figure that out.

Thanks for any input or suggestions.

Steve

I don’t think there’s an explicit way inside hubspot to see it especially if it’s outgoing to another site.

What you could do is use one of the webhook testing sites, eg webhook.site, webhook.cool and see what gets posted in that (obviously avoid using sensitive data). Or if you have something like Zapier or Workato, you could do the same.

Basically replace your current webhook URL with another that let’s you see what data is being sent to it.