Inbound Overview
Inbound means external providers send events to HookBridge first, then HookBridge forwards accepted events to your destination URL.
This separates two parts of the pipeline:
- Ingest validation: token/signature/IP/timestamp checks at the edge
- Forwarding delivery: retries, message status tracking, and replay controls to your destination
- Provider sends a webhook to your HookBridge
ingest_url. - HookBridge validates the request using your inbound endpoint settings.
- If validation passes, HookBridge creates an inbound message and forwards it.
- If forwarding fails, HookBridge retries and updates message status.
- If validation fails, the request is recorded as a rejection and is not forwarded.
API reference:
Personalize Examples
Enter your credentials to populate code examples throughout the docs.