Short answer: Drop the "WooCommerce → Create Customer" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Email email | string | Required | Email. e.g. "customer@example.com" |
First Name first_name | string | Optional | First Name. e.g. "John" |
Last Name last_name | string | Optional | Last Name. e.g. "Doe" |
Username username | string | Optional | Leave empty to auto-generate from email |
Billing Phone billing_phone | string | Optional | Billing Phone. e.g. "555-1234" |
Billing Address billing_address_1 | string | Optional | Billing Address. e.g. "123 Main St" |
Billing City billing_city | string | Optional | Billing City. e.g. "Anytown" |
Billing State billing_state | string | Optional | Billing State. e.g. "CA" |
Billing Postcode billing_postcode | string | Optional | Billing Postcode. e.g. "90210" |
Billing Country billing_country | string | Optional | ISO 3166-1 alpha-2 code |
{"email": "customer@example.com","first_name": "John","last_name": "Doe","username": "johndoe","billing_phone": "555-1234"}
{"id": 26,"role": "customer","email": "customer@example.com","billing": {"email": "customer@example.com","phone": "555-1234"},"last_name": "Doe","first_name": "John"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.