82 actionsCMS / E-Commerce

WordPress Connector

Content management and WooCommerce operations from support tickets.

Manage posts, pages, products, orders, comments, users, plugins, media, and coupons. Keva handles content updates, WooCommerce refunds, comment moderation, and plugin management through the WordPress REST API.

82
Total Actions
17
Categories
50
Low Risk
24
Medium Risk
8
High Risk
28
Reversible

Capabilities

Content updatesWooCommerce ordersProduct managementRefund processingPlugin managementComment moderationCoupon creationMedia management

Real-world use cases

See how Keva handles actual support tickets using WordPress actions.

Customer reports outdated pricing page

Customer Message

Your pricing page still shows the old rates. The Basic plan should be $29/mo not $19/mo. We updated this last week.

1
Find pricing pageSearches pages for "pricing" using list_pages
2
Review current contentReads the page content and identifies the outdated price
3
Update pageQueues update_page with corrected pricing HTML
Actions used
wordpress.list_pageswordpress.get_pagewordpress.update_page

Pricing page updated with correct rates immediately.

Customer wants WooCommerce refund

Customer Message

I ordered the wrong size on order #1092. I already returned it. Can I get a refund?

1
Look up orderRetrieves WooCommerce order #1092 details
2
Check return statusVerifies the order status and return eligibility
3
Process refundQueues wc_create_refund for the order amount (requires approval)
Actions used
wordpress.wc_get_orderwordpress.wc_create_refund

WooCommerce refund processed and customer notified.

Spam comments flooding blog post

Customer Message

Our latest blog post is getting flooded with spam comments. Can you clean them up and maybe turn on moderation?

1
List pending commentsRetrieves all pending/spam comments on the post
2
Delete spamQueues batch deletion of identified spam comments
3
Update settingsEnables comment moderation via update_settings
Actions used
wordpress.list_commentswordpress.delete_commentwordpress.update_settings

Spam comments removed and moderation enabled to prevent future spam.

All WordPress Actions

Complete reference of 82 actions available through the WordPress connector.

Showing 82 of 82 actions
Billing Read
wc_list_orderslow
List Orders
List WooCommerce orders, optionally filtered by status.
Billing Read
wc_get_orderlow
Get Order
Get details of a specific WooCommerce order.
Billing Read
wc_list_couponslow
List Coupons
List WooCommerce coupons.
Billing Read
get_refundlow
Get Refund
Get details of a specific refund on a WooCommerce order.
Billing Read
get_couponlow
Get Coupon
Get details of a specific WooCommerce coupon.
Billing Read
list_payment_gatewayslow
List Payment Gateways
List configured WooCommerce payment gateways with their status and settings.
Billing Read
list_shipping_zoneslow
List Shipping Zones
List configured WooCommerce shipping zones.
Billing Read
Billing Write
wc_update_order_statushigh
Update Order Status
Change the status of a WooCommerce order.
Billing WriteReversible
wc_add_order_notelow
Add Order Note
Add a note to a WooCommerce order.
Billing Write
wc_create_couponmedium
Create Coupon
Create a new WooCommerce discount coupon.
Billing WriteReversible
create_refundhigh
Create Refund
Create a refund for a WooCommerce order. Can optionally attempt a payment gateway refund.
Billing Write
update_couponmedium
Update Coupon
Update an existing WooCommerce coupon (code, amount, type, expiry, usage limit).
Billing WriteReversible
Content Create
create_postmedium
Create Post
Create a new blog post.
Content CreateReversible
create_pagemedium
Create Page
Create a new page.
Content CreateReversible
create_categorylow
Create Category
Create a new post category.
Content CreateReversible
create_taglow
Create Tag
Create a new post tag.
Content CreateReversible
upload_mediamedium
Upload Media
Upload an image or file to the WordPress media library from a URL or base64 data.
Content CreateReversible
Content Delete
delete_posthigh
Delete Post
Permanently delete a post.
Content Delete
delete_pagehigh
Delete Page
Permanently delete a page.
Content Delete
delete_commentmedium
Delete Comment
Permanently delete a comment.
Content Delete
Content Read
list_postslow
List Posts
List blog posts, optionally filtered by search term or status.
Content Read
get_postlow
Get Post
Get the current content and metadata of a specific post.
Content Read
list_pageslow
List Pages
List pages, optionally filtered by search term or status.
Content Read
get_pagelow
Get Page
Get the current content and metadata of a specific page.
Content Read
list_commentslow
List Comments
List comments, optionally filtered by post or status.
Content Read
list_medialow
List Media
List media library items.
Content Read
list_categorieslow
List Categories
List post categories.
Content Read
list_tagslow
List Tags
List post tags.
Content Read
search_postslow
Search Posts
Search blog posts by keyword.
Content Read
search_pageslow
Search Pages
Search pages by keyword.
Content Read
search_commentslow
Search Comments
Search comments by keyword.
Content Read
list_post_revisionslow
List Post Revisions
List all revisions of a specific post.
Content Read
get_post_revisionlow
Get Post Revision
Get a specific revision of a post.
Content Read
list_taxonomieslow
List Taxonomies
List all registered taxonomies (categories, tags, custom taxonomies).
Content Read
list_post_typeslow
List Post Types
List all registered post types (post, page, custom post types).
Content Read
get_medialow
Get Media
Get details of a specific media library item including title, source URL, mime type, and media details.
Content Read
detect_page_builderlow
Detect Page Builder
Detect which page builder (Gutenberg, Elementor, WPBakery, Divi, Avada, Beaver Builder, Bricks, Breakdance, or Classic) a page or post uses.
Content Read
find_text_on_pagelow
Find Text on Page
Search for text across any page builder content. Detects the builder automatically and returns matching elements with their locations.
Content Read
Content Update
update_postmedium
Update Post
Update the title, content, or status of an existing post.
Content UpdateReversible
update_pagemedium
Update Page
Update the title, content, or status of an existing page.
Content UpdateReversible
update_commentmedium
Moderate Comment
Update the status or content of a comment (approve, spam, trash).
Content UpdateReversible
restore_post_revisionmedium
Restore Post Revision
Restore a post to a previous revision by copying the revision content back to the post.
Content UpdateReversible
update_mediamedium
Update Media
Update metadata (alt text, caption, description, title) of an existing media item.
Content UpdateReversible
set_featured_imagemedium
Set Featured Image
Set or remove the featured image on a post or page.
Content UpdateReversible
Content Write
create_commentmedium
Create Comment
Create a comment on a WordPress post.
Content WriteReversible
update_page_textmedium
Update Page Text
Find and replace text on a page regardless of which page builder is used. Handles Gutenberg blocks, Elementor JSON, shortcode-based builders, and classic content.
Content WriteReversible
remove_page_elementhigh
Remove Page Element
Remove page builder elements (sections, widgets, blocks) that contain specific text. Works across all supported builders.
Content WriteReversible
Coupon Write
delete_couponmedium
Delete Coupon
Permanently delete a WooCommerce coupon.
Coupon Write
Customer Write
wc_update_customermedium
Update Customer
Update a WooCommerce customer (name, email, billing/shipping).
Customer WriteReversible
Infrastructure Read
list_pluginslow
List Plugins
List installed plugins with status, version, and other metadata.
Infrastructure Read
get_pluginlow
Get Plugin
Get details of a specific installed plugin.
Infrastructure Read
list_themeslow
List Themes
List installed themes with status and metadata.
Infrastructure Read
get_themelow
Get Theme
Get details of a specific installed theme.
Infrastructure Read
get_system_statuslow
Get System Status
Get WooCommerce system status including WP version, PHP version, DB info, active plugins, and theme info.
Infrastructure Read
list_application_passwordslow
List Application Passwords
List application passwords for a user. Returns names and creation dates (not actual passwords). Useful for auditing API access.
Infrastructure Read
get_site_settingslow
Get Site Settings
Get WordPress site settings including title, description, URL, timezone, date/time format, and language.
Infrastructure Read
Infrastructure Write
activate_pluginmedium
Activate Plugin
Activate an installed WordPress plugin.
Infrastructure WriteReversible
deactivate_pluginmedium
Deactivate Plugin
Deactivate an active WordPress plugin.
Infrastructure WriteReversible
Order Read
wc_list_order_noteslow
List Order Notes
List notes on a WooCommerce order.
Order Read
wc_list_order_refundslow
List Order Refunds
List refunds for a WooCommerce order.
Order Read
Product Read
wc_list_productslow
List Products
List WooCommerce products.
Product Read
wc_get_productlow
Get Product
Get details of a specific WooCommerce product.
Product Read
list_product_categorieslow
List Product Categories
List WooCommerce product categories.
Product Read
list_product_reviewslow
List Product Reviews
List WooCommerce product reviews, optionally filtered by product.
Product Read
wc_list_product_variationslow
List Product Variations
List variations of a variable WooCommerce product.
Product Read
wc_get_product_variationlow
Get Product Variation
Get a specific variation of a WooCommerce product.
Product Read
wc_get_product_reviewlow
Get Product Review
Get a specific WooCommerce product review.
Product Read
wc_list_product_tagslow
List Product Tags
List WooCommerce product tags.
Product Read
Product Update
wc_update_productmedium
Update Product
Update a WooCommerce product (name, price, stock, status, etc.).
Product UpdateReversible
update_product_categorymedium
Update Product Category
Update a WooCommerce product category (name, description, display, parent).
Product UpdateReversible
Product Write
delete_product_reviewhigh
Delete Product Review
Permanently delete a WooCommerce product review.
Product Write
wc_create_productmedium
Create Product
Create a new WooCommerce product.
Product WriteReversible
wc_delete_producthigh
Delete Product
Permanently delete a WooCommerce product.
Product Write
wc_update_product_variationmedium
Update Product Variation
Update a WooCommerce product variation (price, stock, SKU).
Product WriteReversible
wc_create_product_variationmedium
Create Product Variation
Create a new variation for a variable WooCommerce product.
Product WriteReversible
wc_update_product_reviewmedium
Update Product Review
Update a WooCommerce product review (status, content).
Product WriteReversible
wc_create_product_taglow
Create Product Tag
Create a WooCommerce product tag.
Product WriteReversible
User Management
list_userslow
List Users
List WordPress users.
User Management
wc_list_customerslow
List Customers
List WooCommerce customers.
User Management
wc_get_customerlow
Get Customer
Get details of a specific WooCommerce customer.
User Management
get_userlow
Get User
Get details of a specific WordPress user including name, email, and roles.
User Management
User Write
update_userhigh
Update User
Update a WordPress user (name, email, role).
User WriteReversible

Related connectors

Other platforms in the CMS / E-Commerce category.

Ready to automate WordPress support?

82 actions. Full approval control. Set up in minutes.

14-day free trial. No credit card required.

Get Started Free