create_agent(
small_table,
actions = action_levels(notify_at = 0.3),
end_fns = list(
~ email_blast(
x,
to = "hello@rainbowr.org",
from = "pb_notify@example.com",
msg_subject = "I was not expecting this!",
credentials = blastula::creds_key(id = "smtp2go"),
send_condition = ~ TRUE %in% x$notify
)
)
)