Title: Xcodesol Commerce Workflows
Author: xcodesol
Published: <strong>15. maj, 2026</strong>
Last modified: 15. maj, 2026

---

Søg plugins

![](https://s.w.org/plugins/geopattern-icon/xcodesol-commerce-workflows.svg)

# Xcodesol Commerce Workflows

 Af [xcodesol](https://profiles.wordpress.org/xcodesol/)

[Download](https://downloads.wordpress.org/plugin/xcodesol-commerce-workflows.0.1.21.zip)

 * [Detaljer](https://da.wordpress.org/plugins/xcodesol-commerce-workflows/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/xcodesol-commerce-workflows/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/xcodesol-commerce-workflows/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/xcodesol-commerce-workflows/#developers)

 [Support](https://wordpress.org/support/plugin/xcodesol-commerce-workflows/)

## Beskrivelse

Xcodesol Commerce Workflows provides an admin workflow interface for WooCommerce
automation.

Workflow definitions, integration settings, workflow run logs, and subscription 
status are stored in custom tables in the local WordPress database.

### External services

This plugin can connect to third-party services only after the site owner enables
external services or configures the relevant integration credentials. Payment credentials,
payment records, and transaction records are not stored by this plugin.

#### Xcodesol Licensing Service

This plugin contacts Xcodesol’s licensing server at https://www.xcodesol.com/plugin-
checkout/payment.php to perform two tasks:

 1. **Subscription status check** — When an administrator opens the plugin settings
    page, the plugin sends the site URL to the Xcodesol server to verify whether a 
    valid subscription exists for this site.
 2.  * Data sent: site URL (home_url()), plugin slug.
     * When: each time an administrator loads the plugin settings page.
 3. **Remote configuration fetch** — On plugin load, the plugin fetches a remote configuration
    object (containing the Stripe price ID and other non-secret settings) from the 
    Xcodesol server using a shared plugin token. No personally-identifiable or user-
    generated data is transmitted in this request.
 4.  * Data sent: a static shared plugin token (no user data).
     * When: once per hour (result is cached as a WordPress transient).

This service is provided by Xcodesol (https://www.xcodesol.com).
 Terms of use: 
https://www.xcodesol.com/plugins/xcodesol-commerce-workflows#terms Privacy policy:
https://www.xcodesol.com/plugins/xcodesol-commerce-workflows#privacy

#### Stripe

Stripe is used to create and verify subscription checkout sessions when an administrator
starts or verifies a checkout from the plugin interface. The plugin sends checkout
metadata such as store URL, owner email, selected price, checkout session ID, customer
ID, and subscription ID.

Service provider: Stripe, Inc. Terms: https://stripe.com/legal Privacy: https://
stripe.com/privacy

#### Google Sheets and Google APIs

Google Sheets is used only when an administrator configures a Google Sheets workflow
action. Rows can include workflow name, event ID, order ID, product ID, customer
email, status, order total, and event payload.

Service provider: Google LLC. Terms: https://policies.google.com/terms Privacy: 
https://policies.google.com/privacy

#### Mailchimp

Mailchimp is used only when an administrator configures a Mailchimp workflow action.
The plugin can send subscriber email address, first name, last name, audience ID,
and subscription status to the configured Mailchimp audience.

Service provider: The Rocket Science Group LLC d/b/a Mailchimp. Terms: https://mailchimp.
com/legal/terms/ Privacy: https://mailchimp.com/legal/privacy/

#### Twilio

Twilio is used only when an administrator configures an SMS workflow action. The
plugin can send the configured sender number, recipient phone number, and message
body to Twilio to send SMS messages.

Service provider: Twilio Inc. Terms: https://www.twilio.com/en-us/legal/tos Privacy:
https://www.twilio.com/en-us/legal/privacy

#### Slack and custom webhooks

Slack incoming webhooks and custom webhooks are used only when an administrator 
configures those workflow actions. The destination service depends on the URL configured
by the site owner.

Slack terms: https://slack.com/terms-of-service Privacy: https://slack.com/trust/
privacy/privacy-policy

### Source code and build tools

The human-readable React, TypeScript, Tailwind CSS, and Vite source used to build
the compiled files in `assets/app/assets/` is included in this plugin package under
the `source/` directory.

To rebuild the admin app assets:

 1. `cd source/`
 2. Install Node.js 18+ and pnpm (`npm install -g pnpm`).
 3. Install dependencies: `pnpm install` (or `npm install`).
 4. Build: `pnpm run build` (or `npm run build`).
 5. Copy the generated files from `dist/` into the plugin’s `assets/app/` directory.

Third-party JavaScript libraries bundled in `assets/app/assets/`:
 – React (https://
github.com/facebook/react) — MIT licence – React Router (https://github.com/remix-
run/react-router) — MIT licence – Radix UI primitives (https://github.com/radix-
ui/primitives) — MIT licence – Lucide React icons (https://github.com/lucide-icons/
lucide) — ISC licence – TailwindCSS (https://github.com/tailwindlabs/tailwindcss)—
MIT licence

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/` or install the zip from wp-admin.
 2. Activate **Xcodesol Commerce Workflows**.
 3. Ensure WooCommerce is active.
 4. Configure any integration credentials you want to use from the plugin admin screen.

## FAQ

### Does this require WooCommerce?

Yes. WooCommerce must be active.

### Does this send data to external services immediately after activation?

No. Workflow data is stored locally in the WordPress database. External services
are contacted only when the site owner enables a related feature or configures an
integration.

## Anmeldelser

Der er ingen anmeldelser for denne widget.

## Bidragsydere & udviklere

“Xcodesol Commerce Workflows” er open source-software. Følgende personer har bidraget
til dette plugin.

Bidragsydere

 *   [ xcodesol ](https://profiles.wordpress.org/xcodesol/)
 *   [ mohammadjunaid538 ](https://profiles.wordpress.org/mohammadjunaid538/)

[Oversæt “Xcodesol Commerce Workflows” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/xcodesol-commerce-workflows)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/xcodesol-commerce-workflows/),
tjek [SVN repository](https://plugins.svn.wordpress.org/xcodesol-commerce-workflows/),
eller abonner på [udviklerloggen](https://plugins.trac.wordpress.org/log/xcodesol-commerce-workflows/)
via [RSS](https://plugins.trac.wordpress.org/log/xcodesol-commerce-workflows/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

#### 0.1.21

 * Disclosed Xcodesol licensing/configuration service in readme (WP.org compliance).
 * Added .distignore to exclude build scripts from distributed archive (WP.org compliance).
 * Added public GitHub repository link and full third-party library list to source-
   code section.

#### 0.1.20

 * Replaced runtime custom table interpolation with WordPress identifier placeholders.

#### 0.1.19

 * Reworked workflow run filtering to use a fixed prepared SQL statement.

#### 0.1.18

 * Removed mutable SQL handoff in workflow run queries for Plugin Check compatibility.

#### 0.1.17

 * Documented direct database access for custom plugin tables in WordPress Coding
   Standards.

#### 0.1.16

 * Addressed WordPress Coding Standards database query and datetime reports.

#### 0.1.15

 * Prevented activation-time dependency hard stops and remote config lookups.
 * Rebuilt the installable zip with the plugin directory as the top-level archive
   folder.

#### 0.1.14

 * Restored plugin package files.

## Meta

 *  Version **0.1.21**
 *  Senest opdateret **2 uger siden**
 *  Aktive installationer **Færre end 10**
 *  WordPress-version ** 6.2 eller højere **
 *  Testet op til **6.9.4**
 *  PHP-version ** 7.4 eller højere **
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/xcodesol-commerce-workflows/)
 * Tags
 * [automation](https://da.wordpress.org/plugins/tags/automation/)[integrations](https://da.wordpress.org/plugins/tags/integrations/)
   [woocommerce](https://da.wordpress.org/plugins/tags/woocommerce/)[workflow](https://da.wordpress.org/plugins/tags/workflow/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/xcodesol-commerce-workflows/advanced/)

## Bedømmelser

Der er endnu ikke indsendt nogen anmeldelser.

[Your review](https://wordpress.org/support/plugin/xcodesol-commerce-workflows/reviews/#new-post)

[Se alle anmeldelser.](https://wordpress.org/support/plugin/xcodesol-commerce-workflows/reviews/)

## Bidragsydere

 *   [ xcodesol ](https://profiles.wordpress.org/xcodesol/)
 *   [ mohammadjunaid538 ](https://profiles.wordpress.org/mohammadjunaid538/)

## Support

Har du noget at sige? Har du brug for hjælp?

 [Vis supportforum](https://wordpress.org/support/plugin/xcodesol-commerce-workflows/)