Overview

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.

Configuring email sends

Steps to set up your first pull:

  1. In Smartbook or workflow, add a new cell and select Send Email
  2. Compose your message and insert Python variables using {{your_dataframe}}
  3. Run the cell

Here’s an example message using two DataFrames and an image:

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}}```