Skip to content
English
  • There are no suggestions because the search field is empty.

Webhooks

  1. Talentech support
  2. Knowledge base
  3. Talent Recruiter
  4. Technical Documentation

Webhooks - A webhook (also called a web callback or http push api) 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 frequently in order to get it real-time. This makes webhooks much more efficient for both provider and consumer.

Related articles