Message Channel Types
Webhooks
Webhooks are a flexible message channel that let Tranthor trigger outgoing HTTP requests to any external service or API. This makes it easy to:
- Send data or notifications to your own backend systems.
- Integrate with tools and platforms not natively supported by Tranthor.
- Deliver messages to third-party services (like Slack, Discord, or custom SMS/email endpoints).
- Power advanced workflows, such as mobile push or custom notification logic.
When you use the Webhook channel, Tranthor renders a message payload and sends it as a configurable HTTP request (usually POST) to your specified URL. This enables you to connect almost any system to your messaging workflows.
To learn how to set up and customize webhook messages, visit the Webhook editor documentation.