FutureFeathers Order API icon

FutureFeathers Order API

FutureFeathers Order API is a WordPress plugin with the following stats:

  • #4,754 Global Rank
  • Since 2025 1 years active

PF Score (About PF Scores)

PF Score is not a quality guarantee. It is a ranking based on available public signals.

Low39.6
Platinum
Gold
Silver
Bronze
Low

Score Breakdown

0
Popularity 40% No install data
60
Reputation 35% No ratings yet
74.2
Freshness 25% Updated 8 months ago

No vulnerability history

Download Trends

Loading download data…

Vulnerabilities

No known vulnerabilities

This plugin has no records in the Wordfence Intelligence vulnerability database.

About FutureFeathers Order API

Send order data to external APIs automatically. Ideal for WooCommerce, SaaS, LMS, and CRM. Includes 25+ variables.

FutureFeathers Order API allows you to automatically send order data to external APIs when orders are completed. Works ideally with WooCommerce stores.

Ideal for:
* SaaS License Management – Activate licenses when orders complete
* LMS/Academy Systems – Update user limits and subscriptions
* CRM Integration – Sync customer data automatically
* Inventory Management – Update external inventory systems
* Custom Workflows – Trigger any external system

Key Features

  • Per-Product Configuration – Different API for each product
  • 25+ Dynamic Variables – Include customer, order, and product data
  • Date Functions – Calculate expiry dates automatically ({{date:+1month}})
  • Multiple HTTP Methods – POST, PUT, PATCH support
  • Authentication – Bearer Token, API Key, Basic Auth
  • Test Mode – Test API connections before going live
  • Detailed Logging – Debug and track all API calls
  • Custom Headers – Add any HTTP headers needed
  • Custom JSON Payload – Full control over what data is sent
  • WooCommerce HPOS – Compatible with High-Performance Order Storage

Available Variables

Include dynamic data in your API requests:

Customer Data:
* {{email}} – Customer email
* {{customer_first_name}} – First name
* {{customer_last_name}} – Last name
* {{customer_full_name}} – Full name
* {{customer_phone}} – Phone number

Order Data:
* {{order_id}} – Order ID
* {{total}} – Order total
* {{currency}} – Currency code
* {{purchase_date}} – Purchase date/time
* {{order_status}} – Order status

Product Data:
* {{product_id}} – Product ID
* {{product_name}} – Product name
* {{product_sku}} – Product SKU
* {{quantity}} – Quantity purchased

Date Functions:
* {{date:+1month}} – Date plus 1 month
* {{date:+1year}} – Date plus 1 year
* {{today:}} – Today’s date
* {{now:}} – Current date/time
* {{year:}}, {{month:}}, {{day:}} – Date parts

Pro Features

Upgrade to PRO for advanced features:
* “Send ONLY Custom Fields” Mode – For strict APIs that reject extra parameters
* Math Calculations{{math:{{total}}*1.18}} for taxes, calculations
* UUID Generator{{uuid:}} for unique IDs
* Random Generators{{random:1-100}}, {{random_string:16}}
* Advanced Timestamps – Unix timestamps, milliseconds
* Custom Date Formats – Any PHP date format
* 50+ Variables – Full billing/shipping address, advanced order data
* Priority Support – Email support with 24-hour response

Upgrade to PRO

Example Use Cases

SaaS License Management:
Send license activation to your API when customer purchases:
{
"email": "{{email}}",
"product": "{{product_name}}",
"license_key": "MANUAL_KEY_HERE",
"expires": "{{date:+1year}}"
}

LMS Academy Limits:
Update student limits in your learning management system:
{
"user_email": "{{email}}",
"validity_date": "{{date:+1month}}",
"max_students": "100"
}

CRM Contact Sync:
Add customer to your CRM automatically:
{
"email": "{{email}}",
"first_name": "{{customer_first_name}}",
"last_name": "{{customer_last_name}}",
"order_total": "{{total}}",
"purchase_date": "{{purchase_date}}"
}

Support

For support questions, please use the WordPress.org support forum.

For PRO version support, email: [email protected]

Pro Version

Get advanced features with the PRO version:

  • “Send ONLY custom fields” mode for strict APIs
  • Math calculations: {{math:10+5}}
  • UUID generation: {{uuid:}}
  • Random generators: {{random:1-100}}
  • Advanced timestamps and custom date formats
  • 50+ variables including full address data
  • Priority email support

Upgrade to PRO – $49

Frequently Asked Questions

How do I configure the API for a product?
  1. Edit the product in WooCommerce
  2. Find “External API Integration” meta box (below product data)
  3. Check “Enable API Integration for this product”
  4. Enter your API endpoint URL
  5. Configure authentication and custom fields
  6. Use the “Test API” button to verify
What triggers the API call?

The API is called when:
* Order status changes to “Completed”
* Payment is completed (WooCommerce payment_complete hook)
* Subscription becomes active (if WooCommerce Subscriptions installed)

How do I use variables in my JSON?

Variables must be in quotes:
{
"email": "{{email}}",
"amount": "{{total}}"
}

NOT like this (will cause JSON error):
{
"email": {{email}}
}

Can I send different data for different products?

Yes! Each product has its own API configuration. You can send completely different data for each product.

How do I debug if the API isn’t working?
  1. Enable logging in Settings WooCommerce External API
  2. Test using the “Test API Connection” button
  3. Check the Logs tab to see exactly what was sent
  4. Verify the API response
What’s the difference between FREE and PRO?

FREE includes:
* 25+ variables
* Basic date functions
* Per-product config
* Test mode
* Logging

PRO adds:
* “Send ONLY custom fields” mode
* Math calculations
* UUID/random generators
* Advanced timestamps
* 50+ variables
* Priority support

Compare features

Is it compatible with WooCommerce Subscriptions?

Yes! The plugin automatically detects subscriptions and includes subscription data in the API payload.

Is it compatible with HPOS (High-Performance Order Storage)?

Yes! The plugin is fully compatible with WooCommerce HPOS.

My API rejects requests with extra fields. What can I do?

Upgrade to the PRO version which includes “Send ONLY custom fields” mode. This sends only your custom JSON fields without the default WooCommerce data.

Can I use this with Zapier alternatives?

Yes! This plugin is a cost-effective alternative to Zapier, Make, or n8n. One-time payment vs monthly subscription.

Ratings & Reviews

Recent Reviews

Loading reviews…

View all reviews on WordPress.org (opens in a new tab)

Changelog

1.0.0

  • Initial release
  • Per-product API configuration
  • 25+ dynamic variables
  • Date calculation functions
  • Multiple authentication methods
  • Test mode
  • Detailed logging
  • WooCommerce HPOS compatibility
  • WooCommerce Subscriptions support

Alternatives to FutureFeathers Order API

Other WordPress plugins serving a similar purpose, ranked by relevance and PF Score.

Gold80.0
Contact Form to Any API icon

Contact Form to Any API

Forwards Contact Form 7 submissions to any API, webhook, or CRM with flexible configuration options.

★ 5/5·8K+ installs·Updated 6 Aug 2026
Gold74.2
Zoho Flow – No-Code Workflow Automation icon

Zoho Flow – No-Code Workflow Automation

Connect WordPress plugins to business applications and automate workflows between them through a single integration platform.

★ 5/5·5K+ installs·Updated 2 Jun 2026
Gold84.1
CF7 to Webhook icon

CF7 to Webhook

Trigger webhooks from Contact Form 7 submissions to integrate with external services and automation tools.

★ 5/5·30K+ installs·Updated 5 Jun 2026
Gold84.0
Disable WP REST API icon

Disable WP REST API

Restricts the WordPress REST API to authenticated users, blocking public access for security.

★ 4.8/5·30K+ installs·Updated 10 Aug 2026
Gold74.6
Custom API for WP icon

Custom API for WP

Connect WordPress with External APIs and create no-code custom WordPress REST API endpoints to interact with the WordPress database to…

★ 4.8/5·1K+ installs·Updated 7 Aug 2026
Gold72.5
Make Connector icon

Make Connector

Make Connector. Make lets you design, build, and automate by connecting with WordPress in just a few clicks.

★ 2.7/5·80K+ installs·Updated 9 Feb 2026
Platinum90.0
Redirection for Contact Form 7 icon

Redirection for Contact Form 7

Redirect Contact Form 7 submissions, execute scripts, and store form data in the database.

★ 4.7/5·200K+ installs·Updated 19 May 2026
Platinum88.4
Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin icon

Uncanny Automator

Automates connections between WordPress plugins, sites, and external applications through customizable workflows.

★ 4.9/5·40K+ installs·Updated 7 Aug 2026
Platinum86.2
Bit integrations – Form Integration, Webhook, Spreadsheets, CRM, LMS & Email Automation icon

Bit integrations

Connects contact forms and WordPress to 350+ platforms via automation and webhooks.

★ 4.9/5·20K+ installs·Updated 4 Aug 2026
Gold84.9
WPGraphQL icon

WPGraphQL

Expose WordPress data through a GraphQL API for decoupled and headless site architectures.

★ 4.9/5·30K+ installs·Updated 3 Aug 2026