AFI AFI

Wrike

Estimated reading: 2 minutes Updated July 31, 2026

Overview

AFI creates tasks and folders in Wrike, the work-management platform, from WordPress form submissions. Drop every brief, request, or bug report into the right Wrike project for assignment.

Supported actions

  • Create Task
  • Create Folder / Project
  • Add Comment

Authentication

  1. Open Wrike > Apps & Integrations > API.
  2. Create a new permanent access token.
  3. In AFI go to Settings > Wrike and paste the token.

How to create the integration

  1. In WordPress admin, go to AFI > New Integration.
  2. Pick your Sender (Contact Form 7, WPForms, WooCommerce, etc.) and the form / event to listen on.
  3. Pick Wrike as the Receiver, then pick the Task you want to run.
  4. Map sender fields onto Wrike’s fields. Task title + parent folder/project ID are required. Description, assignees, due date are optional.
  5. Optional: add Conditional Logic so the action only fires on matching submissions.
  6. Save and run a test submission. Check AFI > Log if anything looks off.

Notes & caveats

  • Folder hierarchy: Wrike uses a tree of folders/projects/spaces — pick the right parent ID.
  • Custom fields: Wrike supports per-account custom fields with stable IDs — map by ID.
  • Assignees: pass Wrike user IDs (not emails) — fetch from the API.

Related