Receive Message

communication.receive-message Input v0.1.0

Normalizes inbound Gmail, Slack, Telegram, Discord, or generic webhook payloads.

Ports

DirectionPortLabel
InputinputWebhook JSON
OutputmessageMessage
OutputignoredIgnored

Properties

PropertyTypeDefaultDescription
Provider
provider
select "slack" Messaging provider whose inbound webhook shape is normalized.
gmailslacktelegramdiscordgeneric
Message path
messagePath
string Dotted path to the message text in the inbound payload.
Sender path
senderPath
string Dotted path to the sender identifier.
Channel path
channelPath
string Dotted path to the channel/conversation identifier.
Verify token
verifyToken
string Optional shared token to verify inbound requests.
Token path
tokenPath
string Dotted path to a token in the payload to compare against the verify token.

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.