Receive Message
communication.receive-message Input v0.1.0 Normalizes inbound Gmail, Slack, Telegram, Discord, or generic webhook payloads.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | Webhook JSON |
| Output | message | Message |
| Output | ignored | Ignored |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Providerprovider | select | "slack" | Messaging provider whose inbound webhook shape is normalized. gmailslacktelegramdiscordgeneric |
Message pathmessagePath | string | — | Dotted path to the message text in the inbound payload. |
Sender pathsenderPath | string | — | Dotted path to the sender identifier. |
Channel pathchannelPath | string | — | Dotted path to the channel/conversation identifier. |
Verify tokenverifyToken | string | — | Optional shared token to verify inbound requests. |
Token pathtokenPath | 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.