Effortlessly sync Twenty with 3000+ apps using Zapier. Automate tasks, boost productivity, and supercharge your customer relationships!
Zapier is a tool that allows you automate workflows by connecting the apps that your team uses everyday. The fundamental concept of Zapier is automation workflows, called Zaps, and include triggers and actions.
You can learn more about how Zapier works here.
cd packages/twenty-zapier
yarn
Use your Zapier credentials to log in using the CLI:
zapier login
From the packages/twenty-zapier
folder, run:
cp .env.example .env
Run the application locally, go to http://localhost:3000/settings/developers, and generate an API key.
Replace the YOUR_API_KEY value in the .env
file with the API key you just generated.
Make sure to run yarn build
before any zapier
command.
yarn test
yarn format
yarn watch
yarn validate
yarn deploy
zapier
As an open-source company, we welcome contributions through Github. Help us keep it up-to-date, accurate, and easy to understand by getting involved and sharing your ideas!