Skip to content

cobot/zapier

Repository files navigation

Cobot Zapier Integration

This is an integration between cobot.me and zapier.com.

It is based on the Zapier platform CLI.

Contributing

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.

Commands

# Run tests
yarn test

# compile TS to JS
yarn build

# Run Zapier validations
yarn validate

# Push to Zapier
yarn push