New Twilio SMS Notification Channel to stay informed about application status

Valerio Barbera

Hi, I’m Valerio software engineer from Italy, and CTO at Inspector.

I am really happy to announce the general availability of our brand new “Twilio – SMS” notification channel.

If you are a busy developer you now have one more option to intelligently forward your notificiations directly in your smartphone, stay informed about your application status, and sleep better at night.

How Twilio Notification Channel Works

We decided to implement this integration in a way that Inspector will connect to your Twilio account on your behalf, so you can keep total control about your credit spent to forward SMS to your mobile number.

We thought carefully about the option to use directly our Twilio account, but we should have revised our rates making them more difficult to understand. Furthermore you could have an existing Twilio account that allows you to access a more convenient price.

Configuration

You need three mandatory parameters from your Twilio console:

  • Account SID
  • Auth Token
  • From number

You can find these information directly in your Twilio console: https://www.twilio.com/console.

As recipients you can add as many phone numbers you want to receive selected notifications. Separate each number with a comma ( , ), but consider that each number will receive a separate SMS, so each of them contributes to the consumption of your Twilio credit.

For a more complete overview you can rely on our official documentation at: https://docs.inspector.dev/notifications/twilio-sms

Conclusion

If you are an Inspector user I hope you can find this new channel useful. We continue to make decisions trying to help as many developers as possible to monitor their code execution effortlessly with the easiest Code Execution Monitoring system out there.

If you don’t know Inspector yet, you can learn more about its Code Execution Monitoring system for PHP and Nodejs on our website: https://inspector.dev

Related Posts

aws sqs in a large scale laravel application inspector

AWS SQS in a large scale application

In today’s article, I’m going to show you how we use AWS SQS in our Laravel application, and how it helps us to manage 1.6 billion operations each month. In the image below you can see our typical bill for a month of AWS SQS usage: Before entering in the details of our system design

How to implement a reusable tooltip directive in Vuejs 3

Custom Tooltip Directive in Vuejs 3: Tutorial

Custom directives in Vuejs 3 are one of those things where there is no compatibility with the previous version of the framework.  Working on the new version of the Inspector frontend dashboard I had the need to show tooltips in many different points of the application. The goal was immediately to avoid duplicate code. Before

Why and how to create an Event Bus in Vuejs 3

Have you ever used an event bus in Vue 2 and don’t know how to recreate it in Vue 3? Since I’m working on the 2.0 version of my product’s UI (to be released in May) I’m publishing some technical tricks I learn migrating my application from Vuejs 2 to Vuejs 3. The current version