send message
This block is part of the mssgs group and was last modified in core v15.0.0.
send message v15.0.0 Send a message into a mssgs channel using an incoming webhook URL. Only the Webhook URL and message are required; the other pins map to the rich message_container options.
- flow
flow - Webhook URL required
valueThe mssgs incoming webhook URL (channel → webhooks). The URL itself is the secret; no auth header is needed.
- message required
valueMain message text (the message_container description). Required by the gateway.
- title
valueTitle at the top of the embed. Defaults to the webhook's name when empty.
- title url
valueMakes the title a clickable link.
- sub title
valueSmaller text shown below the title.
- color
valueAccent color: blue, green, red, yellow, purple or orange. Default: blue. • Suggestions:
bluegreenredyellowpurpleorange - type
valueMessage style: embed_message (default) or system_message. • Suggestions:
embed_messagesystem_message - avatar url
valueAvatar image URL shown with the message.
- bot name
valueCustom bot name to display as the sender.
- fields
array<object>Array of key-value fields shown in the embed, e.g.
[{"field":"Status","value":"Done"}]. - actions
array<object>Array of action buttons, e.g.
[{"label":"Open","type":"url:https://..."}]or atrigger:{guid}action.
- flow
flow - response
objectThe webhook's JSON response (e.g.
{"success": true}). - success
conditionReturns true if the message has been sent.
- error
valueReturns the error in case success is
false.
mssgs |
webhook |
channel |
message container |
send mssgs |
A typical wiring for send message: value feeds the webhook pin; concatenate values feeds the message pin; branch feeds the flow pin; the flow out pin feeds funnel.

Commonly used with
In production blueprints, this block is most often wired together with:
- value: feeds into this block. Simply returns the provided value.
- concatenate values: feeds into this block.
- branch: feeds into this block.
- funnel: this block feeds into it.
- custom field: feeds into this block. get the value of a custom field with a custom value block, or dynamic value.
Version history
Introduced in v15.0.0.
Back to
mssgs Return to the main group to view all sub-groups Back to mssgs webhook Return to the group to view all blocks within this group
