Portal Community

send-email

Sends an email via a configured SMTP or provider credential (SendGrid, Mailgun, Mailjet, Gmail, Outlook).

FieldDescription
Credential IDReference to an SMTP or email provider credential
ToRecipient email(s). Supports expressions: {{$json.managerEmail}}
CC / BCCOptional copy recipients
SubjectEmail subject line (supports expressions)
Body ModePlain text or HTML
BodyEmail body template (supports expressions)
AttachmentsFile paths or base64 data from upstream nodes

slack-message

Posts a message to a Slack channel or direct message.

FieldDescription
Credential IDSlack Bot Token credential
ChannelChannel ID, channel name (#general), or user ID for DM
MessageSlack Block Kit JSON or plain text
Thread TSOptional: thread timestamp to reply in a thread

teams-message

Sends a message to a Microsoft Teams channel using an Incoming Webhook or the Graph API.

FieldDescription
Credential IDTeams Incoming Webhook URL credential or Graph API credential
Channel / TeamTarget channel (Graph API only)
MessageAdaptive Card JSON or plain text

discord-message

Posts to a Discord channel via a webhook or bot token.

FieldDescription
Credential IDDiscord Webhook URL or Bot Token credential
Channel IDTarget channel (bot token mode)
ContentPlain text message (max 2000 chars)
EmbedsOptional Discord embed JSON
Fire and Forget Notification nodes complete as soon as the message is accepted by the provider's API. The workflow does not wait for delivery confirmation. To check delivery status, use the http-request node to query the provider's delivery API separately.