Webhooks
What is a Webhook ?

What is a Webhook ?

A webhook is a way for an app to provide other applications with real-time information. A webhook delivers data to other applications as it happens, meaning you get data immediately.

Unlike typical APIs where you would need to poll for data very frequently in order to get it real-time, with webhooks the data is sent to you when it’s available.

What types of webhooks are supported by Pixlbay?

Pixlbay currently supports two types of webhooks:

  • Discord hooks: This webhook sends a message to a discord channel when an event occurs on your server.
  • HTTP hooks: This webhook sends a POST request to a specified URL when an event occurs on your server.