Quick Notes91 words

Integration using webhooks — quick notes

Webhooks / service hooks — quick notes

ElementMeaning
EventWhat triggers it
FilterNarrow to a pipeline, a result, a branch
Consumer URLWhere the POST goes
SecretSigns the payload — verify it
  • Push, not poll — faster, no rate-limit waste.
  • Delivery is at-least-once → receivers must be idempotent.
  • An unverified endpoint is an open trigger for anyone who learns the URL.
  • Missed deliveries need a reconciliation path.

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free