Apico
Connect Apico, a backend API integration platform, with Webflow to sync form submissions and CMS data to Google Sheets through server-side API implementation.
How to integrate Apico with Webflow
Apico connects through the Webflow Marketplace app using OAuth 2.0 authentication. The integration provides programmatic access to CMS collections, form submissions, assets, and publishing capabilities — but requires server-side API implementation with no client-side widgets or embeddable components.
Critical limitations:
- No webhook support — real-time event-driven architectures require polling patterns
- No public API documentation — contact Apico support at winkdev.api@gmail.com for technical specifications before beginning development
- Undocumented platform-layer rate limits — combined with Webflow's 60-120 requests/minute limit, creates capacity planning uncertainty
- Real-time bidirectional sync is not feasible due to rate constraints
Use the Apico marketplace app
The Apico marketplace app authorizes OAuth 2.0 access to your Webflow account. After installation, you build workflows within Apico's platform that interact with Webflow data through API calls.
Required permissions (review during OAuth authorization):
- Assets, CMS data, forms, pages, site data (read/write)
- Publishing capabilities (read/write)
- Site activity data (read/write)
Note: Detailed setup documentation beyond initial OAuth authorization is not publicly available. Contact Apico support for implementation guidance.
Sync Webflow forms to Google Sheets
Apico's primary documented use case is routing Webflow form submissions to Google Sheets. The integration uses Apico's REST API endpoints to append form data as rows in your spreadsheet.
Implementation requires:
- Apico integration ID from your dashboard
- Target spreadsheet ID from Google Sheets
- Server-side configuration of the POST endpoint:
https://api.apico.app/v1/{accountId}/{spreadsheetId}/values/Sheet1:append - Field mapping between form inputs and spreadsheet columns
This is not a no-code setup — it requires understanding API concepts, authentication flows, and data mapping.
What you can build
Apico is best suited for Google Sheets data aggregation workflows. For other integrations, native Webflow apps or automation platforms like Make.com and Zapier offer better options.
- Form data aggregation to Google Sheets: Automate form submissions from Webflow sites to Google Sheets for reporting and analysis. This is Apico's most developed and documented integration.
- CMS content tracking: Sync published content from Webflow CMS to Google Sheets for content inventory management and editorial tracking.
- Multi-site reporting: Aggregate data from multiple Webflow sites to centralized spreadsheets for agency portfolio management (implement with caution due to rate limits).
Frequently asked questions
No. Apico requires backend development expertise for all integrations. The "no-code" designation refers to Apico's internal workflow builder, not the Webflow-side implementation. Non-technical teams should use Make.com or Zapier, which provide visual workflow builders with native Webflow triggers and don't require API knowledge.
Webflow enforces 60-120 API requests per minute based on your plan tier, with a limit of 1 successful publish per minute per site. Apico's own rate limiting policies are not publicly documented, creating uncertainty about combined throughput. Design integrations for eventual consistency rather than real-time synchronization, and implement exponential backoff for failed requests. Review Webflow's rate limits documentation before planning high-volume workflows.
Apico uses Webflow’s standard OAuth 2.0 flow for Marketplace apps. When you click “Install” from the apps listing, you’re redirected to a Webflow authorization screen that shows the scopes Apico is requesting. After you consent, Webflow issues tokens that Apico can use to call the Data API on your behalf, instead of you managing personal access tokens manually. You can revoke access later from your workspace settings if needed for secure app submissions.
Description
Apico is a backend integration platform in the Webflow Apps Marketplace that connects via OAuth 2.0. The platform exposes limited REST API endpoints focused primarily on Google Sheets operations (retrieving, appending, and creating spreadsheets).
This integration page is provided for informational and convenience purposes only.

Vault Vision User Authentication
Connect Vault Vision with Webflow to add passwordless login, social sign-in, and per-page access control to any Webflow site without backend code.

Integrately
Connect Integrately with Webflow to automate form submissions, CMS updates, and e-commerce orders across 1,500+ apps without writing code.

ScheduleFlow
Connect ScheduleFlow to Webflow to schedule site and CMS publishes at specific dates and times.

Auth0
Connect Auth0, an identity and access management platform, with Webflow to add login, signup, and content gating to static sites through the SPA SDK, Lock widget, automation platforms, or direct API integration.

Neon
Connect Neon, a serverless Postgres database, with Webflow to store, query, and sync relational data that exceeds what the Webflow CMS supports natively.

Slater
Connect Slater with Webflow to write, test, and deploy custom JavaScript through an AI-assisted editor with staging environments and version history — without a full site publish for every change.

Relay.app
Connect Relay.app with Webflow to automate form processing, CMS updates, and e-commerce order management using workflows with AI steps and human approval checkpoints.

Sass
Write and compile Sass directly in Webflow with live preview, code autocompletion, and minified CSS output using the free Sass app.

Pipedream
Connect Pipedream, a serverless workflow automation platform, with Webflow to automate CMS updates, process form submissions, and sync data across thousands of apps using event-driven workflows.


