@jmorag/twilio-messager
v0.1.0
Published
A simple interface to view and send twilio messages, as a Vue component. This was built to accommodate a workflow where customers are sent a confirmation message automatically by a FileMaker hook when they have appointments. Customers then reply Y/N to in
Downloads
3
Readme
twilio-messager
A simple interface to view and send twilio messages, as a Vue component. This was built to accommodate a workflow where customers are sent a confirmation message automatically by a FileMaker hook when they have appointments. Customers then reply Y/N to indicate that they will show up. Twilio doesn't have a great UI to inspect other messages, so this approximates a standard messaging interface. Contact name resolution is rather fickle and based on the fact that messages are sent via a template so it probably won't work for you.
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build:lib
Lints and fixes files
yarn lint