This is an integration between cobot.me and zapier.com.
It is based on the Zapier platform CLI.
Contributions are very welcome. Please open a pull request to get your code merged.
To add additional triggers/creates, take a look at the existing triggers and at:
For a contribution to be merged, it needs to have a test (see src/test
) and the existing tests need to be passing.
# Run tests
yarn test
# compile TS to JS
yarn build
# Run Zapier validations
yarn validate
# Push to Zapier
yarn push