Module: 4/5
Lesson: 3/7
Exercises:
Module 4 | Lesson 2

Lesson 2: Webhooks — When You Want Things to Push Instead of Pull


Quick Check

  1. What's the difference between polling and webhooks?
  2. Answer: Polling means your workflow repeatedly checks for changes on a schedule. Webhooks mean the external service tells you immediately when something happens.

  3. In a webhook workflow, which direction does the HTTP request go?

  4. Answer: From the external service to your platform. The service initiates the request to notify you of an event.

  5. Why might webhooks be better than polling for a form submission workflow?

  6. Answer: Users expect immediate feedback. With webhooks, the workflow runs the instant the form is submitted. With polling, there could be a delay of several minutes.

Next: Lesson 3 — HTTP Modules

🔒

This lesson is premium

Get full access to AI Workflows — all modules, all lessons, lifetime access.

Already purchased? Sign in to restore access.