Send Message
communication.send-message Output v0.1.0 Sends a normalized message to Gmail, Slack, Telegram, Discord, or a generic webhook endpoint.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | Message JSON |
| Output | sent | Sent |
| Output | error | Error |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Providerprovider | select | "slack" | Messaging provider to send through. gmailslacktelegramdiscordgeneric |
URLurl | string | — | Static webhook/API URL (or use the config key below). |
Target URLtargetUrl | string | — | Resolved target URL. |
URL config keytargetUrlConfigKey | string | "messageWebhookUrl" | Config/secret key the webhook URL is read from. |
Token config keytokenConfigKey | string | — | Config/secret key the auth token is read from. |
Tokentoken | string | — | Inline auth token (prefer the config key in production). |
Channelchannel | string | — | Target channel/conversation, where the provider uses one. |
Recipientrecipient | string | — | Target recipient, where the provider uses one. |
Subjectsubject | string | — | Message subject, where the provider uses one. |
Messagemessage | string | — | Static message text (or read it from the path below). |
Message pathmessagePath | string | "message" | Dotted path to the message text in the input. |
Headersheaders | json | — | Additional request headers as a JSON object. |
Expect 2xxexpectOk | boolean | true | Fail the node on non-2xx responses. |
This page is generated from the node registry by gen-node-docs.mjs on every
site build — ports, properties, defaults and visibility rules cannot drift from the code.