VigIA – AI Visibility, Analytics & Control
VigIA (Spanish for “lookout” or “watchman”, incorporating “IA” – Spanish for “AI”) is a complete AI visibility toolkit for WordPress. Monitor 60+ AI crawlers, control access to your content, and optimize how AI systems discover and understand your site. What does VigIA do? Scores your AI visibility with a 100-point analyzer covering 20 checks across 5 categories Tracks AI crawlers visiting your site (GPTBot, ClaudeBot, PerplexityBot, and 60+ others) Provides detailed analytics with advanced filters, server-side pagination, and exportable reports with metadata banner Blocks unwanted crawlers via PHP (403 response) Manages robots.txt rules for AI crawlers with compliance monitoring Sends email alerts about crawler activity (daily, weekly, or monthly) Generates llms.txt files to help AI systems understand your site Serves markdown endpoints for posts, pages, taxonomy archives (categories, tags, WooCommerce product categories, custom taxonomies) and WooCommerce products with schema-like data Generates JSON-LD structured data with Site Identity and AI Discovery signals Exposes abilities for AI agents and automation tools (WordPress 6.9+) Key Features AI Visibility Analyzer * 100-point scoring system with letter grades (A+ to F) * 20 individual checks across 5 categories * Access & AI Discovery (37 pts): robots.txt, AI bot directives, Content Signals, llms.txt, sitemap, RSS feed * Structured Data & Semantic Context (25 pts): JSON-LD schemas, Open Graph, Twitter Cards, meta description, canonical URL * Content Structure & Readability (20 pts): heading hierarchy, semantic HTML5, image alt text, content/HTML ratio * AI Interaction & Distribution (8 pts): markdown delivery, AI share buttons * Access Performance (10 pts): TTFB measurement * Smart recommendations with direct links to VigIA features and plugin suggestions * Analyze any page on your site with URL autocomplete selector * Results cached for 24 hours with manual re-analyze option Analytics Dashboard * Total visits, unique crawlers, and pages crawled statistics * Timeline chart with daily breakdown * Category distribution (AI Training, AI Search, AI Assistant, Data Scraper) * Top crawlers and most crawled pages tables with paginated navigation * AI Share & Summarize integration: see share button clicks per page * Recent activity log with content type and HTTP status columns (color coded by status family) * Advanced filters: multi-select crawler picker, content type, HTTP status code, and configurable date range * Server-side pagination with four-button pager (first, previous, next, last) — operates over the full database, not just the latest 500 rows * Period comparison functionality * CSV export with a metadata banner (site name, site URL, export type, date range, export timestamp, applied filters) * “Export filtered CSV” button that downloads exactly what the active filters return, with vigia-filtered-YYYY-MM-DD.csv filename * Content type detection distinguishes Home, Post, Page, Product, custom CPTs, Category archive, Tag archive, Date/Author archive, Feed, Sitemap, REST API, File, Admin / login attempts (/wp-admin, /wp-login.php), WordPress system (admin-ajax, xmlrpc, wp-cron, wp-comments-post), 404 Not found, and Other Crawler Blocking * Block crawlers via PHP with 403 Forbidden response * Quick block dropdown in analytics dashboard * Manage blocks from Extras page * Works on any server (Apache, Nginx, LiteSpeed, etc.) Robots.txt Management * Add Disallow rules for AI crawlers * Visual preview of your robots.txt * Compliance monitoring: see which crawlers ignore your rules * One-click blocking for non-compliant crawlers * Works with both physical and virtual robots.txt Email Alerts * Daily, weekly, or monthly reports * Three detail levels: Minimal, Normal, Complete * Non-compliant crawler warnings * Activity comparison with previous period Markdown for Agents * Serve posts, pages and any public post type as optimized markdown for AI agents * Serve taxonomy archive pages (categories, tags, WooCommerce product categories, custom taxonomies) as markdown — disabled by default, opt in per taxonomy * Dedicated .md URL endpoints (e.g., /your-post.md, /category/news.md, /product-category/electronics.md) * Accept: text/markdown content negotiation on posts and taxonomy archive pages * Discoverability via Link HTTP headers and HTML tags * YAML frontmatter for posts: title, date, modified, author, image, categories, tags, post type, lang * YAML frontmatter for taxonomy terms: title, description, url, type, taxonomy, parent, count, image (term meta), lang * WooCommerce product frontmatter adds schema-like fields: sku, product_type, price, regular_price, sale_price, currency, availability, stock_quantity, rating, rating_count, review_count * Taxonomy term body includes the term description (rendered through the_content), the list of direct child terms in hierarchical taxonomies, and an excerpt of the latest posts/products assigned to the term * Product listings inside product_cat archives include an inline summary with formatted price, “was X” on sale items, star rating and out-of-stock flag * Respects blocking rules (blocked crawlers get 403) and LLMs.txt exclusion filters * Per-term noindex detection from Yoast SEO, Rank Math, All in One SEO and SEOPress * Analytics integration: tracks markdown requests per crawler * X-Markdown-Tokens response header * Filters: vigia_markdown_post_eligible, vigia_markdown_term_eligible, vigia_markdown_term_posts_limit * Follows the Cloudflare Markdown for Agents standard LLMs.txt Generator * Select content by post type with one click * Filter by taxonomies (categories, tags, custom) * Manual include/exclude with AJAX search * Exclude by URL patterns (wildcards supported) * SEO plugin integration (auto-exclude noindex content) * Auto-regeneration (daily, weekly, monthly) * Robots.txt integration (add llms.txt and llms-full.txt references) * Generate llms.txt and llms-full.txt files * Full content or excerpt mode * Compatible with Yoast SEO, Rank Math, All in One SEO, SEOPress, The SEO Framework, and Native SEO NoIndexer JSON-LD Structured Data * Generate WebSite and Organization/Person schema for site identity * AI Discovery: ReadAction pointers to llms.txt, llms-full.txt, and Markdown for Agents endpoints * Social profiles and sameAs links for brand identity across the web * SearchAction for Google sitelinks search box * Media library integration for logo selection * SEO plugin conflict detection (Yoast, Rank Math, AIOSEO, SEOPress, The SEO Framework) * Choose output page (front page or any published page) * Live JSON-LD preview with real-time updates * Smart integration with LLMs.txt and Markdown for Agents features Supported AI Crawlers VigIA monitors 60+ AI crawlers including: OpenAI: GPTBot, OAI-SearchBot, OAI-AdsBot, ChatGPT-User Anthropic: ClaudeBot, Claude-SearchBot, Claude-User, Claude-Code Google: Google-Extended, GoogleOther, Gemini-Deep-Research, Google-NotebookLM Perplexity: PerplexityBot, Perplexity-User Meta: Meta-ExternalAgent, FacebookBot, Meta-WebIndexer Amazon: Amazonbot, Amzn-SearchBot, bedrockbot Mistral: MistralAI-User, MistralAI-Index Microsoft: BingBot ByteDance: Bytespider Apple: Applebot-Extended And many more… Privacy Focused VigIA stores visitor data locally in your WordPress database. No data is sent to external servers. Abilities API VigIA is one of the first WordPress plugins to implement the Abilities API introduced in WordPress 6.9. This API allows AI agents, automation tools, and external systems to discover and interact with VigIA’s functionality in a standardized, secure way. What are Abilities? Abilities are self-contained units of functionality that VigIA exposes through WordPress’s central registry. Each ability has defined inputs, outputs, and permissions, making it easy for automation tools to understand and use them. Available Abilities VigIA registers the following abilities: Analytics vigia/get-crawler-stats – Get statistics about AI crawler visits (total visits, unique crawlers, pages crawled) vigia/get-top-crawlers – Get a ranked list of most active AI crawlers vigia/get-top-pages – Get the most crawled pages on your site Blocking vigia/get-blocked-items – List all blocked crawlers and IP addresses vigia/block-crawler – Block a crawler by User-Agent pattern vigia/unblock-crawler – Remove an existing block Robots.txt vigia/get-robots-rules – Get current AI crawler rules in robots.txt vigia/add-robots-disallow – Add a Disallow directive for a crawler vigia/remove-robots-rule – Remove a robots.txt rule Use Cases Automated monitoring: AI agents can query crawler statistics and alert you to anomalies Reactive blocking: Automation tools can block crawlers that repeatedly ignore robots.txt External dashboards: Aggregate data from multiple WordPress sites with VigIA installed WP-CLI integration: Future command-line access through the Abilities API n8n / Make workflows: Build custom automation flows using VigIA’s abilities Requirements The Abilities API ships with WordPress 6.9 and later. On older WordPress versions, VigIA works normally but abilities and MCP are not available. MCP Server (Model Context Protocol) VigIA exposes its 9 abilities as native MCP tools to any MCP-compatible client (Claude Code, Cursor, Claude Desktop, Codex CLI, Antigravity, Continue, Cline, Zed and similar) using the official WordPress MCP Adapter. The adapter ships bundled with the plugin, so the MCP endpoint is active right after installation — no Composer step or terminal access required. Requirements WordPress 6.9 or later (provides the Abilities API) Quick connect (recommended) Open VigIA > Extras > MCP and click “Generate password and connection commands”. The plugin creates a dedicated Application Password named VigIA MCP and renders ready-to-paste commands for Claude Code, Cursor, Claude Desktop and a generic block (URL + Authorization header) for any other MCP client. The plain password is shown only once. If you lose it, revoke the entry from the same panel and generate a new one. Endpoint https://your-site.example/wp-json/vigia/v1/mcp The endpoint uses HTTP Basic auth with the WordPress Application Password. The user must have the manage_options capability. Connecting Claude Code Quick Connect builds the full command for you. The shape is: claude mcp add --transport http vigia https://your-site.example/wp-json/vigia/v1/mcp --header "Authorization: Basic BASE64_OF_USER_AND_APP_PASSWORD" Claude Code merges the new entry into its config file automatically — no risk of breaking other servers. Connecting Cursor Save the JSON block from Quick Connect as ~/.cursor/mcp.json. You can also reach this file from inside Cursor at Settings → Cursor Settings → MCP. If the file already exists with other content, see “Merging into an existing config file” below. Connecting Claude Desktop Save the JSON block from Quick Connect as claude_desktop_config.json in your user Library (this is not the system Library at the root of the disk): macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.json On macOS, the easiest way to reach the folder is to open Finder, press ⌘ Shift G, paste ~/Library/Application Support/Claude/ and hit Enter. On Windows, press Win+R and run %APPDATA%\Claude. Important: Claude Desktop only speaks stdio to local processes, so the snippet does not connect directly to VigIA over HTTP. Instead it launches a small bridge package (mcp-remote) via npx that proxies the connection. This means you need Node.js installed on the machine. The first run downloads mcp-remote automatically; subsequent runs use the npm cache. If you do not want to install Node.js, connect from Claude Code or Cursor instead — both speak HTTP MCP natively and do not need a bridge. Restart Claude Desktop after saving the file. If the app boots with default preferences, the JSON is malformed — review the file or restore your backup. If Claude Desktop says the entry is “not a valid MCP server configuration”, npx is not in its PATH; check that Node.js is installed and accessible to GUI apps. If the file already exists with other content, see “Merging into an existing config file” below. Merging into an existing config file If your claude_desktop_config.json or ~/.cursor/mcp.json already exists, do not paste the full Quick Connect block on top of it. Pasting on top discards everything else (preferences, other MCP servers) and the app will start with defaults. Always make a backup of the file first. Then open it with any text editor that preserves JSON. There are two scenarios. Scenario 1 — the file has content but no mcpServers block yet. This is common when you have used Claude Desktop before but never configured MCP servers. The file might look like this: { "preferences": { "menuBarEnabled": false, "...": "..." } } Add mcpServers as a sibling property of preferences, separated by a comma. The result should be: { "preferences": { "menuBarEnabled": false, "...": "..." }, "mcpServers": { "vigia": { "command": "npx", "args": [ "-y", "mcp-remote", "https://your-site.example/wp-json/vigia/v1/mcp", "--header", "Authorization: Basic BASE64_OF_USER_AND_APP_PASSWORD" ] } } } The order of preferences and mcpServers is not important, but the comma between them is required. Forgetting the comma makes the JSON invalid and Claude Desktop will start with default preferences. Scenario 2 — the file already has mcpServers with other servers. Add the vigia entry inside the existing mcpServers object, separated from other entries by a comma: "mcpServers": { "other-server": { "...": "..." }, "vigia": { "command": "npx", "args": [ "-y", "mcp-remote", "https://your-site.example/wp-json/vigia/v1/mcp", "--header", "Authorization: Basic BASE64_OF_USER_AND_APP_PASSWORD" ] } } For Cursor the entry is different — Cursor speaks HTTP MCP natively, so its block uses type, url and headers directly inside the server entry instead of the bridge command. The Quick Connect panel renders the right format for each client. Other MCP clients (Codex CLI, Continue, Cline, Antigravity, Zed, custom) Most MCP clients accept HTTP transport with a custom Authorization header. The Quick Connect panel exposes the two raw values you need — the server URL and the Authorization header — so you can drop them into whatever configuration format your client expects. Browser-only assistants without an MCP client (AI Studio, ChatGPT web) cannot connect. They need a desktop or CLI client that speaks MCP over HTTP. Read-only mode If you only want your AI to consult VigIA (not change anything), enable “Read-only mode” in the MCP tab. While on, write actions (block, unblock, robots changes) return a permission denied error. Read actions (statistics, top crawlers, blocked items, robots rules) keep working. The toggle stores a vigia_mcp_read_only option that hooks into the vigia_can_write_via_abilities filter. Developers can still force read-only from a mu-plugin: add_filter( 'vigia_can_write_via_abilities', '__return_false' ); The mu-plugin filter at the default priority takes precedence over the toggle. After connecting Restart your MCP client after adding the server so it picks up the new tools. Then try a few prompts to confirm everything is wired up: “Show me VigIA crawler stats for the last 7 days.” “List the top 5 most crawled pages on this site.” “Add a robots.txt Disallow rule for TestBot and then list the current AI crawler rules.” The third example exercises a read + write + read round-trip, which is the most complete sanity check. Support Need private support or custom development? Do you need one-on-one help, priority troubleshooting, or a custom feature, integration, or tweak built specifically for your site? I offer private support and custom development. Just contact me and tell me what you need. Need help or have suggestions? Official website WordPress support forum YouTube channel Documentation and tutorials Love the plugin? Please leave us a 5-star review and help spread the word! About AyudaWP We are specialists in WordPress security, SEO, AI and performance optimization plugins. We create tools that solve real problems for WordPress site owners while maintaining the highest coding standards and accessibility requirements.
Top keywords
- vigia40×1.68%
- ai33×1.39%
- mcp28×1.18%
- claude24×1.01%
- txt22×0.92%
- crawlers18×0.76%
- wordpress16×0.67%
- content15×0.63%
- abilities14×0.59%
- desktop14×0.59%
- file14×0.59%
- claude desktop13×0.55%
FunnelKit Automations –
FunnelKit Automations (formerly Autonami) is a powerful WordPress marketing automation engine that allows you to automate your marketing workflows. You can use FunnelKit Automations to: Create WooCommerce abandoned cart campaigns to recover the lost revenue. Create post-purchase follow-up sequences to educate and upsell customers. Set up a welcome email workflow to greet and get your customers onboard with on-brand welcome emails. Tag contacts, and add them to specified lists or sequences, update custom fields, and do so much more – just like you can in a popular CRM such as ActiveCampaign, Drip, ConvertKit, MailChimp, Klaviyo and others (PRO feature). Customize WooCommerce email templates – order confirmation, login details, delivery completed emails – with the in-built drag-and-drop visual email builder. Create targeted audience segments and reach out to them via beautifully designed broadcast campaigns. Unlock more money-making opportunities by connecting your business with various WordPress plug-ins such as LearnDash, WishList Member, Affiliate WP, and more. Connect your website to 1000’s other services by connecting FunnelKit Automations with Zapier, Integromat, Pabbly, Integrately, and more. And more. FunnelKit Automations (Formerly Autonami) is a simple yet powerful automation plugin that gives you complete control over your website and automation. It is user-friendly and makes it easy for you to set up effective automation that helps drive more sales while helping customers. FunnelKit Automations is backed by a fantastic support team that is helpful, caring, and responsive. I always receive quick replies, and they go out of their way to help me. I am genuinely grateful for their plugin, help, and the FunnelKit Team. — Anthony, And the best thing about FunnelKit Automations? We have no cap on contacts, which means you do not have to pay more as your contact list grows. That’s what FunnelKit Automations is to your eCommerce marketing automation game. How Can FunnelKit Automations Help You Automate Your Marketing? Engage better with your buyers with essential WooCommerce automations like welcome emails, abandoned cart recovery, post-purchase email sequences, customer win-back campaigns, and much more. You can create beautiful emails with a drag-and-drop builder and interact with your leads via newsletter campaigns. Now, you no longer need to have ten different plugins to do eCommerce marketing. FunnelKit Automations Lite (Free) Version FunnelKit Automations comes in two versions – Lite (Free) and Pro. The Lite version comes equipped with crucial pre-built automations that give you a headstart in your WooCommerce marketing automation journey, and you can build on it as your business grows. Create Automated Campaigns on the All-New Canvas Interface FunnelKit Automations is powered by the robust automation builder and the minimalist Canvas interface. A clean interface that allows you to visualize your workflow as you build it. It simplifies the automation-building process and view in-line analytics such as email open/click-through rates and more on the interface itself. In the Pro version, you can even view individual contact’s journey and in-depth analytics. Visualize and create powerful workflows precisely the way you want. View Abandoned Users and Other Cart-Related Details at One Place Abandoned cart users are crucial to your profits. These are the users who had almost completed their purchases but got distracted and left. If targeted properly, these users are very likely to come back and complete their purchases. FunnelKit Automations gives you cart-related information such as – recoverable, recovered, and lost carts. This information can be crucial to understanding your users and be the building blocks for your WooCommerce abandoned cart recovery campaign. Get One-Click Import Recipes FunnelKit Automations Lite comes with crucial pre-built marketing campaigns that you can import with one click, customize the email copy and delay time, and go live in a matter of minutes. You get automations such as – abandoned cart recovery, welcome email sequence for new customers, review collection emails, and a first purchase anniversary campaign. There are various other WooCommerce events that you can try out and create your custom WooCommerce marketing automations from scratch. With Autonami Lite, the following WooCommerce events are available at your disposal: Cart Abandoned Cart Recovered Order Created Order Created – Per Product Order Status Changed Order Item Refunded Order Item Stock Reduced Order Note Added Review Received If there are other users you’ve given permission to access your store, then you can track their activity with WordPress events such as User Created and User Login. Send Simple Text-Based Emails FunnelKit Automations Lite comes with a text-based email builder that allows you to create and send text emails with ease. Do not underestimate the power of simple text emails. In some automated campaigns, simple text emails have performed better than visual ones. Personalize your emails with merge tags, add a catchy subject line, and a persuasive preview text. FunnelKit Automations is GDPR compliant; hence, the ‘unsubscribe text’ comes pre-inserted. Time Your Emails Right with Delays FunnelKit Automations allows you to add delays to your email sequence and communicate with your customers on the right time. You can set delays in minutes, hours, days, weeks, and even months to better optimize your automated campaigns. My respect and appreciation for the FunnelKit Automations Team continue to grow as we migrate from a major ESP into FunnelKit. FunnelKit Automations is powerful and intuitive—and the support we receive (when needed) continually exceeds our expectations. What a delight it is to work with folks who care so deeply about the customers they serve and the products they build! — Stacy Farrell, FunnelKit Automations Lite Use Cases 1. Create High-Converting Abandoned Cart Recovery Sequence FunnelKit Automations allows you to create targeted and well-segmented WooCommerce abandoned cart recovery campaigns. Live-capture the cart as soon as the user enters the email. Works perfectly on mobile as well. Create segmented automated campaigns based on cart total, cart items items in the cart, the coupon used, whether the cart has coupons or not, etc. Intuitive cart abandonment analytics for quick stats of recoverable carts, recovered carts, etc. Auto ends the automation when a user completes the purchase. Set up delays in your emails in minutes, hours, and days. Pro feature: Send personalized WooCommerce discount coupon code based on the cart value or items (or any rule) with a set expiry time. Take a look at the video below: 2. Set up WooCommerce Follow-Up Emails for Post-Purchase Engagement Post-purchase or follow-up emails are sent out to engage with your customers after they’ve just bought from you. Here are some of the post-purchase engagement emails you can send: Shipment Check-In Email – Check with your new buyers about their shopping experience with you. Cross-Sell or Product Recommendation Email – Send automated emails to recommend products to customers based on the items they bought. Purchase Anniversary Email – Create an automated anniversary campaign with a WooCommerce discount coupon code on the 6-months or 1-year anniversary. Product Education Email – Educate them on how to use the product that they’ve just bought. This depends on what item they purchased and if that needs education. Take a look at the video to see all the post-purchase use cases: This is not it, we have some powerful use cases that you can execute with FunnelKit Automations Pro. But, before that, let’s understand what FunnelKit Automations Pro brings to the table! FunnelKit Automations Pro Version Even though you can do a lot with FunnelKit Automations Lite version, the Pro version unlocks a whole new spectrum of WooCommerce marketing automation that you never knew was possible within WordPress. FunnelKit Automations Pro lets you communicate with buyers to strengthen the relationship and lay the ground for the second sale. FunnelKit Automations Pro makes FunnelKit Automations a mini-CRM, allowing you to view 360° contact profiles, build targeted audiences, tag users, add them to sequences, run automated campaigns, send broadcasts, connect with form builders, and more – perform all the actions you can in an expensive SAAS-based CRM. All without leaving WordPress. Like many people, we have used Infusionsoft, Active Campaign, Mail Chimp, you name it, we have tried them all at one point or another, and NOTHING, ABSOLUTELY NOTHING, compares to FunnelKit Automations. When you pair FunnelKit Automations with your own SMTP servers like Sendgrid, Mailgun, and Amazon SES, you instantly control your own email marketing service, and even better, you control your own email marketing REPUTATION. Gone are the days of using services that send all their email from the same servers, so you don’t have to suffer from unreliable email delivery based on the bad habits of other users of the same service. You can now control everything and tie all your marketing in with your WordPress website, run email broadcasts, abandon WooCommerce cart emails, automated sequences based on user activity, and so much more. FunnelKit Automations is WONDERFUL, and their support is top-notch. — Monster Development, Get Actionable Insights on Your Dashboard FunnelKit Automations Pro adds more to the already incredible analytics dashboard. Along with the cart-related data, you get a list of your Top Automations, Top Broadcasts, and even Popular Emails. These lists can help you replicate your success by following the same formula. The dashboard also displays: – Total Contacts – Emails Sent – SMSs Sent – Total Orders – Total Revenues View Detailed Customer Profiles With detailed customer profiles, you can view all the important details of every contact on your list. With FunnelKit Automations Pro, you can get a deeper understanding of your customers. Quickly see the most important details about them – the latest engagement with your emails, total spend, total orders, last order date, AOV (individual), comparison to the store’s AOV, etc. These details can help you create targeted automated campaigns. Create advanced segmentation by tagging and listing the customers and creating a precise set of audiences to use in marketing campaigns. Send Broadcast Campaigns To Multiple Contacts With live cart capturing, FunnelKit Automations captures emails the moment it is entered on the checkout page. You can create an automation to tag users in real time. You can segment these users into audience sets like – US customers, repeat buyers, high-value customers, etc. You can tag your users in real-time and segment them into audience sets based on: – Geographical location – US Customers, Canada Customers, etc. – Products Purchased – Order Values – Coupon Used – AOV and Lifetime Spend – Engagement-related parameters – WordPress User Status, and more This audience segmentation will help pinpoint your emails and attain more engagement. Get Access to 20+ Advance Pre-Built Automations with One Click FunnelKit Automations Pro version unleashes 20+ marketing automations that you can import with just one click and boost your sales instantly. The library is every-growing and currently includes various email sequences like: Abandoned Cart Recovery Post-purchase email sequence Condition-based email sequence for precise targeting Turning Subscribers into Customers in 7 days WooCommerce Subscriptions – related email sequences Affiliates-related email sequences Customer Win-back campaign and even more Create Condition-Based Automated Workflows The most important and EXCITING benefit of FunnelKit Automations Pro is Condition – the ability to create condition-based automations. Create conditions based on cart total, cart items, contact fields, order total, items purchased, average order value, geographical location, and even saved audiences. Here are a few most-used Condition categories: Customer Details: Gender, Company, Date of Birth, etc. WooCommerce Cart Details: Cart Total, Total Revenue, Total Orders Count, Purchased Products, Used Coupons, AOV, First Order, Last Order, etc. Geography: Country, State, City, etc. Engagement: Last Open, Engaged, Unengaged, Last Click, etc. Broadcast: Broadcast Sent/Open/Clicked And more such amazing Conditions to create personalized email sequences. Such conditions allow you to focus more on the profitable side of your customers. Build advanced email and SMS sequences according to the conditions set and take your eCommerce marketing game up a notch. Create Targeted Campaigns with Advanced Actions Unlock a whole new spectrum of Actions with the Pro version. You can customize your email workflow with various actions such as: Messaging: Send Email, Send SMS, Send Message to a Channel/User FunnelKit Automations: Create Contact, Change Status, Update Fields, Add/Remove Tags, Add/Remove Contact to/from a List, Add Contact Note, End Automation WooCommerce: Create/Delete Coupon, Change Subscription Status, Assign/Update Membership Plan This is just the cream of the crop, as you delve deeper into FunnelKit Automations, you can add more actions to your email sequence. The Pro version opens up the advanced Actions and Delay functionalities and even more helpful features like adding Goals, Jumps, and Exits to your automations. Delay: Advanced delay functionalities let you send emails in the contact’s timezone, as well as at a specific time of a specific day. Add a delay until a custom date is picked by the user on a form submitted. Goals: If your email sequence has a common goal, then the automation will stop when the goal is achieved, i.e., the subsequent emails won’t go out. Examples of goals include – a link clicked, an order placed, a user subscribed, and more. Jump: Shorten your automations by making contacts jump from one node to another within the workflow. Exit: Exit the automation for all those contacts that don’t meet the set condition. These contacts will move out of your automation. Create Dynamic Coupon Codes to Instigate Urgency Who doesn’t love coupons? FunnelKit Automations Pro lets you build dynamic coupons from scratch right inside WordPress. Customize your WooCommerce discount coupon settings without leaving your workflow – set an expiry date for the coupon, add a discount amount (fixed or in percentage), add a prefix to the coupon code, enable free shipping, and more. Create personalized coupon codes with merge tags – with the user’s first name or last name. Once done, embed the coupon code inside your emails with ease. Create Beautiful Emails Using Built-In Email Builder and Engage Better with Broadcast Campaigns Do not know where to start with email designing? Our WooCommerce marketing automation plugin comes with an in-built visual email builder that empowers you to create beautiful emails that can send your click-through rates through the roof. FunnelKit Automations gives you content blocks for designing emails. From writing text and adding logos to showing products in emails – there are blocks for just about everything. Save these emails as templates and reuse them in future automated campaigns. Send and schedule broadcast campaigns/ newsletters in real-time. Engage better with your audience with newsletters and create a stronger bond. A/B Test Your Emails and Choose the Best-Performing Copy A lot of your email marketing campaign’s success depends on the copy of your email. If the subject line is catchy and the copy is engaging, you are halfway home. FunnelKit Automations Pro lets you split-test your emails and choose the best version that can maximize your campaign’s performance and bring in profits. You can create multiple versions of the same email by changing the subject line, altering the preview text, and more. FunnelKit Automations Pro Use Cases **1. [Create …