// @flow import * as React from "react"; import Button from "components/Button"; import CenteredContent from "components/CenteredContent"; import HelpText from "components/HelpText"; import PageTitle from "components/PageTitle"; function Zapier() { return (

Zapier

Zapier is a platform that allows Outline to easily integrate with thousands of other business tools. Head over to Zapier to setup a "Zap" and start programmatically interacting with Outline.

); } export default Zapier;