headlesdev 94ba5e20c6 Revert "cleanup v2"
This reverts commit 8b82578809528b7163ea7003d0a4734d93522263.
2025-05-17 12:31:27 +02:00

18 lines
886 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Echobell Notification Setup
To enable Echobell notifications, you need the following:
- **Echobell Webhook URL**
The HTTP POST endpoint that Echobell exposes for your channel. Youll find it in your channels **Integrations → Webhooks** section.
- **Message Field Key**
The JSON field name that Echobell expects for the notification text. By default this is `message`, but you can verify or customize it under **Integrations → Webhooks → Payload Settings**.
## How to get your Webhook URL and field key
1. **Log in** to your Echobell account.
2. **Select the channel** you want to send notifications to.
3. Navigate to **Integrations → Webhooks**.
- Copy the **Webhook URL** shown there (e.g., `https://api.echobell.one/hooks/abc123`).
4. In the same screen, check **Payload Settings** and confirm the **Field Key** for your message (`message`).