wc_create_webhook tool reference for StifLi Flex MCP
Writecreates a WooCommerce webhook with name, status, topic, and delivery URL.
Description
creates a WooCommerce webhook with name, status, topic, and delivery URL.
What it is for
- Integrating WooCommerce with external systems.
Example use case
connecting an order automation.
Sample prompt
Create a WooCommerce webhook for order.created events that sends payloads to our integration endpoint.
Sample response
{
"tool": "wc_create_webhook",
"status": "ok",
"updated": true
}
What does wc_create_webhook do?
creates a WooCommerce webhook with name, status, topic, and delivery URL.
Does wc_create_webhook modify store data?
Yes. It is a write operation and can create, update, or delete data depending on arguments.
Which capability is commonly required?
It usually runs under controls compatible with manage_woocommerce and the active MCP profile.
How should wc_create_webhook be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
