This repo contains scripts, automations, and code snippets that add deeper Twilio functionality to Airtable.
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
- 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.