Skip to content

Simple Serverless service to fetch last message received on a Twilio number

Notifications You must be signed in to change notification settings

barodeur/fetch_last_message

Repository files navigation

Fetch Last Message

Fetch the last message of a Twilio account.

Install

npm install

Configure

To configure the app, just rename the .env.example.yml file to .env.yml and set set the variables.

  • SERVICE_NAME
  • TWILIO_ACCOUNT_SID
  • TWILIO_API_KEY_SID
  • TWILIO_API_KEY_SECRET

Optionally

Setup error notification service

You can additionally add Sentry.io to catch runtime errors. Just set SENTRY_DSN to setup the service.

Deploy

serverless deploy

About

Simple Serverless service to fetch last message received on a Twilio number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages