Push, text and voice notifications from Google Forms

May 30, 2018 | Developer, General, Integrations

SIGNL4 offers easy-to-use interfaces for triggering notifications, e.g. email and Webhook. In some scenarios you might want to send signals manually from a Web portal. Google Forms is one option to add this feature to SIGNL4.

The following steps show you how to setup a simple Web form for manually sending signals to your SIGNL4 team:

1. Create the Form

Go to Google Drive (https://drive.google.com) and add a new Form (“New” -> “More” -> “Google Forms”).

2. Design your Form

In fact, you can design your form according to your needs. You can add as many parameters as you wish. In our example below we use a field for the message text and another one for a priority. We also added an image to make things look nicer.

4. Create the Response Sheet

Now, under “Responses” you can create the sheet of response form data by clicking the little green Sheets symbol on the top right of your form.

5. Test your Form

Once you have creates the sheet you can test the form. Go to “Send” on the top right of your Form page and then choose the Link tab. Here you can copy the link to your form.

You can copy the link and open it in a browser.

 

Fill in some date and click the “Submit” button. The results will go directly into the sheet you have created.

6. Send the Form Data to SIGNL4

Now we would need a Google Apps Script that will get triggered each time new form data is submitted.

You can create the script in Google Drive by clicking “New” -> “More” -> “Google Apps Script”. Then paste the code below and modify it accordingly.

// Just call this one once in order to register the trigger
// The ID in SpreadsheetApp.openById is the middle part of the Sheet URL: https://docs.google.com/spreadsheets/d//edit#gid=843044121
function createSIGNL4SpreadsheetFormTrigger() {
  
  var sheet = SpreadsheetApp.openById('');
  
  ScriptApp.newTrigger('onSIGNL4FormSubmit')
      .forSpreadsheet(sheet)
      .onFormSubmit()
      .create();
}

// This trigger is called each time a new form request has been done
function onSIGNL4FormSubmit(e) {
  
  Logger.log('In onSIGNL4FormSubmit ....');
  
  // Send to SIGNL4 Webhook address
  sendPush('Dispatcher Message', e.namedValues['Message Text'][0], e.namedValues['Priority'][0]);
  
}

// Send REST API HTTP POST to your SIGNL4 Webhook address
function sendPush(strTitle, strMessage, nPrority) {

  var data = {
      'Title': strTitle,
      'Message': strMessage,
      'Priority': nPrority
  };

  var payload = JSON.stringify(data);
  
  var url = 'https://connect.signl4.com/webhook/';
  
  var options = {
    'method': 'post',
    'contentType':'application/json',
    'payload': payload,
    'muteHttpExceptions': true
  };
  
  return UrlFetchApp.fetch(url, options);
  
}

You now need to call the function “createSIGNL4SpreadsheetFormTrigger” manually. This registers the trigger to be called when new form data is submitted.

Then you can choose “Publish” -> “Deploy as web app …” from the menu and follow the default steps. And you are good to go 🙂

Now, every time someone submits a message in your form, a signal is sent to your SIGNL4 team. And this is how it might look like in your SIGNL4 app:

By the way, you can also embed the Google Form in your own intranet site.

Mobile Alerting mit SIGNL4

SIGNL4

  • provides a persistent mobile notification channel for critical communications
  • reliably routes critical alerts, incidents and events to staff on duty
  • lets your team manage and track timely availability (e.g. on-call duty, shifts)
  • tracks delivery and ensures transparency on ownership and response
  • centralizes alert notifications from multiple sources
  • easily connects with any system via industry standard protocols
  • directly links operations teams with your most critical IT, OT and IoT systems

To get started, download the mobile app, and your ready to go for free for 30 days.

SIGNL4 on Google Play SIGNL4 on Apple iTunes

Discover SIGNL4

Dashboard of SIGNL4's mobile Alerting App

Stay ahead of critical incidents with SIGNL4 and its superpowers. SIGNL4 provides superior and automated mobile alerting, delivers alerts to the right people at the right time and enables operations teams to respond and to manage incidents from anywhere.

Learn more about SIGNL4 and start your free 30-days trial.

    Mobile Alerting & Anywhere Incident Response

    Feature Overview

    A comprehensive Platform for mobile Alerting for an up to 10x faster Response

    AIOps and AI Alerting

    AI-powered Alerting and Alert & Incident Management

    Reliable Alert Notifications

    Alert Notifications by push, text, voice and email. With Tracking and Escalations

    Alerting App

    The modern Way of receiving and managing critical Alerts on-the-go

    On-Call Scheduling

    Ai-powered Scheduling and Management of On-Call Duties and Shifts

    Call Routing

    Live call routing and a Voice Mailbox for modern after-business Hours Operations

      Use Cases

      IT Alerting

      Stay ahead of critical IT incidents and minimize downtime with SIGNL4 – automated, secure, and in real-time

      Incident Management

      Accelerate response, and streamline incident workflows with real-time mobile alerts

      SecOps Alerting

      Respond faster to cyber threats with mobile-first alerting

      SCADA Alarm Notifications

      Respond faster to machine breakdowns, quality issues, and maintenance calls

        IoT Service Alerting

        Automatically alert and notify your field service teams based on real-time signals from your IoT sensors and devices

        Field Service Alerting

        Automated Mobile Routing of Service Requests and Alerts to Field Teams

        On-Call Management

        Create and manage duty schedules, automate alert delivery, escalate seamlessly, and route after-hours calls

        After-Hours Call Routing

        SIGNL4 automatically routes after-hours calls to on-call staff – ensuring timely response and 24/7 coverage

        Building Automation

        Ensure fast response, fewer disruptions, and better facility management and service

        Emergency Alerting

        Keep your teams prepared when every second counts. SIGNL4 delivers fast, reliable emergency notifications

        Alert Management

        A central alert management hub helps to streamline alerting processes from multiple enterprise systems

        Integrations and APIs

        Integrations Overview

        We have verified and tested 200+ Integrations with 3d Party Products

        EMail (SMTP)

        The fastest and easiest way to connect to SIGNL4.

        REST API

        Seamlessly integrate services or implement additional features

        Webhook

        SIGNL4’s most popular and flexible integration

          Selected Customer Case Studies

          Berlin-Brandenburg Airport

          Automated Alerts and Mobile Incident Response for Luggage Transportation Systems

          BASF Coatings

          Automated Transport Dispatching with IoT Buttons and a mobile App for optimized Intralogistics

          RedIron, Canada

          Unifying Alerts and Notifications in mission-critical IT Operations

          CSP Lighthouse, Australia

          Reliable 24/7 Alerting for a global Cybersecurity Service Provider

            Swiss Bankers, Switzerland

            Real-Time Fraud Prevention with 24/7 mobile alerting in Financial Services Operation

            Conexus Credit Union, Canada

            Conexus transformed Incident Response in a Single Day with SIGNL4

            Overview of Industries

            Exciting case studies from selected customers in sectors such as logistics, aviation, manufacturing, finance and IT

            About us

            About Derdack & SIGNL4

            Learn more about a Market Leader in mobile Alerting and Anywhere Incident Response for critical Systems

            Partner Program

            Become a SIGNL4 Partner and take Advantage of a well-established and rapidly growing Product

            Newsletter

            Get Updates, exciting Insights, and Customer Stories – Sign up for our Newsletter!

            Glossary

            We explain the most important Terms and Topics in the Field of Alerting and Incident Management

            Blog

            Our blog offers expert insights and practical tips for getting the most out of SIGNL4

              SIGNL4 got recognized by the G2 Community
              DERDACK SIGNL4
              Privacy Overview

              This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.