n8n Ethora Webhook Alerts: Send POST Messages to Chat Rooms
n8n Ethora Webhook Alerts: Send POST Messages to Chat Rooms
Regular price
£12.99
Regular price
£12.99
Sale price
Unit price
/
per
⬇
Instant Digital Download
∞
Unlimited Downloads
★
Lifetime Access in Your Account
Couldn't load pickup availability
🔥
128+ Sold
Popular with n8n builders
⚡
23 people viewing
High interest right now
✅
9 added today
Fast-moving digital product
n8n Ethora Webhook Alerts: Send POST Messages to Chat Rooms
Regular price
£12.99
Regular price
£12.99
Sale price
Unit price
/
per
Send Webhook Alerts straight into Ethora chat rooms—automatically
This n8n workflow listens for incoming POST webhook alerts and immediately posts the alert text into the specified Ethora room. Perfect for turning monitoring signals into actionable team notifications.
What this workflow does
-
Receives a webhook alert via an n8n Webhook node on the
/ethora-alertendpoint. -
Reads required fields from the incoming JSON body:
-
roomId— the target Ethora room ID -
text— the message content to broadcast
-
-
Posts to Ethora using the configured Ethora API credential, broadcasting the provided
textinto the specified room.
Use cases
- Monitoring & incident alerts: Push critical events from a monitoring tool to an Ethora room so your team sees updates instantly.
-
Form-driven notifications: Send messages from a form service webhook (e.g., support requests) into the right Ethora room using
roomIdandtext. - SaaS operations updates: Notify operators when key workflows complete or encounter issues—without manual status checks.
Technical details
-
Workflow trigger:
Webhooknode listening for incoming POST requests on/ethora-alert - Message delivery: n8n-nodes-ethora (Ethora node) to broadcast a message into a specified Ethora room
- Authentication: Uses an Ethora API credential with your Ethora instance base URL, App ID, and a B2B server token
-
Required request payload: include
body.textandbody.roomId - Implementation notes: The workflow uses the incoming fields directly as expression inputs for the Ethora node.
