Understanding the main building blocks of HookStack: Webhooks, Destinations, and Routes
HookStack is built around three core resources that work together to handle your data flow:
Webhooks, Destinations, and Routes. Understanding how these components interact is key to
making the most of HookStack.
Most services will request a Signing Secret, which is used to verify the authenticity of the webhook data. You can find where to retrieve this in the service’s documentation.
Once created, you’ll receive a unique webhook URL for secure data transmission.
Routes are the connectors that define how received events flow from your Webhooks to your Destinations.
They allow you to create powerful data pipelines.