Webhooks

Tarun Arora

New Member
Hi

We are getting webhooks failure message, Delivery server is pepipost API

HTTP Response: Post https://----dswh/1: net/http: request canceled (Client.Timeout exceeded while awaiting headers)​
HTTP Status: 400​

We have tried using http also for webhooks but its getting failed at pepipost as they are unable to verify it.

Please suggest what is missing...
 
@Tarun Arora - the error "timeout exceeded" is because they tried to connect to the server and it took too much time.
This might happen because your server is under load and cannot cope with the webhook requests coming from pepipost, in such cases, tweaking the web server and php helps, but also adding more resources to your server, like ram and cpu.
 
Back
Top