Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

⚠️ DEPRECATED ⚠️ Open Collective legacy Zapier integration

Notifications You must be signed in to change notification settings

opencollective/opencollective-zapier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ DEPRECATED ⚠️ See opencollective/opencollective#3236

Open Collective - Zapier Integration

A Zapier integration for Open Collective.

Foreword

If you see a step below that could be improved (or is outdated), please update the instructions. We rarely go through this process ourselves, so your fresh pair of eyes and your recent experience with it, makes you the best candidate to improve them for other users. Thank you!

Development

Prerequisite

Make sure you have Node.js version >= 10.

Install

We recommend cloning the repository in a folder dedicated to opencollective projects.

git clone git@github.com:opencollective/opencollective-zapier.git opencollective/zapier
cd opencollective/zapier
npm install

You'll also need to setup an .env file following this template:

# GraphQL API URL
API_URL=http://localhost:3000/api/graphql

# A user API key used for testing. Get yours on `/applications`
TEST_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Adding a new trigger

  1. Add the notification type in src/notifications_types.js
  2. Add sample data for this notification type in src/samples.js
  3. Define the trigger in src/triggers.js

The trigger subscribe/unsubscribe/sample will be automatically tested by test/index.test.js.

Testing

  • Test everything: npm run test:zapier
  • Unit tests (jest): npm run test

Deployment

We have some helpers ready to help with the common tasks. For more advanced operations (deprecating a version, migrating users...etc) check the official Zapier documentation: https://zapier.github.io/zapier-platform-cli/cli.html

Before deploying a new version, don't forget to run npm version patch|minor|major, otherwhise you'll overwrite the previous version

  • To deploy on staging:
npm run deploy:staging
  • To deploy on production

This command will also bump the version.

npm run deploy:production
  • To publish an app as the default

This will replace the default Open Collective app version. Never run this command with a staging version!

npm run publish [version]

About

⚠️ DEPRECATED ⚠️ Open Collective legacy Zapier integration

Topics

Resources

Stars

Watchers

Forks

Sponsor this project