Build your first private integration on Zapier

This guide will walk you through what steps you need to take to build a private integration from start to finish. There are no fees to build an integration with Zapier.

You can choose to build with either Zapier Platform UI or Zapier Platform CLI.

1. Prerequisites

2. Choose a developer tool

Select one of the two ways to build an integration on Zapier’s Platform.

  • The Platform UI lets you create a Zapier integration in your browser without code using API endpoint URLs. You can set any custom options your API may need, including custom URL params, HTTP headers, and request body items.

  • Zapier Platform CLI lets you build a Zapier integration in your local development environment, collaborate with version control and CI tools, and push new versions of your integration from the command line.

Both of these tools run on the same Zapier platform, so choose the one that fits your workflow the best. You can try both methods out with the Platform UI tutorial and the Platform CLI tutorial.

3. Create a new integration

Create and add details about your integration. Set your Intended audience to select Private: I’m building an integration for personal use or to explore the Zapier platform.

Note: When building with Zapier Platform CLI, you’ll only need to set your intended audience when you register your app.

3. Add an authentication scheme

Configuring authentication allows users to input credentials to authenticate with your API.

4. Configure triggers

Triggers are how your app’s users can start automated workflows whenever an item is added or updated in your app. Use webhook subscriptions or polling API endpoints to create triggers.

5. Configure actions

Actions allow users to either create, search or update records in your app via your API.

6. Test your integration

While you’re building your integration, you can test your API requests within the Platform UI. For developers building on Zapier Platform CLI, you can write unit tests that run locally, in a CI tool like Travis.

To get a sense of the user experience, it’s recommended to test your integration within the Zap editor. Create a new Zap that uses your integration’s triggers or actions to ensure they all work as expected. After you’re done building, invite users to try your integration before making it available to a wider audience.

Learn more about testing your integration:

7. [Optional] Validate your integration

Run automated checks to identify errors and recommendations on how to improve the user experience of your private integration. These checks are required to pass for public integrations, and are recommended for a better user experience for private integrations.

8. [Optional] Invite team members

You can assign different roles and permissions to team members who you’re collaborating with on your private integration.

9. [Optional] Share your integration

Once you’ve built your integration, you can share it with other Zapier users so they can create Zaps with it.

10. Conclusion

Once you’ve built your private integration, continue to make further improvements and manage versions of your integration.

Tip: Learn from the Zapier team and other Zapier Platform developers in our community forum.


Need help? Tell us about your problem and we’ll connect you with the right resource or contact support.