Skip to product information

n8n Ethora Webhook Alerts: Send POST Messages to Chat Rooms

n8n Ethora Webhook Alerts: Send POST Messages to Chat Rooms

 (200+Reviews)
Regular price £12.99
Regular price £12.99 Sale price
SAVE Sold out
Instant Digital Download
Unlimited Downloads
Lifetime Access in Your Account
🔥
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

n8n Ethora Webhook Alerts: Send POST Messages to Chat Rooms

Regular price £12.99
Regular price £12.99 Sale price
SAVE Sold out

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-alert endpoint.
  • 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 text into 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 roomId and text.
  • SaaS operations updates: Notify operators when key workflows complete or encounter issues—without manual status checks.

Technical details

  • Workflow trigger: Webhook node 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.text and body.roomId
  • Implementation notes: The workflow uses the incoming fields directly as expression inputs for the Ethora node.
View full details