Versori User Documentation home page
v1
Search the docs...
⌘K
Ask AI
Search...
Navigation
Tools
Email
Home
Integrate
Embedded
API Reference
Documentation
API Reference
Integrate
Introduction
Boards
Overview
Tools
Overview
Jay
Trigger
Filter
Transformer
Code Tool
Email
Variables
Splitter
On this page
Configuration
Example usage
Tools
Email
The Email action allows you to send emials as part of your integration.
Configuration
The email action doesn’t have any configuration options but it expects the data it recieves to be in the following format:
Copy
Ask AI
{
"to"
:
""
,
"subject"
:
""
,
"body"
:
""
,
"html_body"
:
""
}
to
and
subject
are the only required options. The body if the email can be left empty.
body
and
html_body
allow you to write a plain text email or styled email respectively.
Example usage
Code Tool
Variables
Assistant
Responses are generated using AI and may contain mistakes.