HL Attorney Activity Summary & Email

Summary

The goal of this project is to create an airtable automation script that triggers at 6:00 PM each Friday and send a mail to users reminding them that their logged billable hours were less than 33.5 in that particular week and take actions to increase the billable hours

Client
Assigned To
Eli WeldonAkash Joshi
Status
Completed
Start & Finish Date
July 17, 2023 → July 27, 2023
Needs Review
icon
Project Resources

No Resources Currently

Project Outline

icon
Project Planning Tasklist
Go through
For each Goal outlined turn it individual item in
icon
Problems, Goals, & Summary

What are the problems we hope to solve with this project?

What are the Goals to create in order to solve the problems?

  • Setup Attorney Activity Summary & Email
    1. At 6:00 PM each Friday
    2. Compile a Total of the 'Rounded Quantity by Hours' per User
    3. If Total is less than 33.5 hours (6.7 hours per day, 5 days), then an email will be sent to the User and to Admin (michael@hepworthlegal.comkyle@hepworthlegal.comkelsie@hepworthlegal.com), and send a SMS via Twilio to the User Phone

Based on the problems and goals summarize what the project hopes to accomplish: (once outlined add it to the Summary property in notion)

Add project summary…

Goals & Deliverables

icon
Goal #1

Setup Attorney Activity Summary & Email

Goal Planning Tasklist

Outline Deliverables associated with Goal
Outline & complete any Tasklist - Research / Outline / Client Question
Create list of Tasks to achieve goal
Confirm Goal & Deliverables with client, get any questions answered
Turn goal deliverables into TasksTasks , add task details

Deliverables

Email to send out

Tasklist - Research / Outline / Client Question

Tasklist - Final

  • (0.5 hours) Create a view in airtable that combines all the hours in a week grouped by the user and on weekly basis
  • (1 hour) Create an automation that run at 6:00 PM each Friday and filters the users with less than 33.5 hours and then loops through them for sending the mails
  • (0.5 hours) Connect the email template to the automation with dynamic tags to change the user name and other user-sepcific details
  • (0.5 hours) Test the automation with a few instances and fix any issues found during unit testing