Help Center & Documentation

Resources & Integration Guides

Everything you need to configure, embed, and run your client document intake portals.

01 / Setup

Deploy IntakeFlow in 3 Steps

You don't need a complex infrastructure to get started. Follow this quick guide to embed the portal on your site.

1. Install the Plugin

Download and activate the free IntakeFlow Bridge plugin directly from your WordPress admin or WordPress.org.

Download on WordPress.org

2. Generate an API Token

Log in to the visual Console, go to Profile & Settings › API Tokens and generate a new access token for your site.

Open Console

3. Activate & Embed

Paste the token in the plugin settings in WordPress. Synchronize your workflows in one click and paste the shortcode into any page.

02 / Workflows

The 3 Free Bundled Workflows

The IntakeFlow plugin ships by default with 3 built-in workflow templates, fully operational with no SaaS account required.

Default Starter

File Request

Classic 4-step document intake workflow: collect contact info, folder/brief request details, and structured attachments.

Workflow Steps

  1. 1 Contact Info
  2. 2 Request Details
  3. 3 File Uploads
  4. 4 Review & Submit

Captured Fields

Firstname, Lastname, Email, Phone, RequestType, CaseSummary, Budget, PrimaryDocument, SupportingFile, Notes

Shortcode to paste

[xpressui id="file-request"]
Automotive Onboarding

Fabrication Carte Grise

Guided flow for vehicle registration processes and secure collection of mandatory regulatory supporting documents.

Workflow Steps

  1. 1 Contact
  2. 2 Vehicle details
  3. 3 Mandatory documents
  4. 4 Signature & Submission

Captured Fields

Nom, Email, Phone, Address, ProcedureType, PlateNumber, Brand, Mandate, IdentityDoc, Signature

Shortcode to paste

[xpressui id="demande-carte-grise"]
Enrollment & Bylaws

Association Registration

Enrollment, statuts, and membership approval dossier for non-profit organizations and student associations.

Workflow Steps

  1. 1 Contact
  2. 2 Organization object
  3. 3 Registration documents
  4. 4 Review

Captured Fields

Firstname, Lastname, Email, OrganizationName, PurposeText, Category, RegistrationFile, BylawsFile, Signature

Shortcode to paste

[xpressui id="association-registration"]
03 / Tech & API

Developer & REST API Reference

How submission works

The XPressUI frontend runtime submits intake payloads directly to your WordPress site's internal REST endpoint.

Target REST Endpoint

POST /wp-json/xpressui/v1/submit

File Storage Strategy

All files submitted by the end-user are automatically uploaded to your WordPress Media Library directory (wp-content/uploads/xpressui/) and secured.

// Expected API Response

{
  "success": true,
  "message": "Submission received",
  "entryId": 123,
  "submissionId": "01JNY0F0P6T7Q3F2...",
  "files": [
    {
      "field": "primaryDocument",
      "attachmentId": 456,
      "url": ".../uploads/identity-document.pdf"
    }
  ]
}

The free plugin sanitizes requests before storing submissions under the custom post type "xpressui_submission".

04 / Support

Support Boundary & Assurances

We accompany professionals to ensure the integration of their document flows is a long-term operational success.

âś… What is included

  • • WP Bridge plugin installation guidance
  • • Validation of WordPress admin features
  • • Debugging API submission errors
  • • Automatic security updates

❌ Outside scope

  • • Custom third-party theme development
  • • Resolving conflicts with custom plugins
  • • Custom host or server administration
Need help getting a pilot project live? Discuss with our team