Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 898 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 898 Bytes

Airtable Scripts

This repo contains scripts, automations, and code snippets that add deeper Twilio functionality to Airtable.

Contents

Suggestions for saving secrets and code snippets for authentication

Scripts for using Twilio in Airtable via Extension > Scripting

Scripts for using Twilio in Airtable via Automations > Run a script

Thoughts and Musings

  • Airtable does not allow for importing libraries or dependencies in their scripts.
    • Therefore, we cannot use the javascript Twilio SDK.
    • Airtable use the fetch library to make external API calls.
    • When using Twilio with fetch, the Account SID and Auth Token need to be 64 bit encrypted. See Authentication for more on this.