Menu
Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version
Publication date

Mar 9, 2022

Confidentiality
Public
Reactions
0
Share

MailService

Functions
send_mail @classmethod

Send a email to 1 or multiple users

receivers_ids : List
mail_content : str
content of the mail (supports HTML)
subject : str
subject of the mail
Return type : bool
send_mail_to_current_user @classmethod

Send a email to the current connected user (or user that is running the scenario)

mail_content : str
content of the mail (supports HTML)
subject : str
subject of the mail
Return type : bool
send_scenario_finished_mail @classmethod
user_id : str
scenario : SendScenarioFinishMailData
Return type : bool
Technical bricks to reuse or customize

Have you developed a brick?

Share it to accelerate projects for the entire community.