GithubHelp home page GithubHelp logo

forkedit / formio-webhook-receiver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from formio/formio-webhook-receiver

0.0 1.0 0.0 28 KB

An example webhook receiver application.

License: MIT License

JavaScript 100.00%

formio-webhook-receiver's Introduction

Form.IO webhook receiver

This application serves as an example webhook receiver for the https://form.io platform.

Setup

First, download this application, and then run the following.

npm install

You can then run the example server by typing the following

npm run start:basic

or

npm run start:validation

Using with NGROK

You can test this locally by using this along with a utility called NGROK. Follow the instructions @ https://ngrok.com/download to download and get started to create a localhost tunnel. You can create a public tunnel to your locally running receiver by typing the following command.

ngrok http 4001

This will connect to your webhook receiver and provide a public URL to access it.

Version                       2.1.14
Region                        United States (us) 
Web Interface                 http://127.0.0.1:4040 
Forwarding                    http://b68934c2.ngrok.io -> localhost:4001
Forwarding                    https://b68934c2.ngrok.io -> localhost:4001

This tells me that I am now able to connect to my locally running Webhook receiver by navigating to http://b68934c2.ngrok.io. I can now use this within my Webhook Action settings @ Form.io.

Form.IO Setup.

Create an application and a form within the https://form.io platform. Click on Actions, and then add a new Webhook action. Then configure the webhook action to point to your server with the following configurations. Your settings should look like the following.

  • username: test
  • password: password123

Alt text

formio-webhook-receiver's People

Contributors

travist avatar yuryrybaksoftensity avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.