Skip to content

Examples and code snippets to use Twilio within an Airtable Script.

Notifications You must be signed in to change notification settings

twilio-samples/airtable-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Examples and code snippets to use Twilio within an Airtable Script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published