Wrike
Connect Wrike with Webflow to automate client intake, track website requests, and create tasks directly from form submissions.
How to integrate Wrike with Webflow
Connect Wrike and Webflow by embedding Wrike request forms directly into your pages or building with Webflow and Wrike APIs for custom data synchronization. You can also use third-party automation platforms like Zapier or Make.com for no-code workflows.
Embedding request forms maintains your site's branding while routing submissions to Wrike. Setup takes 10-15 minutes. API integrations give developers full control over real-time data flow between platforms.
Embed Wrike request forms
Wrike provides iframe embed codes for request forms that you can place into Webflow pages using the custom code embed element.
Create a request form in Wrike, enable external access, copy the generated iframe code, and paste it into Webflow.
To implement this integration follow these steps:
- Create your request form in Wrike with custom fields, response routing, and branding settings per the Creating Request Forms guide
- Copy the iframe code from the External Request Forms settings
- In Webflow, add a custom code embed element and paste the iframe code
Webflow's native form blocks cannot accept third-party iframe code, so use the custom code embed element instead.
Build with Webflow and Wrike APIs
Custom API integrations provide complete control over data flow between platforms. The Webflow REST API provides endpoints for CMS collections, items, and webhooks, while Wrike's REST API v4 offers task creation, project management, and webhook capabilities. Learn more in the intro to the Webflow APIs.
Note that bidirectional sync requires careful implementation to avoid infinite loops.
Automate form submissions to task creation
Use Webflow's webhook system to trigger Wrike task creation. Configure a webhook in Webflow to monitor form submissions, then build middleware that receives webhook payloads and creates Wrike tasks via POST /folders/{folderId}/tasks from the Wrike Tasks API. Wrike automatically suspends webhooks after three consecutive failed deliveries for retryable status codes. Non-retryable 4xx errors cause immediate suspension.
Your integration server must verify webhook signatures using HMAC SHA-256. Map Webflow form fields to Wrike task properties, including title, description, and custom fields. Respond to Webflow with HTTP 200 to confirm successful receipt.
Wrike uses OAuth 2.0 exclusively with tokens that expire after one hour. Implement token refresh logic to maintain API access. Webflow supports site tokens for single-site integrations and OAuth tokens for multi-site access. Store credentials securely and never expose tokens in client-side code.
Sync CMS data with project information
Build bidirectional synchronization between Webflow CMS collections and Wrike projects using the CMS API. Configure Webflow webhooks with triggerType: "collectionitemcreated" to monitor content changes, fetch item details via the List Collection Items endpoint, and create Wrike tasks using POST /folders/{folderId}/tasks. For reverse sync, poll Wrike's GET /tasks endpoint for recently modified tasks, then update Webflow CMS items via PATCH requests.
Map CMS item IDs to Wrike task IDs in your integration server to maintain sync state. This enables task updates in Wrike to reflect on Webflow pages, project milestone tracking through CMS collections, and consolidated reporting by querying both APIs. Real-time bidirectional sync requires custom development since neither platform provides native CMS sync capabilities.
Wrike enforces rate limits of 100-400 requests per minute per IP. Monitor response headers and implement exponential backoff for HTTP 429 responses. Wrike webhooks are automatically deactivated after failed delivery attempts, requiring monitoring and manual reactivation.
What you can build
Integrating Wrike with Webflow enables form submission automation, project task creation, and automated team collaboration workflows.
- Automated client intake system: Convert website inquiry forms into Wrike tasks using automation platforms like Zapier or Make.com, mapping contact details, project requirements, and budget information from form fields into task properties, with automatic routing to appropriate team members based on service type or project category
- Design feedback workflow: Create revision request forms that map to Wrike tasks through automation platforms, including client comments and priority levels, with assignments to designers and approval cycle tracking
- Website maintenance tracking: Capture bug reports and feature requests through Webflow forms connected to Wrike via automation platforms like Zapier or Make.com, creating prioritized tasks with category-based assignment
- Project request portal: Embed Wrike request forms directly into Webflow pages using the custom code embed element, allowing clients to submit project briefs that automatically create structured tasks in specific Wrike folders with custom field mapping
Frequently asked questions
Add a custom code embed element to your Webflow page and paste the iframe code from Wrike's External Request Forms settings. Create your request form in Wrike first, enable external access in the form settings, then copy the generated embed code. Note that Webflow's native form blocks cannot accept third-party iframe code, so you must use the custom code embed element instead.
No. Wrike's low-code embedding is limited to iframe codes for request forms. Dashboards, task displays, and project views require custom API integration development using Webflow's REST API and Wrike's REST API to sync data to Webflow CMS collections.
No native integration exists between platforms, requiring third-party middleware like Zapier or Make.com. Component-based Webflow forms are inaccessible via major automation platforms. Only Wrike request forms can be embedded — dashboards and task views require custom API development.
Wrike webhooks send HTTP POST requests to your specified endpoint when events occur (task creation, updates, deletions) according to the Webhooks documentation. Configure webhooks at folder, space, or account level to monitor specific event types, and filter by custom fields or Custom Item Types to reduce noise. Wrike automatically deactivates webhooks after three consecutive failed deliveries per Rollout's implementation guide, requiring active monitoring and fast response times (respond with HTTP 200 within seconds) to maintain reliability—push heavy processing to background jobs to prevent timeouts.
Description
Wrike is a work management platform that combines task management, Gantt charts, time tracking, and workflow automation for cross-functional teams.
This integration page is provided for informational and convenience purposes only.

monday.com
Connecting monday.com with Webflow requires either automation platforms or custom API implementation. Automation tools like Zapier and Make provide template-based workflows that handle common scenarios like form-to-task conversion.
Trello
Connect Trello's project management boards with Webflow to track design tasks, manage client feedback, and coordinate website development. This integration helps agencies and freelancers keep project workflows organized without manual updates between platforms.

PostgreSQL
Connect PostgreSQL with Webflow to sync database records to CMS collections and build data-driven websites.

xAttribute
Connect xAttribute with Webflow to manage custom HTML attributes through visual controls and templates.

Wrk
Connect Wrk with Webflow to automate workflows triggered by website events, form submissions, and CMS updates.

PostgreSQL
Connect PostgreSQL with Webflow to sync database records to CMS collections and build data-driven websites.

Clay
Connect Clay’s data enrichment and automation with Webflow to build personalized, dynamic landing pages at scale — automate content updates and sync enriched data to CMS collections, no code required.

Xano
Connect your Webflow site to a powerful no-code backend platform that handles databases, APIs, and business logic — all without writing server-side code.

Wix
Connect Wix's business tools and scalable infrastructure with Webflow's design flexibility to create powerful, integrated web experiences. This integration enables agencies to design in Webflow while managing content in Wix, synchronize data between platforms, and leverage the strengths of both builders.


