cweems / frontline-airtable-quickstart

A serverless middleware to connect Twilio Frontline with Airtable.
MIT License
11 stars 12 forks source link

Reduce number of data pulls from Airtable #4

Open cweems opened 2 years ago

cweems commented 2 years ago

There are a few instances where the middleware is pulling all contacts from Airtable, just to match a single record. If we can refactor these then we'll be able to reduce the number of API calls to Airtable and improve app load time.

Functions to refactor:

We may also be able to filter the list of records retrieved from Airtable by filtering by owner.