Send Message

communication.send-message Output v0.1.0

Sends a normalized message to Gmail, Slack, Telegram, Discord, or a generic webhook endpoint.

Ports

DirectionPortLabel
InputinputMessage JSON
OutputsentSent
OutputerrorError

Properties

PropertyTypeDefaultDescription
Provider
provider
select "slack" Messaging provider to send through.
gmailslacktelegramdiscordgeneric
URL
url
string Static webhook/API URL (or use the config key below).
Target URL
targetUrl
string Resolved target URL.
URL config key
targetUrlConfigKey
string "messageWebhookUrl" Config/secret key the webhook URL is read from.
Token config key
tokenConfigKey
string Config/secret key the auth token is read from.
Token
token
string Inline auth token (prefer the config key in production).
Channel
channel
string Target channel/conversation, where the provider uses one.
Recipient
recipient
string Target recipient, where the provider uses one.
Subject
subject
string Message subject, where the provider uses one.
Message
message
string Static message text (or read it from the path below).
Message path
messagePath
string "message" Dotted path to the message text in the input.
Headers
headers
json Additional request headers as a JSON object.
Expect 2xx
expectOk
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.