Email is an excellent way to schedule and send insights and reports. We all know executive live in their inbox, best to meet them where they are.With our Email Send cell, you can quickly compose emails with Python variables and objects.
In Smartbook or workflow, add a new cell and select Send Email
Compose your message and insert Python variables using {{your_dataframe}}
Run the cell
Here’s an example message using two DataFrames and an image:
Copy
Ask AI
Hey there,Here are the top users in terms of increased widget creation:{{top_increases}}Here are the top users in terms of decreased widget creation:{{top_decreases}}Users created by month:{{fig}}```