SMT Toolkit for WooCommerce
SMT Toolkit for WooCommerce is a modular automation and management toolkit designed for WooCommerce-based stores. The plugin provides a collection of independent modules that can be enabled or disabled as needed, allowing store owners to build flexible workflows without unnecessary features or performance overhead. SMT Toolkit focuses on automation, data consistency, and repeatable processes – especially for stores that rely on bulk imports, scheduled updates, and advanced pricing logic. Available Modules Google Drive Importer Import products, images, and updates directly from Google Drive using CSV files. Features: – Import products and images from Google Drive folders – Batch processing with progress tracking – Detailed logs and safety checks – Update rules for existing products – Optional cron-based automation Setup note: To use this module, you must create a Google Cloud project, enable the Drive API and obtain an API key. Source folders and files must be accessible through the Drive API without an OAuth user session. Official documentation: https://developers.google.com/drive/api/guides/enable-drive-api Automation: For scheduled or unattended imports, a WordPress cron task is required. CSV File Structure The importer uses CSV files to create or update products. Required fields: – id or sku (at least one is required) Optional fields: – type – barcode – short_description – description – sale_start – sale_end – in_stock – price – sale_price – categories – tags – custom meta fields (any column name will be treated as a meta key) – images (image and photo remain supported aliases) – image_alt (use | to separate values for multiple images) – image_caption (use | to separate values for multiple images) – image_description (use | to separate values for multiple images) – alt_text (legacy alias for image alt text; comma-separated) Custom meta fields are stored as product meta keys without overwriting protected WooCommerce core fields. The CSV structure is flexible. Only the required identifier field must be present. All other fields are optional and processed only if provided. Discount Engine Create flexible discount profiles with conditions, priorities, schedules, and visual indicators. Features: – Rule-based discount profiles – Support for scheduled discounts – Priority handling and conflict resolution – Customizable discount badges – Cron-based recalculation support Automation: A cron task is required to automatically apply, update, or expire scheduled discounts. Theme compatibility note: To replace the default sale badge, the theme must include a span.onsale element (the wrapper does not matter, but the onsale class must be present). Transliteration Automatically transliterate non-Latin product URLs and filenames. Features: – URL and filename transliteration – Custom rule editor – Testing and preview tools – Bulk conversion and rollback support Language support: Predefined rules are included for: – Ukrainian – Russian – Bulgarian For other languages, custom transliteration rules can be added manually. This module does not require cron configuration. Store Settings The Store Settings module centralizes WooCommerce configuration in one place – no need to edit theme files or functions.php. It allows you to safely manage store behavior, performance tweaks, product badges, and Classic checkout fields through a clean admin interface. Key Features – Disable unused frontend scripts and styles – Add context-based inline CSS and JavaScript – Clean up unnecessary WordPress and WooCommerce head output – Configure product badges (Sale, New, Sold Out, Featured, Best Seller) – Customize Classic WooCommerce checkout fields – Define custom product fields with tab display support Checkout customization works with Classic WooCommerce checkout (shortcode). Blocks checkout is automatically detected. Ajax Archive Engine AJAX-powered WooCommerce archive system with: – AJAX pagination – AJAX sorting – Lazy-loaded filters sidebar – Clean URL handling – History (back/forward) state support – Mobile-first optimized behavior Centralized SVG Registry Secure SVG management module: – Centralized SVG storage – Sanitized SVG processing – Automatic CSS generation – Base64 background rendering – Hash-based file versioning – Automatic cleanup of old files – Security-hardened SVG sanitizer Role-Based Pricing Assign custom prices or percentage discounts based on the customer’s WordPress user role. Features: – Per-role price overrides (fixed price or percentage discount) – Works with simple and variable products – Role-specific prices visible only to the matching role – Per-product manual price override via product edit screen – Fully integrated with WooCommerce cart and checkout totals – Compatible with WooCommerce price display hooks Setup note: Role configurations are managed globally from the plugin settings. Per-product price overrides are set directly on each product’s edit screen. AI Search Smart product search powered by OpenAI intent parsing and optional embeddings. Customers find products by intent and natural-language queries, not just exact keywords. Features: – OpenAI-backed intent parsing for natural-language queries – Optional OpenAI-backed embeddings index (built incrementally in the background) – Live drop-down with brand, attribute and price chips – Quick-view + add-to-cart directly from results – Configurable result count, image size and ranking – Rate limiting (burst, per-minute, per-hour, global hourly cap) – Index status dashboard with manual rebuild and per-product diagnostics – Works with simple and variable products Setup note: An OpenAI API key is required for AI parsing and embeddings. Index build is throttled and can be paused. Wishlist Personal wishlists with shareable links and multi-list support. Features: – One default list plus user-created named lists – Guest wishlists merge into the user account after login – Shareable public link per list (read-only by default) – AJAX add/remove without page reload – Wishlist counter in header (theme-friendly via hooks and helper functions) – Quick-view and add-to-cart from the wishlist modal – Optional auto-cleanup of old guest sessions Rewards / Loyalty Points Points-based rewards programme. Customers earn points on completed orders and use them as partial payment on future purchases. Features: – Per-role or per-user-level earn rate (integrates with Discount user levels) – Configurable bonus-payment cap as a percentage of the cart total – Auto-actions: registration bonus, review bonus, birthday gift, level-up bonus – Popup + email notifications (rate-limited, branded via Newsletter settings) – Refund-aware: points reverse on cancel/refund and re-credit on subsequent re-completion – Points history with paginated load-more – Opt-in/opt-out toggle on the customer’s account page – Optional self-hosted “do not load module CSS” switch for themed stores Abandon Cart Recover sales from carts that customers leave behind. Features: – Tracks logged-in and guest carts (via email capture on checkout) – Configurable reminder schedule (multiple stages) – Branded reminder emails (template shared with Newsletter / Rewards) – Rate-limited send queue with admin dashboard and per-cart audit – One-click cart restore link (token-protected) – Auto-prune of recovered or aged-out carts Newsletter Lightweight newsletter system: subscriber list, campaign composer and email branding. Features: – Subscriber list with import / export and bulk actions – Visual template with logo, From-name/address and footer (shared by all modules) – Composer with token replacement ({first_name}, {site_name}, etc.) – Per-hour send cap and queue worker (cron-based) – Unsubscribe handling with one-click token link – Bounce/error logging – Integration hook so other modules (Rewards, Abandon Cart) re-use the same branding Social Social touchpoints in a single module: share buttons, login providers and a floating contact CTA. Features: – Share buttons (Facebook, X/Twitter, Telegram, Viber, copy-link) – Social login (Google and Facebook) with token validation – Floating CTA dock with Phone / Telegram / Viber / WhatsApp / Instagram / Messenger channels – Per-channel labels (translatable) – Hover-to-reveal label on desktop, full label on mobile – Theme-friendly: every block is exposed via shortcode or hook Modular Architecture Each module operates independently and can be enabled or disabled at any time. This allows you to use only the functionality you need while keeping the system lightweight and predictable. External Services This plugin connects to external services to provide its functionality. Google Drive API The Google Drive Importer module connects to the Google Drive API to allow users to import files and images from their own Google Drive accounts into WooCommerce. What data is sent: – Google Drive file IDs – Google Drive folder IDs – API key supplied by the site owner When data is sent: – When an administrator starts an import manually – When an administrator-configured scheduled import runs Why data is sent: – To retrieve selected files and images from the user’s Google Drive account Service provider: – Google LLC Terms of Service: https://policies.google.com/terms Privacy Policy: https://policies.google.com/privacy OpenAI API The AI Search module connects to the OpenAI API to parse natural-language search queries and, when enabled, build a semantic embeddings index from your product catalog. What data is sent: – Customer search queries typed into the AI Search widget, used for intent parsing – Product titles, short descriptions, brand and taxonomy terms, used for embeddings indexing (no customer account data) – API key supplied by the site owner When data is sent: – When a visitor submits an uncached search query that is long enough to use AI parsing – During an index build or rebuild, manually triggered by an administrator or by an admin-configured cron task – Short/local-only searches and cached searches may be handled without an OpenAI request Why data is sent: – To convert natural-language search text into structured WooCommerce filters – To compute vector embeddings used for semantic matching Service provider: – OpenAI, L.L.C. Terms of Service: https://openai.com/policies/terms-of-use Privacy Policy: https://openai.com/policies/privacy-policy Nova Poshta API (optional) The Store Settings module can connect to the Nova Poshta API to provide city autocomplete and a warehouse/parcel-locker picker during Classic checkout. What data is sent: – Nova Poshta API key supplied by the site owner – City search text entered by the visitor – Selected settlement reference when loading warehouses When data is sent: – Only when the Nova Poshta picker is enabled and a visitor searches for a city or loads warehouses Why data is sent: – To find Nova Poshta settlements, branches and parcel lockers Service provider: – Nova Poshta LLC API License Agreement: https://static.novaposhta.ua/sitecard/misc/doc/API_license_agreement.pdf Privacy Policy: https://static.novaposhta.ua/sitecard/misc/doc/Privacy_policy.pdf Social Login Providers (optional) The Social module can optionally connect to Google and Facebook for one-click login. These connections only run when an administrator has configured the corresponding OAuth credentials and a user clicks the login button. What data is sent: – OAuth token round-trips initiated by the visitor’s click When data is sent: – Only on explicit user action (clicking a social-login button) Why data is sent: – To authenticate the user via the chosen provider Service providers: – Google LLC: https://policies.google.com/terms / https://policies.google.com/privacy – Meta Platforms, Inc. (Facebook): https://www.facebook.com/legal/terms / https://www.facebook.com/privacy/policy/ Social Publishing, Instagram Feed and Sharing Links (optional) The Social module can publish newly created posts or products to configured social accounts, retrieve an Instagram Business feed, and create visitor-initiated sharing/contact links. Nothing is sent unless the relevant feature and provider are configured; sharing and contact links send data only after the visitor clicks them. What data is sent: – Site owner credentials or access tokens for enabled publishing/feed providers – Published post or product title, permalink and generated sharing message – Instagram Business account ID when retrieving feed items – The current page URL, sharing text or configured contact identifier when a visitor clicks a sharing/contact link When data is sent: – After a post or product is first published and automatic publishing is enabled – When an enabled Instagram feed is loaded or its cache is refreshed – When a visitor explicitly clicks a social sharing or contact link Why data is sent: – To publish content, retrieve configured Instagram media, or open the selected third-party sharing/contact service Service providers: – Meta Platforms, Inc. (Facebook, Instagram, Threads and Messenger): https://www.facebook.com/legal/terms / https://www.facebook.com/privacy/policy/ – X Corp.: https://x.com/en/tos / https://x.com/en/privacy – LinkedIn Corporation: https://www.linkedin.com/legal/user-agreement / https://www.linkedin.com/legal/privacy-policy – Tumblr, Inc.: https://www.tumblr.com/policy/en/terms-of-service / https://www.tumblr.com/privacy – Mastodon: the service provider, terms and privacy policy depend on the instance URL configured by the site owner – Telegram Messenger Inc.: https://telegram.org/tos / https://telegram.org/privacy – Viber Media S.a r.l.: https://www.viber.com/en/terms/ / https://www.viber.com/en/terms/viber-privacy-policy/ – WhatsApp LLC: https://www.whatsapp.com/legal/terms-of-service / https://www.whatsapp.com/legal/privacy-policy Google and Meta Analytics Scripts (optional) The Store Settings module can load Google Analytics/Google Ads and Meta Pixel scripts after interaction when a site owner enables delayed analytics and supplies the corresponding IDs. What data is sent: – Configured measurement, advertising or pixel ID – Page, browser, device, cookie and interaction data collected by the enabled provider’s script according to that provider’s configuration and policies When data is sent: – Only when the site owner enables the corresponding analytics integration and the delayed script is loaded in a visitor’s browser Why data is sent: – To provide analytics, advertising measurement and configured conversion tracking Service providers: – Google LLC: https://policies.google.com/terms / https://policies.google.com/privacy – Meta Platforms, Inc.: https://www.facebook.com/legal/terms / https://www.facebook.com/privacy/policy/
Top keywords
- https29×1.40%
- google26×1.25%
- com25×1.20%
- data22×1.06%
- sent19×0.91%
- data is sent18×0.87%
- api16×0.77%
- https www14×0.67%
- privacy14×0.67%
- www14×0.67%
- drive13×0.63%
- module13×0.63%
Uncanny Automator – AI + Automation for WordPress | AI Agent, AI Page Builder, Free AI Usage Included
Uncanny Automator is a truly unique AI + Automation plugin for WordPress. It combines the most powerful no-code automation engine in the WordPress ecosystem with the most capable AI assistant for WordPress and the first true WordPress AI page builder. In other words, everything you need to grow your WordPress business. Whether you want to connect your favorite plugins and apps, put an AI agent to work managing your WordPress site, or build beautiful pages with AI (instead of learning how to use complicated page builders), Uncanny Automator does it all natively inside WordPress in one easy-to-use package. Trusted by 40,000+ active sites with a 4.9/5 star rating and 2,000,000+ downloads, Uncanny Automator brings AI and automation together in one place. Free AI included — no AI subscription, no API keys, no setup Most WordPress AI plugins make you bring your own API key, pay for a separate AI subscription, or wire up an MCP server before you can do anything. Uncanny Automator is different — no separate AI subscription. No API keys to copy and paste. No MCP servers to wire up. Lite includes enough free Uncanny Agent usage to get you started, and the Pro version includes more than enough AI usage for everyday use. Just install the plugin, create your free account, and start chatting with Uncanny Agent right inside your WordPress site. Three core capabilities, one plugin 1. Uncanny Recipe Builder: integrate anything, automate everything Connect the plugins and apps you already use and let them work together. With triggers and actions, you can automate virtually any task — from a simple email notification to complex multi-step business processes. Automate WooCommerce (and other eCommerce plugins): add customers to a list, enroll them in a course, or grant membership access the moment they buy. Automate LearnDash, LifterLMS & Tutor LMS (and other LMS plugins): auto-enroll students, issue certificates, and trigger follow-ups on course completion. Automate forms: turn your WPForms, Gravity Forms, Fluent Forms, Contact Form 7 forms, Forminator forms, or Ninja Forms into powerful self-service tools by automating what happens on form submission. Sync data: push form submissions and site activity to Google Sheets, your CRM, or any app via webhooks. Connect anything: Slack, Mailchimp, ActiveCampaign, HubSpot, Zoom, Notion, and hundreds more. It’s the WordPress-native way to do what Zapier and Make do — with deeper integration and no per-task fees. 2. Uncanny Agent: an AI agent for WordPress that gets things done Uncanny Agent is a conversational AI assistant for WordPress that understands your site and completes tasks on your behalf. Ask it. It does it — using the free starter AI usage included with the plugin, with no separate subscription required. Ask about your site: “How are my sales trending this month?” “Which quiz questions are users struggling with?” “Review my site and suggest SEO improvements.” Ask it anything about WordPress: no question is too basic and none too advanced — “What’s a permalink?” “How do I duplicate a page?” Uncanny Agent can walk you through setting up WordPress, your theme, and your plugins — or just do it for you. Unlike a generic chatbot, its answers fit your site. Ask it to do things: “Create a blog post draft about our spring sale.” “Add a contact form to the About page.” Put it to work across your integrations: Uncanny Agent runs actions from your connected integrations directly — no recipe needed. “Add this customer to my Mailchimp list.” “Add today’s orders to my Google Sheet.” It does more than answer: Uncanny Agent builds pages, updates settings, and generates code snippets you can review before using. Works alongside your automations: Uncanny Agent handles the ad-hoc work; your recipes handle the recurring workflows. Powered by leading AI models: Uncanny Agent runs on leading models selected and managed for you — nothing to configure. (In your recipes, you can also connect your own AI providers — OpenAI, Anthropic, Google Gemini, and more.) Uncanny Agent is the most powerful, most capable conversational AI assistant for WordPress. Try it and see for yourself! 3. Uncanny Page Builder: build WordPress pages with AI Uncanny Page Builder is the first WordPress page builder with AI at its foundation. But it’s much more than a page builder. Builders like Elementor, Kadence, and Spectra still expect you to supply the design: pick a template, or build a layout from scratch using whatever design skills you have. Uncanny Agent brings the design intelligence — describe what you want and Agent designs and builds it. It’s less like swapping page builders and more like having a designer and developer on call. Describe it, Uncanny Agent designs and builds it: “Create a landing page with a hero, three feature cards, a testimonial slider, and a call-to-action.” Agent makes the design decisions — layout, hierarchy, spacing, style — then builds the page. Refine it through conversation. Build from any example: upload a screenshot of a design you admire and Uncanny Agent builds in that style — no design brief required. Images and icons, handled for you: Uncanny Agent pulls images from your media library and draws on thousands of built-in icons — no hunting down assets first. Pages that keep themselves current: add live content from 90+ built-in live elements — latest posts, content that greets members by name, login forms, menus, live site stats — all rendered server-side into clean HTML. Your brand, locked in: set your logo, colors, and fonts once, lock the choices that matter, and every page Uncanny Agent builds is on-brand by default. Works with the site you already have: keep your theme’s header and footer or go full-page. Redesign an existing page and the original is saved automatically — restore it anytime. You stay in control: edits land on an unsaved draft — your live page doesn’t change until you save — and edits can be undone. No lock-in, ever: no proprietary shortcodes or block markup — Uncanny Page Builder outputs clean, portable HTML and CSS. Deactivate the plugin and your design stays intact; you can even download any page and host it anywhere. AI-first, not AI-assisted: other builders bolt AI onto drag-and-drop. Uncanny Page Builder was designed from day one for AI. Still fully editable: fine-tune text and swap images with click-to-edit — and styles can differ by device and state, so “make the buttons bigger on mobile” is something you can simply ask for. It’s AI website building for WordPress — but really, it’s like having a designer and developer build your pages for you. The lean, portable alternative to Elementor, Divi, Kadence, and the block editor — faster to build with than any of them, without the design skills, the learning curve, or a designer’s budget. Who it’s for WordPress beginners who need a guide as much as a tool — ask Uncanny Agent any WordPress question, get step-by-step help setting up your site, and build your first pages by describing them. Free to start. Solopreneurs & small business owners who want to save 5–10 hours a week, get an AI assistant for their site, and build pages without learning a builder. Marketing managers connecting WordPress to their marketing stack and automating campaigns — a WordPress-native alternative to Zapier with AI included. eCommerce, eLearning & membership site operators automating the full user lifecycle across WooCommerce, LearnDash, MemberPress, and more. Developers replacing fragile custom integration code with maintainable recipes, and using AI to explore data structures and generate snippets. Agencies standardizing automation, AI, and page building across every client site — with no page builder lock-in. Praise for Uncanny Automator “With this plugin, WordPress sites become intelligent. It is an exceptionally useful product and the customer service I experienced was fast and thorough.” — Stephen P “Uncanny Automator stands out in its ease of use, configurability and flexibility. With Uncanny Automator, we pretty much stopped using Zapier.” — Jing “I’ve been testing and building automation solutions for clients over the past 10 years. Once I found Uncanny Automator, I stopped looking for other software.” — Adam C “I tried 3 or 4 automator plugins before I decided on Uncanny. Boy did I make the right choice, as the support I’ve received has been exceptional.” — Noel A “Really impressed by Uncanny Automator—a gamechanger. The plugin is clearly built very well and performs cleanly and consistently.” — Richard F “I love it so much that I’m looking for more ways to streamline and automate our processes now. Such a great product!” — Steph W What you get free with Uncanny Automator Uncanny Automator is free to install and use, and includes: Uncanny Recipe Builder with unlimited plugin-to-plugin automations — connect the plugins on your site with no limits. Hundreds of free triggers and actions across your favorite WordPress plugins. Free Uncanny Agent usage to get you started — enough to experience it firsthand, with no separate subscription required and no API keys to manage. Free access to try Uncanny Page Builder — build a few pages with AI and see it for yourself. Because Uncanny Agent does the building, page building draws on Uncanny Agent usage. 250 free app credits to use 250 free triggers/actions with external apps like Google Sheets, Slack, and Mailchimp. Create a free account and start automating and chatting in minutes — no credit card required. Upgrade to Uncanny Automator Pro Uncanny Automator Pro unlocks the full plugin: Generous Uncanny Agent usage — Monthly usage that refreshes automatically, plus Anytime usage you can spend whenever you need it, for business analysis, content creation, page building, and everyday site management. Pro triggers, actions, and tokens — the complete library, including premium WordPress plugins and external apps, plus advanced data tokens for dynamic, personalized recipes. Advanced workflow logic — delays and scheduling to control the timing of your workflows, conditions to build sophisticated multi-step automations and loops that process users and posts in bulk. Unlimited app automations — no per-task fees. Higher plans add even more — Multisite support, addons including Custom User Fields, User Lists, Restrict Content, and Dynamic Content, and Elite Integrations like Salesforce and QuickBooks Online. See the pricing page for what each plan includes. One subscription replaces many A single Uncanny Automator Pro subscription can replace an entire stack of subscriptions — and do the work you’d otherwise hire specialists for: Your automation subscription — Zapier, Make, or Pabbly Connect Your AI subscription — ChatGPT, Claude, or Gemini, now built into WordPress Your page builder subscription — Elementor, Kadence, or Spectra A graphic designer — design landing pages and layouts with AI A WordPress developer — let Uncanny Agent explore your data, generate code snippets, and complete admin tasks A virtual WordPress assistant — Uncanny Agent completes routine site-management tasks for you A content writer — draft posts, pages, and product descriptions with AI An SEO specialist — generate meta titles, descriptions, and optimized content Every plan includes all three capabilities — Uncanny Recipe Builder, Uncanny Agent, and Uncanny Page Builder. With plans starting at only $25/month (billed annually), Uncanny Automator is the smartest decision you can make for your organization running on WordPress. See https://automatorplugin.com/pricing/ for details. Learn more Website: https://automatorplugin.com/ All integrations: https://automatorplugin.com/integrations/ Knowledge base: https://automatorplugin.com/knowledge-base/ Connect everything on your WordPress site Uncanny Automator connects the most popular WordPress plugins and apps. Mix and match any of them in a recipe, and put Uncanny Agent to work across them too. Here’s the complete list. Apps & external services: ActiveCampaign, Anthropic, Asana, AWeber, Bitly, Bluesky, Brevo, Campaign Monitor, ClickUp, Cohere, Constant Contact, Discord, Drip, Facebook Lead Ads, Facebook Pages, GetResponse, GitHub, Google Calendar, Google Contacts, Google Gemini, Google Sheets, Google Sheets Web App, GoTo Meeting, GoTo Training, GoTo Webinar, Help Scout, HubSpot, Instagram, Keap, Kit, LinkedIn Pages, Mailchimp, MailerLite, Mautic, Mistral AI, Microsoft Teams, Notion, Ontraport, OpenAI and GPT, Perplexity, QuickBooks Online, Salesforce, Sendy, Slack, Stripe, Telegram, Threads, Trello, Twilio, X/Twitter, WhatsApp, xAI, Zoho Campaigns, Zoom Meetings, Zoom Webinars WordPress plugins: AcyMailing, Advanced Ads, Advanced Coupons, Advanced Custom Fields, AffiliateWP, Airtable, All in One SEO, All-in-One WP Migration, Amelia, ARMember, Automator Core, Automator for PayPal, FunnelKit Automations, BadgeOS, Beaver Builder, bbPress, Bricks Builder, BuddyBoss, BuddyPress, Caldera Forms, CSV, Custom User Fields, Charitable, Cloudflare, Code Snippets, Contact Form 7, Custom Action, Date and Time, Database Query, Divi, Dynamic Content, Duplicator, Easy Affiliate, Easy Digital Downloads, EDD-Recurring Payments, EDD-Software Licensing, Easy WP SMTP, Elementor Pro, Emails, Events Manager, Everest Forms, ExactMetrics, Fluent Forms, Fluent Support, FluentBoards, FluentBooking, FluentCart, FluentCommunity, FluentCRM, Formidable Forms, Formatter, Forminator, GamiPress, Generator, GiveWP, Gravity Forms, GravityKit, Groundhogg, H5P, HappyForms, Heroic Knowledge Base, IFTTT, Integrately, Integromat, JetEngine, JetFormBuilder, Jetpack CRM, JSON, Kadence, KonnectzIT, LearnDash, LearnDash Achievements, LearnPress, LifterLMS, LiteSpeed Cache, Loop, Logging, Magic Button, MailPoet, Mailster, Make, MasterStudy LMS, Memberium for Keap, MemberMouse, MemberPress, MemberPress Courses, Meta Box, Modern Events Calendar, MonsterInsights, myCred, Newsletter, Ninja Forms, OptinMonster, Pabbly Connect, Paid Memberships Pro, PeepSo, Plugin Actions, Popup Maker, PressPrimer Assignment, PressPrimer Quiz, Presto Player, Pretty Links, QR Code, Quiz Maker by AYS, RafflePress, Rank Math SEO, Really Simple Security, Redirection, Restrict Content Pro, RSS feed, Restrict Content, Run Code, Run Now, SaveTo Wishlist, Schedule, Site Kit by Google, SliceWP, SeedProd, Speed Optimizer, Security Optimizer, Studiocart, Sugar Calendar, SureCart, SureForms, SureMembers, The Events Calendar, Thrive Apprentice, Thrive Architect, Thrive Leads, Thrive Ovation, Thrive Quiz Builder, Thrive Theme Builder, Thrive Ultimatum, ThriveCart, Tin Canny Reporting, Typeform, Tutor LMS, Ultimate Member, User Lists, Uncanny Codes, Uncanny Continuing Education Credits, Uncanny Groups, Uncanny Toolkit, Upsell Plugin, URL, UserFeedback, W3 Total Cache, Webhooks, Wholesale Suite, Wishlist Member, WooCommerce, WooCommerce Bookings, WooCommerce Memberships, WooCommerce ShipStation, WooCommerce Subscriptions, WordPress, WordPress Multisite, WordPress Download Manager, Wordfence Security, WP Activity Log, WP Admin, WP All Import, WP Bitly, WP Courseware, WP Event Manager, WP Fastest Cache, WP Fusion, WP Fusion Lite, WP Job Manager, WP LMS, WP Mail SMTP Pro, WP Rocket, WP Simple Pay, WP Super Cache, WP User Manager, WP Webhooks, WP-Polls, WPCode, WPForms, WS Form, wpDiscuz, wpForo, XML, Yoast SEO, Zapier, Zoomy Built-in capabilities: send data anywhere with unlimited outgoing webhooks, send emails, and automate WordPress core functions — all free. Pro adds incoming webhooks, database queries, advanced actions for developers, importing CSV / RSS / JSON / XML, schedules and delays, loops (running bulk actions on users, posts and more), QR codes, data formatting, and thousands of additional triggers, actions and tokens. Don’t see what you need? Connect to virtually any plugin with custom triggers and actions, or any app with robust webhook support.