APIs & Integrations

jbensous
Member

Web Hook Executing Twice

We re having an issue with one of our web hooks. when it executes the post url it seems to be hitting the destination server twice within one minute. When looking in the history, some of the records return a server error code of 400.

Does Hubspot act upon HTTP return code? Or is it a call-and-forget approach? Does it try to call again depending on error code returned?

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Web Hook Executing Twice

Hi @jbensous,

Workflow webhook actions will not retry after receiving 4XX or 5XX series response status codes, but it will retry if it doesn't connect to a tcp socket within 3 seconds, or if it doesn't receive a response within 30 seconds.

0 Upvotes