https://github.com/jbips/node-red-contrib-typeform-webhook
A NodeRED node that receive new Typeform submission a output an opiniated object
https://github.com/jbips/node-red-contrib-typeform-webhook
node-red typeform webhook
Last synced: 5 months ago
JSON representation
A NodeRED node that receive new Typeform submission a output an opiniated object
- Host: GitHub
- URL: https://github.com/jbips/node-red-contrib-typeform-webhook
- Owner: JbIPS
- License: mit
- Created: 2019-06-13T09:03:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T09:42:20.000Z (about 6 years ago)
- Last Synced: 2025-08-19T21:25:19.006Z (10 months ago)
- Topics: node-red, typeform, webhook
- Language: HTML
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-red-contrib-typeform-webhook
A NodeRED node that receive new Typeform submission a output an opiniated object
## Install
Install from npm
```
npm install node-red-contrib-cloud-firestore
```
Install from the palette manager
```
node-red-contrib-cloud-firestore
```
## Config
### Path
This is the path that will be listening to incoming webhook. It must be identical (but without the host part) to the one you give Typeform.
## Setup a webhook in Typeform
Go to your Typeform workspace, open a form and go to the `Connect` header, then `Webhooks` tab. Click `Add a webhook` and give your NodeRED domain followed by the path you set in your node.
You can get more infos on the webhook API in the [official documentation](https://developer.typeform.com/webhooks/)
## Good practice
This node will output a single object containing all the answers with their reference as key. To get a usable object, don't forget to set reference in all your questions in Typeform