[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$foAXHT0MYqP7ZP6NmTuwyyhKSTC8qWsXxLdeE7n6Ig_E":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":11,"num_ratings":11,"last_updated":13,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":17,"homepage":23,"download_link":24,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27,"vulnerabilities":28,"developer":29,"crawl_stats":26,"alternatives":34,"analysis":122,"fingerprints":238},"futurefeathers-order-api","FutureFeathers Order API","1.0.0","futurefeathers","https:\u002F\u002Fprofiles.wordpress.org\u002Ffuturefeathers\u002F","\u003Cp>\u003Cstrong>FutureFeathers Order API\u003C\u002Fstrong> allows you to automatically send order data to external APIs when orders are completed. Works ideally with WooCommerce stores.\u003C\u002Fp>\n\u003Cp>Ideal for:\u003Cbr \u002F>\n* \u003Cstrong>SaaS License Management\u003C\u002Fstrong> – Activate licenses when orders complete\u003Cbr \u002F>\n* \u003Cstrong>LMS\u002FAcademy Systems\u003C\u002Fstrong> – Update user limits and subscriptions\u003Cbr \u002F>\n* \u003Cstrong>CRM Integration\u003C\u002Fstrong> – Sync customer data automatically\u003Cbr \u002F>\n* \u003Cstrong>Inventory Management\u003C\u002Fstrong> – Update external inventory systems\u003Cbr \u002F>\n* \u003Cstrong>Custom Workflows\u003C\u002Fstrong> – Trigger any external system\u003C\u002Fp>\n\u003Ch4>Key Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Per-Product Configuration\u003C\u002Fstrong> – Different API for each product\u003C\u002Fli>\n\u003Cli>\u003Cstrong>25+ Dynamic Variables\u003C\u002Fstrong> – Include customer, order, and product data\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Date Functions\u003C\u002Fstrong> – Calculate expiry dates automatically (\u003Ccode>{{date:+1month}}\u003C\u002Fcode>)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Multiple HTTP Methods\u003C\u002Fstrong> – POST, PUT, PATCH support\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Authentication\u003C\u002Fstrong> – Bearer Token, API Key, Basic Auth\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Test Mode\u003C\u002Fstrong> – Test API connections before going live\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Detailed Logging\u003C\u002Fstrong> – Debug and track all API calls\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom Headers\u003C\u002Fstrong> – Add any HTTP headers needed\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom JSON Payload\u003C\u002Fstrong> – Full control over what data is sent\u003C\u002Fli>\n\u003Cli>\u003Cstrong>WooCommerce HPOS\u003C\u002Fstrong> – Compatible with High-Performance Order Storage\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Available Variables\u003C\u002Fh4>\n\u003Cp>Include dynamic data in your API requests:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Customer Data:\u003C\u002Fstrong>\u003Cbr \u002F>\n* \u003Ccode>{{email}}\u003C\u002Fcode> – Customer email\u003Cbr \u002F>\n* \u003Ccode>{{customer_first_name}}\u003C\u002Fcode> – First name\u003Cbr \u002F>\n* \u003Ccode>{{customer_last_name}}\u003C\u002Fcode> – Last name\u003Cbr \u002F>\n* \u003Ccode>{{customer_full_name}}\u003C\u002Fcode> – Full name\u003Cbr \u002F>\n* \u003Ccode>{{customer_phone}}\u003C\u002Fcode> – Phone number\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Order Data:\u003C\u002Fstrong>\u003Cbr \u002F>\n* \u003Ccode>{{order_id}}\u003C\u002Fcode> – Order ID\u003Cbr \u002F>\n* \u003Ccode>{{total}}\u003C\u002Fcode> – Order total\u003Cbr \u002F>\n* \u003Ccode>{{currency}}\u003C\u002Fcode> – Currency code\u003Cbr \u002F>\n* \u003Ccode>{{purchase_date}}\u003C\u002Fcode> – Purchase date\u002Ftime\u003Cbr \u002F>\n* \u003Ccode>{{order_status}}\u003C\u002Fcode> – Order status\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Product Data:\u003C\u002Fstrong>\u003Cbr \u002F>\n* \u003Ccode>{{product_id}}\u003C\u002Fcode> – Product ID\u003Cbr \u002F>\n* \u003Ccode>{{product_name}}\u003C\u002Fcode> – Product name\u003Cbr \u002F>\n* \u003Ccode>{{product_sku}}\u003C\u002Fcode> – Product SKU\u003Cbr \u002F>\n* \u003Ccode>{{quantity}}\u003C\u002Fcode> – Quantity purchased\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Date Functions:\u003C\u002Fstrong>\u003Cbr \u002F>\n* \u003Ccode>{{date:+1month}}\u003C\u002Fcode> – Date plus 1 month\u003Cbr \u002F>\n* \u003Ccode>{{date:+1year}}\u003C\u002Fcode> – Date plus 1 year\u003Cbr \u002F>\n* \u003Ccode>{{today:}}\u003C\u002Fcode> – Today’s date\u003Cbr \u002F>\n* \u003Ccode>{{now:}}\u003C\u002Fcode> – Current date\u002Ftime\u003Cbr \u002F>\n* \u003Ccode>{{year:}}\u003C\u002Fcode>, \u003Ccode>{{month:}}\u003C\u002Fcode>, \u003Ccode>{{day:}}\u003C\u002Fcode> – Date parts\u003C\u002Fp>\n\u003Ch4>Pro Features\u003C\u002Fh4>\n\u003Cp>Upgrade to \u003Cstrong>PRO\u003C\u002Fstrong> for advanced features:\u003Cbr \u002F>\n* \u003Cstrong>“Send ONLY Custom Fields” Mode\u003C\u002Fstrong> – For strict APIs that reject extra parameters\u003Cbr \u002F>\n* \u003Cstrong>Math Calculations\u003C\u002Fstrong> – \u003Ccode>{{math:{{total}}*1.18}}\u003C\u002Fcode> for taxes, calculations\u003Cbr \u002F>\n* \u003Cstrong>UUID Generator\u003C\u002Fstrong> – \u003Ccode>{{uuid:}}\u003C\u002Fcode> for unique IDs\u003Cbr \u002F>\n* \u003Cstrong>Random Generators\u003C\u002Fstrong> – \u003Ccode>{{random:1-100}}\u003C\u002Fcode>, \u003Ccode>{{random_string:16}}\u003C\u002Fcode>\u003Cbr \u002F>\n* \u003Cstrong>Advanced Timestamps\u003C\u002Fstrong> – Unix timestamps, milliseconds\u003Cbr \u002F>\n* \u003Cstrong>Custom Date Formats\u003C\u002Fstrong> – Any PHP date format\u003Cbr \u002F>\n* \u003Cstrong>50+ Variables\u003C\u002Fstrong> – Full billing\u002Fshipping address, advanced order data\u003Cbr \u002F>\n* \u003Cstrong>Priority Support\u003C\u002Fstrong> – Email support with 24-hour response\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Ffuturefeathers.com\u002Ffuturefeathers-order-api-pro\" rel=\"nofollow ugc\">Upgrade to PRO\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Example Use Cases\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>SaaS License Management:\u003C\u002Fstrong>\u003Cbr \u002F>\nSend license activation to your API when customer purchases:\u003Cbr \u002F>\n    \u003Ccode>{\u003Cbr \u002F>\n  \"email\": \"{{email}}\",\u003Cbr \u002F>\n  \"product\": \"{{product_name}}\",\u003Cbr \u002F>\n  \"license_key\": \"MANUAL_KEY_HERE\",\u003Cbr \u002F>\n  \"expires\": \"{{date:+1year}}\"\u003Cbr \u002F>\n}\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>LMS Academy Limits:\u003C\u002Fstrong>\u003Cbr \u002F>\nUpdate student limits in your learning management system:\u003Cbr \u002F>\n    \u003Ccode>{\u003Cbr \u002F>\n  \"user_email\": \"{{email}}\",\u003Cbr \u002F>\n  \"validity_date\": \"{{date:+1month}}\",\u003Cbr \u002F>\n  \"max_students\": \"100\"\u003Cbr \u002F>\n}\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>CRM Contact Sync:\u003C\u002Fstrong>\u003Cbr \u002F>\nAdd customer to your CRM automatically:\u003Cbr \u002F>\n    \u003Ccode>{\u003Cbr \u002F>\n  \"email\": \"{{email}}\",\u003Cbr \u002F>\n  \"first_name\": \"{{customer_first_name}}\",\u003Cbr \u002F>\n  \"last_name\": \"{{customer_last_name}}\",\u003Cbr \u002F>\n  \"order_total\": \"{{total}}\",\u003Cbr \u002F>\n  \"purchase_date\": \"{{purchase_date}}\"\u003Cbr \u002F>\n}\u003C\u002Fcode>\u003C\u002Fp>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>For support questions, please use the WordPress.org support forum.\u003C\u002Fp>\n\u003Cp>For PRO version support, email: support@futurefeathers.com\u003C\u002Fp>\n\u003Ch3>Pro Version\u003C\u002Fh3>\n\u003Cp>Get advanced features with the PRO version:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>“Send ONLY custom fields” mode for strict APIs\u003C\u002Fli>\n\u003Cli>Math calculations: \u003Ccode>{{math:10+5}}\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>UUID generation: \u003Ccode>{{uuid:}}\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Random generators: \u003Ccode>{{random:1-100}}\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Advanced timestamps and custom date formats\u003C\u002Fli>\n\u003Cli>50+ variables including full address data\u003C\u002Fli>\n\u003Cli>Priority email support\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Ffuturefeathers.com\u002Ffuturefeathers-order-api-pro\" rel=\"nofollow ugc\">Upgrade to PRO – $49\u003C\u002Fa>\u003C\u002Fp>\n","Send order data to external APIs automatically. Ideal for WooCommerce, SaaS, LMS, and CRM. Includes 25+ variables.",0,110,"","6.9.4","5.8","7.4",[18,19,20,21,22],"api","automation","integration","rest-api","webhook","https:\u002F\u002Ffuturefeathers.com\u002Ffuturefeathers-order-api\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffuturefeathers-order-api.1.0.0.zip",100,null,"2026-03-15T10:48:56.248Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":30,"total_installs":11,"avg_security_score":25,"avg_patch_time_days":31,"trust_score":32,"computed_at":33},1,30,94,"2026-04-04T17:08:27.558Z",[35,57,73,88,102],{"slug":36,"name":37,"version":38,"author":39,"author_profile":40,"description":41,"short_description":42,"active_installs":43,"downloaded":44,"rating":25,"num_ratings":45,"last_updated":46,"tested_up_to":14,"requires_at_least":47,"requires_php":16,"tags":48,"homepage":51,"download_link":52,"security_score":53,"vuln_count":54,"unpatched_count":11,"last_vuln_date":55,"fetched_at":56},"contact-form-to-any-api","Contact Form to Any API","3.0.3","IT Path Solutions","https:\u002F\u002Fprofiles.wordpress.org\u002Fitpathsolutions\u002F","\u003Cp>Contact Form 7 to Any API lets you send form submissions directly to any CRM, Webhook, marketing platform or REST API with complete control over payloads, endpoints, headers and authentication.\u003C\u002Fp>\n\u003Cp>Built for developers, agencies, and technical teams who need flexible, secure WordPress API and Webhook integrations without extra middleware\u003C\u002Fp>\n\u003Cp>Once activated, you can:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Define custom API payloads and endpoints\u003C\u002Fli>\n\u003Cli>Choose HTTP methods (POST, GET)\u003C\u002Fli>\n\u003Cli>Add headers and authentication tokens \u002F key\u003C\u002Fli>\n\u003Cli>Connect unlimited APIs\u003C\u002Fli>\n\u003Cli>Deliver form submissions instantly\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>All data stays private within WordPress until it’s successfully sent to your chosen API.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Video Demo:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002F5mlvMXaWDC8?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch3>Key Features\u003C\u002Fh3>\n\u003Cp>Transform your Contact Form 7 forms into automation-ready data pipelines with these key features:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Send CF7 Leads to Any API or Webhook\u003C\u002Fstrong>: Send submissions to any CRM or external REST API, or Webhook using POST or GET.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Conditional Field Support\u003C\u002Fstrong>: Control API or Webhook requests using field-based conditions.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Create Up to 5 API Connections\u003C\u002Fstrong>: Connect multiple endpoints; upgrade to Pro for unlimited connections.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Supports JSON (Simple & Fixed Formats)\u003C\u002Fstrong>: Build structured API requests easily.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Supports Basic & Bearer Authentication\u003C\u002Fstrong>: Connect securely using standard auth methods.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>API Logs Management\u003C\u002Fstrong>: View submitted data, requests, and responses directly in your dashboard.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Save Submissions to Database\u003C\u002Fstrong>: Keep every form entry safely stored within WordPress.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Export CF7 Data\u003C\u002Fstrong>: Export entries in CSV, Excel, PDF, or Print format.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Manage Entries\u003C\u002Fstrong>: Single or bulk delete saved entries easily.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Send Data Before or After CF7 Mail\u003C\u002Fstrong>: Choose when the API or Webhook request is triggered.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Works with 200+ CRMs and APIs\u003C\u002Fstrong>: Integrate with HubSpot, Zoho, Salesforce, and many more.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Multisite Compatible\u003C\u002Fstrong>: Works seamlessly across WordPress networks.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>WPML Compatible\u003C\u002Fstrong>: Works seamlessly with multilingual sites.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Upgrade to PRO for Advanced Integrations\u003C\u002Fh3>\n\u003Cp>Unlock advanced flexibility and full control with \u003Cstrong>\u003Ca href=\"\u002F\u002Fwww.contactformtoapi.com\u002Fpricing\u002F)\" rel=\"nofollow ugc\">Contact Form 7 to Any API PRO\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Unlimited API Connections\u003C\u002Fstrong> per site  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Multi-level \u002F Any JSON Structure\u003C\u002Fstrong> support  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>File Uploads to API\u003C\u002Fstrong> – automatically converts files to BASE64  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Multiple File Upload Field Support\u003C\u002Fstrong>  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Define Integer Fields\u003C\u002Fstrong> – map numeric fields precisely \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Priority Support\u003C\u002Fstrong> for faster assistance  \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Price:\u003C\u002Fstrong> $29.99\u002Fyear\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.contactformtoapi.com\u002Fpricing\u002F\" rel=\"nofollow ugc\">Upgrade to PRO\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Optional OAuth 2.0 and JWT PRO Add-On\u003C\u002Fh3>\n\u003Cp>For APIs that require advanced authorization, our \u003Cstrong>PRO Add-On ($99.99)\u003C\u002Fstrong> provides:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>OAuth 2.0 and JWT token authentication  \u003C\u002Fli>\n\u003Cli>Automatic access\u002Frefresh token management  \u003C\u002Fli>\n\u003Cli>JWT Token Integration with Any API.\u003C\u002Fli>\n\u003Cli>Perfect for enterprise or expiring token setups  \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.contactformtoapi.com\u002Fpricing\u002F\" rel=\"nofollow ugc\">Get the Add-On\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Set Your Own Header Request Parameters\u003C\u002Fh3>\n\u003Cp>Define custom header parameters to match your integration requirements.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Examples:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Authorization: MY_API_KEY\u003Cbr \u002F>\nAuthorization: Bearer xxxxxxx\u003Cbr \u002F>\nAuthorization: Basic xxxxxxx\u003Cbr \u002F>\nContent-Type: application\u002Fjson\u003C\u002Fp>\n\u003Cp>Basic and Bearer authentication can be configured directly in the header input fields.\u003C\u002Fp>\n\u003Ch3>Supported CRMs and APIs\u003C\u002Fh3>\n\u003Cp>Connect Contact Form 7 with 200+ CRM and marketing platforms:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.contactformtoapi.com\u002Ftwilio-whatsapp-business-api-integration-with-contact-form-to-any-api\u002F\" rel=\"nofollow ugc\">Twilio WhatsApp\u003C\u002Fa> \u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.contactformtoapi.com\u002Fbrevo-integration-with-contact-form-to-any-api\u002F\" rel=\"nofollow ugc\">Brevo\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.contactformtoapi.com\u002Fmailcoach-integration-with-contact-form-to-any-api\u002F\" rel=\"nofollow ugc\">Mailcoach\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.contactformtoapi.com\u002Fpipeline-crm-integration-with-contact-form-to-any-api\u002F\" rel=\"nofollow ugc\">Pipeline CRM\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.contactformtoapi.com\u002Fmailchimp-integration-with-contact-form-to-any-api\u002F\" rel=\"nofollow ugc\">Mailchimp\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.contactformtoapi.com\u002Fonepagecrm-integration-with-contact-form-to-any-api\u002F\" rel=\"nofollow ugc\">OnePage CRM\u003C\u002Fa> \u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.contactformtoapi.com\u002Fzapier-integration-with-contact-form-to-any-api\u002F\" rel=\"nofollow ugc\">Zapier\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.contactformtoapi.com\u002Fmailbluster-integration-with-contact-form-to-any-api\u002F\" rel=\"nofollow ugc\">Mailbluster\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.contactformtoapi.com\u002Fhow-to-send-contact-form-7-leads-to-clio-grow-using-contact-form-to-any-api-pro\u002F\" rel=\"nofollow ugc\">Clio Grow\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Sage CRM\u003C\u002Fli>\n\u003Cli>Odoo CRM\u002FERP System\u003C\u002Fli>\n\u003Cli>Fluent CRM\u003C\u002Fli>\n\u003Cli>Lead Post API\u003C\u002Fli>\n\u003Cli>Virtuagym API\u003C\u002Fli>\n\u003Cli>Pilotsolution\u003C\u002Fli>\n\u003Cli>Clio Grow\u003C\u002Fli>\n\u003Cli>OS Ticket\u003C\u002Fli>\n\u003Cli>Samdock CRM\u003C\u002Fli>\n\u003Cli>Mikrowisp\u003C\u002Fli>\n\u003Cli>Bats CRM\u003C\u002Fli>\n\u003Cli>FRS Labs API\u003C\u002Fli>\n\u003Cli>Get Cobra by ArcaMax\u003C\u002Fli>\n\u003Cli>Network Worldfilia\u003C\u002Fli>\n\u003Cli>SingleOps\u003C\u002Fli>\n\u003Cli>GorillaDesk API\u003C\u002Fli>\n\u003Cli>Hubspot\u003C\u002Fli>\n\u003Cli>Sembark API\u003C\u002Fli>\n\u003Cli>Superoffice CRM\u003C\u002Fli>\n\u003Cli>Flowdesk\u003C\u002Fli>\n\u003Cli>JobAdder  \u003C\u002Fli>\n\u003Cli>Unlatch CRM\u003C\u002Fli>\n\u003Cli>Mail2many\u003C\u002Fli>\n\u003Cli>Workato\u003C\u002Fli>\n\u003Cli>Jetbrains \u002F Intellij Space API\u003C\u002Fli>\n\u003Cli>Fincenfetch\u003C\u002Fli>\n\u003Cli>Lead Docket\u003C\u002Fli>\n\u003Cli>Agendor API\u003C\u002Fli>\n\u003Cli>Lead IM Israel\u003C\u002Fli>\n\u003Cli>Personio\u003C\u002Fli>\n\u003Cli>Kala CRM Israel\u003C\u002Fli>\n\u003Cli>Pixxicrm\u003C\u002Fli>\n\u003Cli>easybizy\u003C\u002Fli>\n\u003Cli>sell.do\u003C\u002Fli>\n\u003Cli>Events500\u003C\u002Fli>\n\u003Cli>SendPulse CRM\u003C\u002Fli>\n\u003Cli>And many more\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Our Other Plugins\u003C\u002Fh3>\n\u003Col>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fconnect-wpform-to-any-api\u002F\" rel=\"ugc\">WPForm to Any API\u003C\u002Fa> WPForm to Any API is most powerful plugin to send WPForm data to any third party services. It can be use to send data to CRM Or any REST API. Easy to use and User friendly settings\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>Contact Form 7 to Any API is developed and supported by \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fitpathsolutions\u002F\" rel=\"nofollow ugc\">IT Path Solutions\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>If you have questions or encounter issues, visit our \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fcontact-form-to-any-api\u002F\" rel=\"ugc\">Support Forum\u003C\u002Fa> or contact \u003Cstrong>support@contactformtoapi.com\u003C\u002Fstrong>.\u003C\u002Fp>\n\u003Cp>Your feedback helps us improve and expand this plugin for the entire WordPress community.\u003C\u002Fp>\n\u003Cp>We also welcome:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Bug and documentation reports  \u003C\u002Fli>\n\u003Cli>Feature suggestions  \u003C\u002Fli>\n\u003Cli>Translation contributions\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>How You Can Support\u003C\u002Fh3>\n\u003Cp>WordPress grows through community, and your help makes a difference.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Report Bugs or Issues: Found a problem? Report it using the \u003Ca href=\"https:\u002F\u002Fmake.wordpress.org\u002Fcore\u002Fhandbook\u002Ftesting\u002Fbug-gardening\u002F\" rel=\"nofollow ugc\">official guide\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Fix or Suggest Docs Updates: Share corrections or suggestions on the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fcontact-form-to-any-api\u002F\" rel=\"ugc\">Support Forum\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Report Security Concerns: Follow the \u003Ca href=\"https:\u002F\u002Fmake.wordpress.org\u002Fcore\u002Fhandbook\u002Ftesting\u002Freporting-security-vulnerabilities\u002F\" rel=\"nofollow ugc\">WordPress Security Reporting Guide\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Suggest Features or Improvements: Have ideas? \u003Ca href=\"https:\u002F\u002Fwww.contactformtoapi.com\u002F#contact_us\" rel=\"nofollow ugc\">Submit them here\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Contribute to Translations: Help translate the plugin on \u003Ca href=\"https:\u002F\u002Ftranslate.wordpress.org\u002Fprojects\u002Fwp-plugins\u002Fcontact-form-to-any-api\u002F\" rel=\"nofollow ugc\">WordPress Translate\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Explore \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fitpathsolutions\u002F#content-plugins\" rel=\"nofollow ugc\">our other plugins\u003C\u002Fa> or visit \u003Ca href=\"https:\u002F\u002Fwww.itpathsolutions.com\u002Fhire\u002Fhire-wordpress-developers\" rel=\"nofollow ugc\">WordPress Gems\u003C\u002Fa> to check out what we do.\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>This plugin is licensed under the GNU General Public License v2 or later.\u003C\u002Fp>\n\u003Cp>https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html\u003C\u002Fp>\n","Send Contact Form 7 submissions to any API, Webhook or CRM - quick setup, flexible payloads, endpoints and authentication.",9000,90140,28,"2026-01-22T11:29:00.000Z","6.0",[49,50,20,21,22],"contact-form-7","crm","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcontact-form-to-any-api\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcontact-form-to-any-api.3.0.3.zip",93,4,"2024-09-24 12:15:01","2026-03-15T15:16:48.613Z",{"slug":58,"name":59,"version":60,"author":61,"author_profile":62,"description":63,"short_description":64,"active_installs":11,"downloaded":65,"rating":25,"num_ratings":66,"last_updated":67,"tested_up_to":14,"requires_at_least":47,"requires_php":68,"tags":69,"homepage":71,"download_link":72,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":56},"flowsystems-webhook-actions","Flow Systems Webhook Actions","1.2.1","mateuszflowsystems","https:\u002F\u002Fprofiles.wordpress.org\u002Fmateuszflowsystems\u002F","\u003Cp>Flow Systems Webhook Actions is a developer-focused WordPress webhook delivery layer designed for reliable automation workflows.\u003C\u002Fp>\n\u003Cp>Trigger HTTP webhooks from any WordPress or WooCommerce action (\u003Ccode>do_action\u003C\u002Fcode>) and dispatch them asynchronously through a persistent queue with smart retries, event identity, and full delivery visibility.\u003C\u002Fp>\n\u003Cp>Unlike basic “fire-and-forget” webhook implementations, this plugin ensures:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Delivery attempts are tracked\u003C\u002Fli>\n\u003Cli>Failures are visible\u003C\u002Fli>\n\u003Cli>Retries are automatic and intelligent\u003C\u002Fli>\n\u003Cli>Events include stable identity metadata for idempotency\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Built for production environments where losing events is not acceptable.\u003C\u002Fp>\n\u003Ch4>Typical Use Cases\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Send WooCommerce orders to n8n with retry protection\u003C\u002Fli>\n\u003Cli>Sync WordPress users to external CRMs safely\u003C\u002Fli>\n\u003Cli>Trigger backend microservices from WP hooks\u003C\u002Fli>\n\u003Cli>Send event-driven data to internal APIs\u003C\u002Fli>\n\u003Cli>Replace fragile custom \u003Ccode>wp_remote_post()\u003C\u002Fcode> integrations\u003C\u002Fli>\n\u003Cli>Build idempotent WordPress automation pipelines\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Event Identity & Idempotency\u003C\u002Fh4>\n\u003Cp>Every dispatched webhook includes:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Unique UUID (v4) per event\u003C\u002Fli>\n\u003Cli>ISO 8601 UTC timestamp\u003C\u002Fli>\n\u003Cli>Embedded \u003Ccode>event.id\u003C\u002Fcode>, \u003Ccode>event.timestamp\u003C\u002Fcode>, \u003Ccode>event.version\u003C\u002Fcode> in the payload\u003C\u002Fli>\n\u003Cli>HTTP headers: \u003Ccode>X-Event-Id\u003C\u002Fcode>, \u003Ccode>X-Event-Timestamp\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This enables downstream deduplication, idempotent workflow design, and reliable debugging across systems.\u003C\u002Fp>\n\u003Ch4>Reliable Queue & Smart Retry\u003C\u002Fh4>\n\u003Cp>Webhooks are never sent directly from request execution. Instead:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Events are stored in a persistent database queue\u003C\u002Fli>\n\u003Cli>Processed asynchronously via background jobs\u003C\u002Fli>\n\u003Cli>Dispatched in batches to avoid performance impact\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Smart retry routing:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>5xx and 429 responses \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> automatic exponential backoff retry\u003C\u002Fli>\n\u003Cli>4xx and 3xx responses \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> immediately marked as \u003Ccode>permanently_failed\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Configurable maximum retry attempts\u003C\u002Fli>\n\u003Cli>Full attempt history stored per event\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>No silent failures.\u003C\u002Fp>\n\u003Ch4>Replay Webhook Events\u003C\u002Fh4>\n\u003Cp>Webhook debugging is difficult when events cannot be reproduced.\u003C\u002Fp>\n\u003Cp>Flow Systems Webhook Actions allows you to replay any webhook event directly from the delivery logs — including successful deliveries.\u003C\u002Fp>\n\u003Cp>This makes it easy to:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Re-run automation workflows\u003C\u002Fli>\n\u003Cli>Debug external integrations\u003C\u002Fli>\n\u003Cli>Recover from temporary endpoint failures\u003C\u002Fli>\n\u003Cli>Test webhook consumers without recreating WordPress events\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Each replay uses the original payload and event metadata, ensuring consistent behavior across retries and debugging sessions.\u003C\u002Fp>\n\u003Ch4>Delivery Observability\u003C\u002Fh4>\n\u003Cp>Operational visibility built into the admin panel:\u003C\u002Fp>\n\u003Cp>Status states: \u003Ccode>pending\u003C\u002Fcode>, \u003Ccode>processing\u003C\u002Fcode>, \u003Ccode>success\u003C\u002Fcode>, \u003Ccode>failed\u003C\u002Fcode> (retrying), \u003Ccode>permanently_failed\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Attempt timeline per event\u003C\u002Fli>\n\u003Cli>HTTP status codes and response bodies\u003C\u002Fli>\n\u003Cli>Inspect full request payloads\u003C\u002Fli>\n\u003Cli>Manual retry (single or bulk)\u003C\u002Fli>\n\u003Cli>Replay webhook events for debugging and testing integrations\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Filter by: event UUID, target URL, date range, status\u003C\u002Fp>\n\u003Cp>Queue health metrics:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Average attempts per event\u003C\u002Fli>\n\u003Cli>Oldest pending job age\u003C\u002Fli>\n\u003Cli>Queue stuck detection\u003C\u002Fli>\n\u003Cli>WP-Cron-only warning\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Designed as an operations console — not just a webhook sender.\u003C\u002Fp>\n\u003Ch4>Payload Mapping\u003C\u002Fh4>\n\u003Cp>Adapt outgoing JSON payloads to match any external API:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Rename fields using dot notation\u003C\u002Fli>\n\u003Cli>Restructure nested objects\u003C\u002Fli>\n\u003Cli>Exclude sensitive or unnecessary data\u003C\u002Fli>\n\u003Cli>Store example payloads for configuration\u003C\u002Fli>\n\u003Cli>Modify via \u003Ccode>fswa_payload\u003C\u002Fcode> filter\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Payloads always include stable event metadata for consistency.\u003C\u002Fp>\n\u003Ch4>Developer Friendly\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Works with any WordPress or WooCommerce action\u003C\u002Fli>\n\u003Cli>Internal REST endpoints power the admin interface\u003C\u002Fli>\n\u003Cli>Fully extensible via filters and actions\u003C\u002Fli>\n\u003Cli>Clean namespace and unique prefixes\u003C\u002Fli>\n\u003Cli>Built according to WordPress.org standards\u003C\u002Fli>\n\u003Cli>Supports system cron for improved reliability\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Why Choose Flow Systems Webhook Actions?\u003C\u002Fh4>\n\u003Cp>Most WordPress webhook setups fire once, don’t retry intelligently, don’t provide delivery visibility, and don’t expose event identity.\u003C\u002Fp>\n\u003Cp>Flow Systems Webhook Actions provides:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Persistent queue\u003C\u002Fli>\n\u003Cli>Smart retry logic\u003C\u002Fli>\n\u003Cli>Webhook replay for debugging integrations\u003C\u002Fli>\n\u003Cli>Permanent failure state handling\u003C\u002Fli>\n\u003Cli>Event UUIDs and timestamps\u003C\u002Fli>\n\u003Cli>Full delivery logging and metrics\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Built for developers who need production-grade automation reliability.\u003C\u002Fp>\n\u003Ch4>Available Filters\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ccode>fswa_should_dispatch\u003C\u002Fcode> – Decide if a trigger should dispatch\u003C\u002Fli>\n\u003Cli>\u003Ccode>fswa_payload\u003C\u002Fcode> – Customize webhook payload\u003C\u002Fli>\n\u003Cli>\u003Ccode>fswa_headers\u003C\u002Fcode> – Add custom HTTP headers\u003C\u002Fli>\n\u003Cli>\u003Ccode>fswa_require_https\u003C\u002Fcode> – Toggle HTTPS requirement\u003C\u002Fli>\n\u003Cli>\u003Ccode>fswa_max_attempts\u003C\u002Fcode> – Configure maximum retry attempts\u003C\u002Fli>\n\u003Cli>\u003Ccode>fswa_queue_batch_size\u003C\u002Fcode> – Configure batch processing size\u003C\u002Fli>\n\u003Cli>\u003Ccode>fswa_http_timeout\u003C\u002Fcode> – Configure HTTP request timeout\u003C\u002Fli>\n\u003Cli>\u003Ccode>fswa_http_connect_timeout\u003C\u002Fcode> – Configure HTTP connect timeout\u003C\u002Fli>\n\u003Cli>\u003Ccode>fswa_http_args\u003C\u002Fcode> – Customize HTTP request arguments\u003C\u002Fli>\n\u003Cli>\u003Ccode>fswa_available_triggers\u003C\u002Fcode> – Customize available trigger list\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Available Actions\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ccode>fswa_success\u003C\u002Fcode> – Fired after successful webhook delivery\u003C\u002Fli>\n\u003Cli>\u003Ccode>fswa_error\u003C\u002Fcode> – Fired after webhook delivery failure\u003C\u002Fli>\n\u003C\u002Ful>\n","Reliable WordPress webhooks for automation workflows with retries, delivery logs, event IDs, queue processing, and replayable webhook events.",409,2,"2026-03-07T21:21:00.000Z","8.0",[18,19,20,70,22],"n8n","https:\u002F\u002Fflowsystems.pl\u002Fwordpress-webhook-actions","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fflowsystems-webhook-actions.1.2.1.zip",{"slug":74,"name":75,"version":76,"author":77,"author_profile":78,"description":79,"short_description":80,"active_installs":11,"downloaded":81,"rating":11,"num_ratings":11,"last_updated":82,"tested_up_to":14,"requires_at_least":47,"requires_php":68,"tags":83,"homepage":86,"download_link":87,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":56},"hookly-webhook-automator","Hookly – Webhook Automator","1.0.1","JALEL GHABRI","https:\u002F\u002Fprofiles.wordpress.org\u002Fghabri\u002F","\u003Cp>Hookly allows you to send data from your WordPress site to external services whenever specific events occur. Whether you want to notify Slack when a new post is published, sync user registrations with your CRM, or trigger workflows in Zapier, this plugin makes it easy.\u003C\u002Fp>\n\u003Ch4>Key Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Multiple Triggers\u003C\u002Fstrong> – Post published, user registered, comment added, WooCommerce orders, and more\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom Payloads\u003C\u002Fstrong> – Build your own JSON payloads using merge tags\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Secure Delivery\u003C\u002Fstrong> – HMAC signatures for webhook verification\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Retry Logic\u003C\u002Fstrong> – Automatic retries for failed deliveries\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Detailed Logs\u003C\u002Fstrong> – Track every webhook request and response\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Developer Friendly\u003C\u002Fstrong> – Hooks and filters for customization\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Supported Triggers\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Posts\u003C\u002Fstrong>\u003Cbr \u002F>\n* Post Published\u003Cbr \u002F>\n* Post Updated\u003Cbr \u002F>\n* Post Deleted\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Users\u003C\u002Fstrong>\u003Cbr \u002F>\n* User Registered\u003Cbr \u002F>\n* User Updated\u003Cbr \u002F>\n* User Deleted\u003Cbr \u002F>\n* User Login\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Comments\u003C\u002Fstrong>\u003Cbr \u002F>\n* Comment Created\u003Cbr \u002F>\n* Comment Approved\u003C\u002Fp>\n\u003Cp>\u003Cstrong>WooCommerce\u003C\u002Fstrong> (if installed)\u003Cbr \u002F>\n* Order Created\u003Cbr \u002F>\n* Order Status Changed\u003Cbr \u002F>\n* Product Created\u003Cbr \u002F>\n* Product Stock Low\u003C\u002Fp>\n\u003Ch4>Use Cases\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Send Slack notifications for new content\u003C\u002Fli>\n\u003Cli>Sync users to email marketing platforms\u003C\u002Fli>\n\u003Cli>Trigger Zapier\u002FMake\u002Fn8n workflows\u003C\u002Fli>\n\u003Cli>Update external systems when orders are placed\u003C\u002Fli>\n\u003Cli>Build custom integrations with any webhook-enabled service\u003C\u002Fli>\n\u003C\u002Ful>\n","Connect WordPress events to external services via webhooks. A lightweight, developer-friendly automation tool.",183,"2025-12-23T10:54:00.000Z",[18,19,84,22,85],"integrations","zapier","https:\u002F\u002Fgithub.com\u002FGhDj\u002Fwp-webhook-automator","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fhookly-webhook-automator.1.0.1.zip",{"slug":89,"name":90,"version":91,"author":92,"author_profile":93,"description":94,"short_description":95,"active_installs":11,"downloaded":96,"rating":11,"num_ratings":11,"last_updated":13,"tested_up_to":97,"requires_at_least":15,"requires_php":16,"tags":98,"homepage":100,"download_link":101,"security_score":25,"vuln_count":11,"unpatched_count":11,"last_vuln_date":26,"fetched_at":27},"lazy-wpforms-webhook-relay","Lazy Webhook Relay for WPForms","0.2.1","Emil","https:\u002F\u002Fprofiles.wordpress.org\u002Femilgh\u002F","\u003Cp>Lazy Webhook Relay for WPForms quietly sends every WPForms submission from your WordPress site to a remote endpoint of your choice. It doesn’t interrupt WPForms.\u003C\u002Fp>\n\u003Cp>It retries failures, signs requests with an HMAC hash, and logs its activities in \u003Ccode>\u002Fuploads\u002Flazy-webhook-relay-for-wpforms.log\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features:\u003C\u002Fstrong>\u003Cbr \u002F>\n* Works with any WPForms form (no setup per form)\u003Cbr \u002F>\n* Async background sending (non-blocking)\u003Cbr \u002F>\n* Choose GET or POST\u003Cbr \u002F>\n* Retries with exponential backoff\u003Cbr \u002F>\n* Optional shared secret for HMAC signing\u003Cbr \u002F>\n* Lightweight logger\u003Cbr \u002F>\n* Simple settings screen\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>This plugin is licensed under the GPLv2 or later.\u003C\u002Fp>\n","Are you a lazy developer? This plugin sends every WPForms submission to an endpoint in the background. Make that data someone else's problem!",133,"6.8.5",[18,19,20,22,99],"wpforms","https:\u002F\u002Frenstarai.com\u002Fplugin\u002Flazy-webhook-relay-for-wpforms\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Flazy-wpforms-webhook-relay.0.2.1.zip",{"slug":85,"name":103,"version":104,"author":105,"author_profile":106,"description":107,"short_description":108,"active_installs":109,"downloaded":110,"rating":111,"num_ratings":112,"last_updated":113,"tested_up_to":114,"requires_at_least":115,"requires_php":16,"tags":116,"homepage":13,"download_link":119,"security_score":120,"vuln_count":66,"unpatched_count":11,"last_vuln_date":121,"fetched_at":56},"Zapier for WordPress","1.5.3","Zapier","https:\u002F\u002Fprofiles.wordpress.org\u002Fzapier\u002F","\u003Cp>Zapier is the #1 workflow automation platform for small and midsize businesses that supports 7,000+ of the most popular apps, like Instagram, Facebook, and Pinterest. In just a few minutes, you can set up automated workflows (called \u003Cem>Zaps\u003C\u002Fem>) that connect WordPress with the other apps you use most. You can share your latest WordPress posts to Facebook or Instagram, create drafts from an RSS feed or Mailchimp newsletter, or be notified when you get new comments and much more–no manual work or coding required.\u003C\u002Fp>\n\u003Ch4>Some things you can do with Zapier + WordPress\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Share your latest WordPress posts to your social media profiles, like Facebook, Instagram, and Pinterest\u003C\u002Fli>\n\u003Cli>Create WordPress posts automatically based on your newsletters or RSS feeds\u003C\u002Fli>\n\u003Cli>Add new WordPress users to your email marketing campaigns\u003C\u002Fli>\n\u003Cli>Get notified in Slack or Microsoft Teams when new comments are left on your posts\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>How to get started\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fzapier.com\u002Fsign-up\u002F?utm_source=partner_wordpress_sign_up&utm_medium=plugin_listing&utm_campaign=partner_wordpress\" rel=\"nofollow ugc\">Sign up for Zapier\u003C\u002Fa>. (Zapier has a free forever plan. Paid plans scale with usage.)\u003C\u002Fli>\n\u003Cli>Check out Zapier’s \u003Ca href=\"https:\u002F\u002Fzapier.com\u002Flearn\u002Fgetting-started-guide\u002Fwhat-is-zapier?utm_source=partner_wordpress_getting_started&utm_medium=plugin_listing&utm_campaign=partner_wordpress\" rel=\"nofollow ugc\">Getting Started Guide\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Install the plugin, then head to \u003Ca href=\"https:\u002F\u002Fzapier.com\u002Fapps\u002Fwordpress?utm_source=partner_wordpress_integration&utm_medium=plugin_listing&utm_campaign=partner_wordpress\" rel=\"nofollow ugc\">https:\u002F\u002Fzapier.com\u002Fapps\u002Fwordpress\u003C\u002Fa> to get started.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>What people are saying about Zapier\u003C\u002Fh4>\n\u003Cp>“I would go as far to say that it has increased my personal efficiency by more than 400 percent.”—Garrett Grohman, Indiegogo\u003C\u002Fp>\n\u003Cp>“Zapier helps us to work faster and smarter by removing manual processes. We can now focus on adding a personal touch to our work.”—Olivia Jardine, Meister\u003C\u002Fp>\n\u003Cp>“Zapier probably saves me about 10 hours a week, when it comes to running our design operations. If I tap into my math skills, I do believe it’s 25 percent more productive!”—Lindsey Redinger, InVision\u003C\u002Fp>\n\u003Ch3>What people are connecting with Zapier\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fzapier.com\u002Fapps\u002Fcalendly\u002Fintegrations\u002Fwordpress?utm_source=partner_wordpress_calendly&utm_medium=plugin_listing&utm_campaign=partner_wordpress\" rel=\"nofollow ugc\">WordPress to Calendly\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fzapier.com\u002Fapps\u002Fwordpress\u002Fintegrations\u002Fzoom?utm_source=partner_wordpress_zoom&utm_medium=plugin_listing&utm_campaign=partner_wordpress\" rel=\"nofollow ugc\">Zoom to WordPress\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fzapier.com\u002Fapps\u002Fmongodb\u002Fintegrations\u002Fwordpress?utm_source=partner_wordpress_mongodb&utm_medium=plugin_listing&utm_campaign=partner_wordpress\" rel=\"nofollow ugc\">WordPress to Mongodb\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fzapier.com\u002Fapps\u002Fpipedrive\u002Fintegrations\u002Fwordpress?utm_source=partner_wordpress_pipedrive&utm_medium=plugin_listing&utm_campaign=partner_wordpress\" rel=\"nofollow ugc\">Pipedrive to WordPress\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fzapier.com\u002Fapps\u002Fteachable\u002Fintegrations\u002Fwordpress?utm_source=partner_wordpress_teachable&utm_medium=plugin_listing&utm_campaign=partner_wordpress\" rel=\"nofollow ugc\">Teachable to WordPress\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Get Help\u003C\u002Fh3>\n\u003Cp>If you have any feature requests, issues, or questions with Zapier for WordPress, please contact us using our \u003Ca href=\"https:\u002F\u002Fzapier.com\u002Fapp\u002Fget-help?utm_source=partner_wordpress_support&utm_medium=plugin_listing&utm_campaign=partner_wordpress\" rel=\"nofollow ugc\">help form\u003C\u002Fa>.\u003C\u002Fp>\n","Zapier saves you time on tedious tasks by moving info between WordPress and your other favorite apps, so you can focus on your most important work.",50000,676957,44,72,"2025-07-24T16:50:00.000Z","6.5.8","5.5",[19,117,20,118,85],"dataflow","workflow","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fzapier.1.5.3.zip",98,"2025-06-19 00:00:00",{"attackSurface":123,"codeSignals":191,"taintFlows":203,"riskAssessment":230,"analyzedAt":237},{"hooks":124,"ajaxHandlers":181,"restRoutes":188,"shortcodes":189,"cronEvents":190,"entryPointCount":30,"unprotectedCount":11},[125,131,133,136,140,144,148,153,157,161,165,169,172,175,179],{"type":126,"name":127,"callback":128,"file":129,"line":130},"action","before_woocommerce_init","closure","futurefeathers-order-api.php",26,{"type":126,"name":132,"callback":128,"file":129,"line":111},"admin_notices",{"type":126,"name":134,"callback":134,"file":129,"line":135},"init",73,{"type":126,"name":137,"callback":138,"file":129,"line":139},"admin_menu","add_admin_menu",74,{"type":126,"name":141,"callback":142,"file":129,"line":143},"admin_init","register_settings",75,{"type":126,"name":145,"callback":146,"file":129,"line":147},"admin_enqueue_scripts","enqueue_admin_assets",78,{"type":126,"name":149,"callback":150,"priority":151,"file":129,"line":152},"woocommerce_order_status_completed","on_order_completed",10,81,{"type":126,"name":154,"callback":155,"priority":151,"file":129,"line":156},"woocommerce_subscription_status_active","on_subscription_active",82,{"type":126,"name":158,"callback":159,"priority":151,"file":129,"line":160},"woocommerce_payment_complete","on_payment_complete",83,{"type":126,"name":162,"callback":163,"file":129,"line":164},"add_meta_boxes","add_product_meta_box",86,{"type":126,"name":166,"callback":167,"file":129,"line":168},"save_post","save_product_meta",87,{"type":126,"name":132,"callback":170,"file":129,"line":171},"show_admin_notices",90,{"type":126,"name":173,"callback":174,"file":129,"line":53},"admin_post_clear_api_logs","clear_logs",{"type":176,"name":177,"callback":128,"file":129,"line":178},"filter","redirect_post_location",513,{"type":176,"name":177,"callback":128,"file":129,"line":180},528,[182],{"action":183,"nopriv":184,"callback":185,"hasNonce":186,"hasCapCheck":186,"file":129,"line":187},"ff_oteapi_test",false,"ajax_test_api",true,96,[],[],[],{"dangerousFunctions":192,"sqlUsage":193,"outputEscaping":195,"fileOperations":11,"externalRequests":66,"nonceChecks":54,"capabilityChecks":201,"bundledLibraries":202},[],{"prepared":11,"raw":11,"locations":194},[],{"escaped":196,"rawEcho":30,"locations":197},48,[198],{"file":129,"line":199,"context":200},991,"raw output",5,[],[204,222],{"entryPoint":205,"graph":206,"unsanitizedCount":11,"severity":221},"ajax_test_api (futurefeathers-order-api.php:1153)",{"nodes":207,"edges":219},[208,213],{"id":209,"type":210,"label":211,"file":129,"line":212},"n0","source","$_POST",1160,{"id":214,"type":215,"label":216,"file":129,"line":217,"wp_function":218},"n1","sink","wp_remote_request() [SSRF]",1227,"wp_remote_request",[220],{"from":209,"to":214,"sanitized":186},"low",{"entryPoint":223,"graph":224,"unsanitizedCount":11,"severity":221},"\u003Cfuturefeathers-order-api> (futurefeathers-order-api.php:0)",{"nodes":225,"edges":228},[226,227],{"id":209,"type":210,"label":211,"file":129,"line":212},{"id":214,"type":215,"label":216,"file":129,"line":217,"wp_function":218},[229],{"from":209,"to":214,"sanitized":186},{"summary":231,"deductions":232},"The \"futurefeathers-order-api\" v1.0.0 plugin exhibits a strong security posture based on the provided static analysis. The absence of known vulnerabilities in its history, combined with robust code signals like 100% prepared SQL statements and a very high rate of properly escaped output (98%), indicates that the developers have implemented good security practices.  The plugin also includes a respectable number of nonce and capability checks, further strengthening its defenses against common attacks.\n\nWhile the static analysis reveals a low overall risk profile, a single AJAX handler represents the entire attack surface. Although no authentication checks are explicitly mentioned as missing for this handler, it's the only potential entry point. The presence of external HTTP requests warrants attention, though the analysis doesn't indicate any specific risks associated with them. The lack of any recorded vulnerabilities, critical taint flows, or dangerous functions is a significant positive. The plugin's vulnerability history is entirely clean, which suggests either a very well-written plugin or one that has not been subjected to extensive security testing or targeted attacks, a common scenario for less popular plugins.\n\nIn conclusion, \"futurefeathers-order-api\" v1.0.0 appears to be a secure plugin. Its strengths lie in its clean vulnerability history and adherence to secure coding practices like prepared statements and output escaping. The primary area for minor concern is the single AJAX handler, which, while not explicitly flagged as unprotected, represents the plugin's sole interactive entry point. Continued vigilance and security auditing are always recommended for any plugin, regardless of its current security standing.",[233,235],{"reason":234,"points":201},"Single AJAX handler with no explicit auth check mention",{"reason":236,"points":66},"External HTTP requests present","2026-03-17T05:55:06.752Z",{"wat":239,"direct":248},{"assetPaths":240,"generatorPatterns":243,"scriptPaths":244,"versionParams":245},[241,242],"\u002Fwp-content\u002Fplugins\u002Ffuturefeathers-order-api\u002Fassets\u002Fcss\u002Fff-oteapi-admin.css","\u002Fwp-content\u002Fplugins\u002Ffuturefeathers-order-api\u002Fassets\u002Fjs\u002Fff-oteapi-admin.js",[],[242],[246,247],"\u002Fwp-content\u002Fplugins\u002Ffuturefeathers-order-api\u002Fassets\u002Fcss\u002Fff-oteapi-admin.css?ver=","\u002Fwp-content\u002Fplugins\u002Ffuturefeathers-order-api\u002Fassets\u002Fjs\u002Fff-oteapi-admin.js?ver=",{"cssClasses":249,"htmlComments":251,"htmlAttributes":252,"restEndpoints":269,"jsGlobals":270,"shortcodeOutput":272},[250],"ff-oteapi-settings",[],[253,254,255,256,257,258,259,260,261,262,263,264,265,255,266,267,268],"name=\"ff_oteapi_enabled\"","id=\"api-settings-fields\"","id=\"ff_oteapi_auth_type\"","id=\"auth-token-field\"","id=\"show-variables-helper\"","id=\"variables-helper\"","id=\"hide-variables-helper\"","id=\"test-api-connection\"","id=\"test-api-result\"","data-product-id","id=\"ff_oteapi_url\"","id=\"ff_oteapi_method\"","id=\"ff_oteapi_headers\"","id=\"ff_oteapi_auth_token\"","id=\"ff_oteapi_custom_fields\"","id=\"ff-oteapi-logs-table\"",[],[271],"ajaxurl",[]]