I have some webhooks that are timeing out. On my end, we are recieving the webhook call. It is finishining and is responding with a HTTP Response code of 200. However, HubSpot is timing out before the 200 is sent. HubSpot continues to retry over and over and causing some issues.
Does HubSpot support the HTTP Responce code of 102 or 202? I was wondering if I responded back imediately with a responce code of 102 or 202 would HubSpot wait for the 200 code before timing out?
Thanks you
Tony
Hey, @TKoehn
I searched the documentation, old forum posts, some of our internal support tickets and didn’t find any mention of a 202 response being “acceptable” when working with webhooks in HubSpot. The docs only call out receiving either a 200 response or a 400 or 500 error response. We’ll leave this open in case other community members have any experience or suggestions for other ways to deal with this issue.
Talk soon! — Jaycee
@Jaycee_Lewis, Thanks for responding.
I wanted to referr to this HubSpot webpage.The Exhaustive List of HTTP Status Codes & What They Mean
Thanks,
Tony
Hi, @TKoehn That article is a HubSpot Marketing blog intended to help non-devs understand what those codes mean in a general sense. It is not part of the developer documentation in that it isn’t showing us what can be used in a HubSpot-specific webhook, unfortunately.
Best,
Jaycee