Sending Emails
Learn how to send emails from Kognitos.
Overview
Kognitos simplifies email automation. With just a few lines of natural language syntax, you can send emails directly within your automated workflows — no configuration or server management is required.
Behavior
By default, Kognitos sends emails using the sender Kognitos Automation. The sender address follows the format <id>@app.kognitos.com, where the id corresponds to the ID of your Playground or Process run.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Basic Syntax
The following syntax formats are all supported equivalents and produce the same results.
Syntax: send an email
Syntax: send an email to {recipient}
Syntax: send {message} to {recipient}
2. Sending Emails with Attachments
Single Attachments
Multiple Attachments
3. Sending Multiple Messages
When multiple messages are specified, Kognitos sends a single email containing all of them:
4. Specifying CC and BBC on Emails
Last updated
Was this helpful?
