Appearance
Webhook Connections
Relayter supports two webhook connection types. Choose the type based on the direction in which data must travel.
| Connection type | Direction | Use it to |
|---|---|---|
| Webhook Producer | Your system → Relayter | Create, update, or delete Relayter data from incoming JSON. |
| Webhook Consumer | Relayter → your system | Receive Relayter events at your HTTPS endpoint. |
Both connection types support an authentication token and HMAC-SHA256 request signatures. Keep authentication tokens and secrets private.