Understanding webhooks activity
Part 1: Webhooks in everyday life
Instructions: Webhooks help different systems communicate instantly. Think about situations where you receive automatic updates after doing something online. Match each scenario to what’s happening behind the scenes.
Example scenario: You order a package from Amazon and later receive a tracking email when your order ships.
Webhook? Yes
A webhook triggered an email when the order status changed, just like a webhook in Rewst triggers a workflow when new information arrives.
Match the webhook scenario
For each scenario below, first determine whether a webhook was involved or not. If a webhook was involved, think about what triggered the webhook. Try to answer each question on your own first, then click the accordion to check your response.
Part 2: Spot the webhook in action
Instructions: Below is a real webhook payload that was received in a Rewst workflow. Look at the data and answer the questions.
Try to answer each question on your own first, then click the accordion to check your response.
Part 3: Build your own webhook scenario
Instructions: Think of a real-life situation where a webhook could be useful. Describe the idea by considering these key parts:
Trigger: (What event causes the webhook to send data?)
Webhook data: (What important details would the webhook send?)
Action taken: (What should happen in response to this webhook?)
Last updated
Was this helpful?