Question 23
Which of the following statements is false regarding webhooks?
A webhook should deliver data to other apps, as it happens.
A webhook is primarily meant for a server to server communication.
A webhook typically uses an HTTP POST request to deliver the response.
A webhook and web socket is essentially the same.