Skip to content

Latest commit

 

History

History

Send-SMS-Through-Google-Sheets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Send SMS Through Google Sheets

Overview

Do you store your customer’s information in an excel or Google Sheets spreadsheet? Wouldn’t it be handy to be able to send SMS to your customers directly from Google Sheets? With this guide we’ll show you how to integrate SignalWire API with Google Sheets API to track and contact customers regarding payments that are due. We’ll be using Google’s version of Javascript which is called Apps Script. You can modify this code however you need to fit your particular use case.


What do you need to run this code?

View the full walkthrough on our developer site here!

This guide uses Google Sheets so you'll need to have an active Google account.

You will need a SignalWire phone number as well as your API Credentials (API Token, Space URL, and Project ID) which can all be found in an easily copyable format within the API tab of your SignalWire portal.


How to Run Application

Build and Run within Google Sheets

  1. Copy the code from the Javascript file and paste it into the Apps Script Editor in Google Sheets.

  2. Input your SignalWire credentials in the custom 'Credentials' menu.

  3. Run the script from the custom 'Send SMS' menu.


Sign Up Here

If you would like to test this example out, you can create a SignalWire account and space here.

Please feel free to reach out to us on our Community Slack or create a Support ticket if you need guidance!