https://github.com/zentered/typeform-webhook
https://github.com/zentered/typeform-webhook
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zentered/typeform-webhook
- Owner: zentered
- Archived: true
- Created: 2018-06-22T10:22:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T08:50:08.000Z (over 7 years ago)
- Last Synced: 2025-04-02T23:05:58.552Z (about 1 year ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless Sales Automation
The project saves data from the Typeform Lead Generation form into the Infusion software.
In order to run the project you need to obrain the Infusion software access token and place it into the `INFUSION_ACCESS_TOKEN` variable of the `.env` file.
To start the project locally:
```shell
> make run
```