BradCassityDev / git-ticketing-system

0 stars 0 forks source link

Create Texting utility #2

Closed jesseparent closed 3 years ago

jesseparent commented 3 years ago

Create JS file in Utils directory that accepts a phone number to text a message to, as well as the message to send

BradCassityDev commented 3 years ago

Twilio package installed and allows for incoming sms messages that trigger a response and also includes the ability to simply send a text via api route. To use this on a local dev environment, simply setup and install NGrok so that you can access your private IP over the public web. This will generate a URL that must be attached to the number via webhook. If anyone needs help. Please let me know.

Merged with develop.