Connections
Connections are workflows in Hooklistener that receive webhooks from an external source and forward them to one or more destinations. Each Connection is built from the following components:
- Source: A Hooklistener-generated URL where external systems can send webhooks. This acts as the entry point for your Connection.
- Destination: The endpoint or service where Hooklistener will deliver the webhook. This could be a URL or an integrated app.
- Connection: The set of rules or settings that define how Hooklistener should send the webhook to the destination. This includes things like retries, transformations, and headers.
Together, these components form a Connection that gives you full control over how webhooks are routed and handled.