https://github.com/samsoft00/docsndata-zapier-app
Docsndata Zapier app
https://github.com/samsoft00/docsndata-zapier-app
Last synced: 7 months ago
JSON representation
Docsndata Zapier app
- Host: GitHub
- URL: https://github.com/samsoft00/docsndata-zapier-app
- Owner: samsoft00
- Created: 2022-08-25T08:12:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T05:00:19.000Z (over 3 years ago)
- Last Synced: 2025-06-04T08:18:46.179Z (12 months ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zapier integration for Docsndata
## DocsnData Zapier Integration
https://docs.google.com/document/d/1F5TDPAUhlIl0irm4wyJF9-LWzf28ZzoVVblXCpxgHZ8/edit?usp=sharing
This Zapier integration project is generated by the `zapier init` CLI command.
These are what you normally do next:
```bash
# Install dependencies
npm install # or you can use yarn
# Run tests
zapier test
# Register the integration on Zapier if you haven't
zapier register "App Title"
# Or you can link to an existing integration on Zapier
zapier link
# Push it to Zapier
zapier push
```
Find out more on the latest docs: https://github.com/zapier/zapier-platform/blob/master/packages/cli/README.md.
# The "typescript" Template
This example is mainly a proof-of-concept for using features not yet available
in Node.
In `package.json`, we've define some commonly-used scripts:
```bash
# Watch and compile as you edit code
npm run watch
# There's also a non-watch compile command
npm run build
# To push to Zapier, make sure you compile first
npm run deploy
```