VideoWhisper Site Manager for ChatGPT, Claude, Codex
VideoWhisper Site Manager lets you manage WordPress posts and pages through external AI assistants such as ChatGPT (Custom GPT + Actions), Claude (MCP: web, desktop, mobile, CLI), and Codex (MCP) using own account, not API keys. It exposes authenticated WordPress endpoints and setup guidance while you keep using your own AI account and subscription. It provides: A secure REST layer for content operations (list, read, create, update, revert, reset) An MCP (Model Context Protocol) endpoint for Claude.ai, Claude Desktop, Claude CLI, Claude mobile apps, and Codex MCP clients A generated OpenAPI schema URL for GPT Actions import Guided onboarding with copy/paste values for ChatGPT Builder, Claude connector setup, and Codex MCP setup Turnkey OAuth onboarding for shared GPT / shared MCP workflows through a compatible Relay & OAuth Server WordPress Application Password onboarding for direct site-owned integrations Frontend user connection shortcode support for connected account workflows Safety controls: HTTPS enforcement, draft-first behavior, publish gating, read/write rate limiting, write quotas, IP allowlists, audit logs Extension points through WordPress hooks for custom authentication, tools, settings, content types, and admin UI additions The plugin does not call OpenAI, Anthropic, or any AI provider directly. Your WordPress site exposes authenticated endpoints and setup guidance. You connect it to ChatGPT, Claude, or Codex yourself with your own account and subscription. Ideal for Site owners who want to draft, edit, or review WordPress content by chat Teams using a dedicated WordPress user (recommended: Editor) for AI-assisted publishing workflows Mobile workflows: configure on desktop, use the GPT or Claude connector on phone/tablet Developer workflows where Codex can use MCP tools to inspect and update WordPress content Supported Authentication The onboarding flow recommends using one authentication option for clarity, but development and migration setups can enable more than one. Turnkey OAuth – recommended for most sites. Users connect through a compatible Relay & OAuth Server and can operate one or more connected sites from the same shared GPT or MCP connector. Application Passwords – direct WordPress authentication over HTTPS using WordPress core Application Passwords. Best for admin-owned custom GPT/MCP setups where credentials are managed by the site operator. Extension-provided authentication – developers can add custom OAuth, token validation, alternate connector metadata, or other authentication flows with the hooks listed below. Connecting ChatGPT Install and activate VideoWhisper Site Manager. Open VideoWhisper Site Manager > Onboarding. Create (or link) a dedicated WordPress user (recommended role: Editor). Choose Turnkey OAuth for a shared GPT workflow, or create an Application Password from the onboarding page for a direct site-owned GPT. In ChatGPT Builder (desktop), create a Custom GPT and import the plugin OpenAPI schema URL. Use the provided copy/paste values for Configure, Actions, authentication, and privacy policy fields. Test on desktop, then use the same GPT on mobile. Connecting Claude (MCP) The free plugin includes an MCP endpoint at /wp-json/videowhisper-site-manager/v1/mcp. Claude.ai (web): Go to claude.ai/customize/connectors. Click the + button in the Connectors sidebar → Add custom connector. Set a name and paste the MCP endpoint URL. Authorize via Turnkey OAuth when connected to a compatible Relay & OAuth Server, or use an Application Password for direct setup. The connector also works in the Claude mobile apps (iOS and Android) and desktop once authorized. Claude CLI: claude mcp add –transport http “YourSiteName” “https://yoursite.com/wp-json/videowhisper-site-manager/v1/mcp” Automatic OAuth authorization requires a compatible Relay & OAuth Server. Without that connection, use WordPress Application Passwords over HTTPS. Connecting Codex (MCP) The onboarding flow includes Codex setup values for both direct and Turnkey MCP architectures. Codex can connect to the same Streamable HTTP MCP endpoint at /wp-json/videowhisper-site-manager/v1/mcp. Open VideoWhisper Site Manager > Onboarding and enable Codex in the AI Tools selection step. Choose Turnkey OAuth for shared relay access, or Application Passwords for direct site-owned MCP access. Copy the generated Codex config.toml block or OAuth login command from the Codex onboarding tab. Restart or reload Codex MCP settings, then use /mcp in Codex to confirm the WordPress MCP server is active. Features MCP endpoint for Claude.ai, Claude Desktop, Claude CLI, Claude mobile apps, and Codex — implements MCP Streamable HTTP transport (protocol 2025-03-26) ChatGPT / GPT Actions integration via generated OpenAPI schema URL (/wp-json/videowhisper-site-manager/v1/openapi) Dynamic agent guide at /wp-json/videowhisper-site-manager/v1/agent-guide with Markdown by default and JSON via ?format=json; MCP also exposes guide resources for MCP-aware clients Shared AI action registry keeps MCP tools and OpenAPI schemas aligned for ChatGPT, Claude, and Codex integrations; extra OpenAPI actions are grouped by module with an action subaction field to stay under GPT operation limits GPT Actions onboarding aligned with current auth UI, including Application Password and Turnkey OAuth setup paths One-click Application Password creation for the dedicated operator user (plaintext shown once, not stored long-term) Guided onboarding with copyable values for: GPT Name, Description, Instructions, Conversation Starters MCP endpoint URL, Claude connector setup instructions (Claude.ai, Desktop, CLI), and Codex MCP configuration snippets Action authentication values, Schema URL, Privacy Policy URL curl examples and credential samples Authentication options: Turnkey OAuth for shared GPT / shared MCP workflows through a compatible Relay & OAuth Server Application Passwords for direct site-owned admin integrations hook-based extension points for additional authentication methods REST endpoints for listing, reading, creating, and updating WordPress posts/pages Context endpoint for site and content context used by MCP tools Content revert/reset helpers backed by revision snapshots dry_run support for safer create/update previews before writing Draft-first workflow and optional publish permission (Allow publish) HTTPS enforcement for plugin endpoints by default (with dev-only HTTP override setting) Per-user rate limiting with separate defaults for read traffic (10/minute), write actions (5/minute), and hourly write quotas (30/hour) FansPaysite support for frontend shortcode styling and dark/light mode when the FansPaysite theme is active IP allowlists for Application Password and Turnkey OAuth traffic External OAuth URL hardening (HTTPS-only with external-host validation) Configurable short cache TTL for external bearer-token validation (default: 10s) Categories and tags support Generic SEO metadata fields (plugin-owned keys) Audit logging endpoint for administrators Settings endpoint for administrators Public protected resource metadata for OAuth-aware clients Provider Terms of Use and Privacy Policy links when supplied by connected services User connection shortcode ([vwsm_user_connect]) for account-based connection flows Admin notices and onboarding reminders for incomplete setup Recommended GPT/Claude/Codex capabilities guidance Current AI Actions and Tools The shared registry exposes the same capabilities to ChatGPT Actions, Claude MCP, and Codex MCP when settings and user permissions allow them. OpenAPI may group extra actions by module; MCP lists the individual tool names. Core tools: get_site_context, list_content, get_content, get_logs, create_content, update_content. Conditional core tools: revert_action, reset_action when log state tools are enabled. Plugin integration tools: get_site_context includes brief permission-aware available_integrations metadata, while plugins_list lists compatible plugins, agent instructions, whitelisted option documentation, and plugin-specific tools visible to the authenticated user. Other plugins can register free or paid add-on tools with vwsm_ai_plugin_integrations; Site Manager exposes registered tools automatically through MCP, the dynamic agent guide, and grouped OpenAPI /actions/{module} paths. Agent documentation: /wp-json/videowhisper-site-manager/v1/agent-guide, /wp-json/videowhisper-site-manager/v1/agent-guide?surface=mcp, /wp-json/videowhisper-site-manager/v1/agent-guide?surface=actions, and /wp-json/videowhisper-site-manager/v1/agent-guide?format=json. Extension Hooks Developers can extend this plugin without editing core files. Common hooks include: Settings and admin UI: vwsm_settings_defaults, vwsm_settings_normalized, vwsm_admin_settings_save, vwsm_rest_settings_payload, vwsm_settings_tab_label, vwsm_settings_form_publishing_rows, vwsm_settings_form_security_rows, vwsm_settings_form_rate_limits_rows, vwsm_settings_form_logs_revisions_rows, vwsm_settings_form_turnkey_oauth_rows, vwsm_settings_form_authentication_rows, vwsm_settings_form_application_passwords_rows, vwsm_settings_form_content_rows, vwsm_settings_form_admin_rows, vwsm_settings_form_attachments_rows, vwsm_settings_form_fomantic_rows, vwsm_settings_form_after_core_rows, vwsm_auth_methods_section. Authentication and OAuth metadata: vwsm_oauth_server_url, vwsm_authorization_server_url, vwsm_rest_401_headers, vwsm_external_oauth_onboarding_urls, vwsm_onboarding_oauth_tab_content, vwsm_handle_external_register_gpt. OpenAPI, MCP, and tools: vwsm_ai_actions, vwsm_ai_plugin_integrations, vwsm_ai_plugin_option_integrations, vwsm_ai_plugin_action_dispatch, vwsm_ai_action_native_openapi_tools, vwsm_mcp_server_name, vwsm_mcp_extra_tools, vwsm_mcp_dispatch_tool, vwsm_mcp_site_context, vwsm_openapi_components, vwsm_openapi_document, vwsm_write_rate_limit_mcp_tools. Content and sanitization: vwsm_allowed_content_types, vwsm_revision_limit, vwsm_revision_gradient, vwsm_supported_extra_allowed_html_tags, vwsm_allow_extra_allowed_html_tags. User connection workflows: vwsm_user_connect_handle_post, vwsm_user_connect_after_sections, vwsm_user_connect_tools_data, vwsm_user_connect_gpt_url. Operator and environment behavior: vwsm_default_operator_username, vwsm_use_current_user_mode. Disclaimer This plugin provides infrastructure for operating a WordPress site with external AI chatbots and agents. The site owner is solely responsible for the actions enabled through this functionality, including content created or changed by AI tools, credentials and access tokens, backups, privacy compliance, and any publishing or policy consequences. AI-generated content can be inaccurate, defamatory, plagiarized, non-compliant, or otherwise unsuitable for publication. Review AI output and tool activity before publishing. Keep publishing disabled unless you fully understand and accept the risk. Use HTTPS, protect Application Passwords and OAuth credentials, restrict access where possible, monitor logs, and maintain independent backups. Use at your own risk. Privacy This plugin stores the following data on your WordPress site: Plugin settings in WordPress options (for example: publish, rate limit, HTTPS, IP allowlist, authentication, and provider URL settings) Audit log entries in a custom database table (*_vwsm_audit_logs) Optional dedicated operator user ID reference in WordPress options (when using onboarding helper) Short-lived transient for one-time Application Password display after creation (plaintext is not stored long-term) Short-lived transient cache for external bearer-token validation, when Turnkey OAuth is used Optional connected service account tokens, site keys, server URLs, and provider policy links used for remote account and Turnkey OAuth workflows Audit logs may include: Authenticated WordPress user ID Request route and method Sanitized request/response summaries Timestamp and IP address This plugin does not send data to third-party AI services by itself. This plugin does not include telemetry/analytics tracking by default. Site owners are responsible for: Securing the site with HTTPS Managing WordPress users and Application Passwords Configuring GPT sharing safely (recommended: Only Me) Reviewing the privacy implications of any external AI service connected to the site’s API External services This plugin can connect to external services only when an administrator chooses a workflow that uses them. The default external services listed below are provided for free registration-based onboarding and relay functionality. They do not require payment to use with the free plugin. Site administrators can also configure another compatible third-party Relay & OAuth Server URL or add custom services through the documented WordPress hooks. Promptaur Relay & OAuth Server Default service URL: https://server.promptaur.com This service is used for optional Turnkey OAuth, shared GPT/shared MCP onboarding, multi-site relay routing, and bearer-token validation. It makes setup simpler by allowing users to connect through one OAuth login and, when enabled by the service, use pre-existing shared GPT or MCP connector configuration instead of creating their own. Data sent to this service: When registering a site: the WordPress site URL, site name, and optional account or server registration token entered/configured by the administrator. When registering a GPT/OAuth client: the site key, site secret, client name, and GPT callback URL supplied in onboarding. When validating OAuth bearer tokens: the bearer access token plus the site’s registered site key and site secret. The plugin caches validation briefly according to the configured token cache TTL. When loading Turnkey configuration, status, disconnect, or user connection data: the site key, site secret, and the specific account/site/user connection values needed for that request. Terms of Use: https://server.promptaur.com/terms-of-use/ Privacy Policy: https://server.promptaur.com/privacy-policy/ VideoWhisper Remote Connect Default service URL: https://consult.videowhisper.com This optional onboarding service is used by the VideoWhisper Remote Connect wizard to register or log in a contact, import connection settings, and simplify account/site setup. It is a free registration-based service used to improve onboarding; it is not required for direct Application Password setup. Data sent to this service from the onboarding page: The client plugin identifier, WordPress site URL, and normalized site domain. Registration/login details entered by the administrator, such as name, email address, PIN/confirmation code, website/domain, and form fields returned by the service configuration. Remote account tokens returned by the service when the administrator chooses to import settings or push the current site URL/account state. Terms of Use: https://consult.videowhisper.com/terms-of-use/ Privacy Policy: https://consult.videowhisper.com/privacy-policy/
Top keywords
- vwsm50×2.35%
- mcp44×2.07%
- site35×1.65%
- oauth31×1.46%
- settings26×1.22%
- claude23×1.08%
- gpt23×1.08%
- wordpress23×1.08%
- ai22×1.04%
- onboarding21×0.99%
- url19×0.89%
- codex18×0.85%
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 …