owl’s eye view

Streamlining Weekly Projects through Airtable + Teamwork + Zapier Integration

Overview

Owls Eye View is a weekly internal digest used within Rice University’s Development and Alumni Relations division to share the status and upcoming phases of active project deliverable creation and testing (emails, webpages, print pieces, social posts, and misc.). The email highlights only the key deliverable milestones relevant to project partners, including QA and testing timelines and the send date.

To streamline its production, I built an automated system that imports the relevant Teamwork tasks (that act as the deliverable milestones) into Airtable, organizes them by project partner and due date, and generates fully formatted preview digests for their corresponding project manager. Each Monday, the system identifies which milestones should appear in that week’s Focus or Main Overview editions, compiles the data, and automatically sends a fully formatted preview email to the corresponding project manager for review.

Project managers can then review the milestones as records directly in Airtable, make edits or add notes if needed, and deploy the final digest version once approved, all without labor-intensive data entry. The automation ensures consistent, timely, and professional project communication across departments, requiring only a few minutes of manual work each week.

Solution

I developed an automated information workflow utilizing Teamwork, Airtable, and Zapier to manage task organization and generate professional email digests tailored for each type of project partner.

Every Monday morning, the system automatically runs the following sequence:

  1. A custom Airtable script calls the Teamwork API to fetch all “QA Begins,” “QA Ends,” “Testing Begins,” “Testing Ends,” and “Email Sends” tasks scheduled for the upcoming week.

  2. The tasks are filtered and sorted by due date, representing the key milestone dates for each deliverable, then assigned with their corresponding Focus or Main Overview category. The Main Overview is intended for higher up leadership across all departments, only showing folks what is sending that week. The Focus emails are more for conveying each other task’s metadata, such as due date and related project information, is also extracted and organized for display.

  3. Zapier compiles and formats the data using scripted templates, builds the structure for each preview digest, and sends them directly to the relevant project managers for initial review. These preview emails are identical to what the final audience will receive.

  4. Project managers can add edits or notes directly in Airtable for their particular digest then deploy the final version for distribution. Once deployed, an automated Slack message notifies the project manager group, confirming that the Main Overview or a Focus email is being deployed.

This workflow enables project managers to quickly review, refine, and deploy auto-generated weekly digests, establishing a consistent and reliable communication process that improves cross-departmental visibility and coordination.

PRoblem

Before Owls Eye View, there was no centralized way for teams and partners within Rice University’s Development and Alumni Relations division to see what communications were being sent each week. This lack of visibility limited cross-team collaboration and had potential to lead to overlapping outreach or over-communication with shared audiences.

Individual teams also lacked a clear view of their own upcoming email activity. Without a concise summary of scheduled testing and send dates, it was harder for team members to anticipate priorities and prepare accordingly.

impact

Established a centralized, automated process for weekly deliverable tracking that would otherwise require hours of manual coordination each week. This replaces what would have been a time-intensive effort across multiple teams with a streamlined, fully integrated workflow.

  • Ensured each publication reflects the most current verified data from Teamwork.

  • Strengthened cross-team awareness and reduced communication gaps around workload and scheduling.

  • Created a scalable digest model adaptable to other potential project partner emails at Rice.

In depth Process

Technical Highlights

  • airtable scripting

    Custom API integration with Teamwork to retrieve, standardize, and deduplicate live task data.

  • automated scheduling

    Time-based triggers to generate and prepare all weekly digest editions.

  • Dynamic Filtering & Organization

    Tasks are automatically sorted by project partner and milestone dates for accuracy and clarity.

  • Zapier Integration

    Automates the creation and delivery of preview emails directly to project managers.

  • Scalable Logic

    Conditional formatting, emojis, and grouping rules automatically adapt to new editions or deliverable types.

Airtable

Teamwork API

Zapier

JavaScript

Airtable Teamwork API Zapier JavaScript