I am working on a Ignition vision project where I need to acknowledge alarms through SMS.
Whenever alarm occurs I receive an SMS (attached) but I am not being able to respond to that SMS.
Process I have followed so far:
- Setup a trial account on Twilio.
- Made my ignition gateway publicly accessible.
- Configured Twilio account on Ignition. (Public Hostname: [IP of my gateway] | Public Port: 8088)
- Created a notification profile and enabled SMS acknowledgment.
- Configured a notification pipeline.
- Configured an alarm on a tag and passed notification pipeline in Active and Ack. pipeline fields.
Do I need to make changes on my Twilio console? a function or a webhook? I am new to Twilio and would really appreciate a detailed response.