This action will create a customer in a business you choose.
- API endpoint slug
- wave.create_customer
- Filter code method
- Wave.createCustomer.skip(string?: reason)
- Runtime method
- runAction("wave.create_customer", {})
Action fields
- Label
- Which business?
- Helper text
- Required: Select your account to use.
- Slug
- business_id
- Required
- true
- Can have default value
- false
- Label
- Customer or Company Name
- Helper text
- Required: Name or business name of the customer.
- Slug
- name
- Required
- true
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setName(string: name)
- Label
- Account Number
- Helper text
- Optional: A custom account number or ID you've assigned to the customer.
- Slug
- display_id
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setDisplayId(string: displayId)
- Label
- Currency
- Helper text
- Optional: Default currency used by the customer (use 3-letter code)
- Slug
- currency
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setCurrency(string: currency)
- Label
- First Name
- Helper text
- Optional: First name of the principal contact.
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setFirstName(string: firstName)
- Label
- Last Name
- Helper text
- Optional: Last name of the principal contact.
- Slug
- last_name
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setLastName(string: lastName)
- Label
- Email
- Helper text
- Optional: Email of the principal contact.
- Slug
- email
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setEmail(string: email)
- Label
- Phone
- Helper text
- Optional: Telephone number of the customer.
- Slug
- phone
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setPhone(string: phone)
- Label
- Mobile
- Helper text
- Optional: Mobile telephone number of the principal contact.
- Slug
- mobile
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setMobile(string: mobile)
- Label
- Toll Free
- Helper text
- Optional: Toll-free number of the customer.
- Slug
- toll_free
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setTollFree(string: tollFree)
- Label
- Fax
- Helper text
- Optional: Fax number of the customer.
- Slug
- fax
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setFax(string: fax)
- Label
- Website
- Helper text
- Optional: Website address of the customer.
- Slug
- website
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setWebsite(string: website)
- Label
- Internal Notes
- Helper text
- Optional: Internal notes about the customer.
- Slug
- internal_notes
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setInternalNotes(string: internalNotes)
- Label
- Address Line 1
- Helper text
- Optional: Billing address line 1.
- Slug
- address_line1
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setAddressLine1(string: addressLine1)
- Label
- Address Line 2
- Helper text
- Optional: Billing address line 2.
- Slug
- address_line2
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setAddressLine2(string: addressLine2)
- Label
- City
- Helper text
- Optional: City of the customer's billing address.
- Slug
- city
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setCity(string: city)
- Label
- State or Province code
- Helper text
- Optional: Province code, ex: US-CA (use ISO 3166-2)
- Slug
- province_code
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setProvinceCode(string: provinceCode)
- Label
- Country Code
- Helper text
- Optional: Alpha-2 country code (view codes here)
- Slug
- country_code
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setCountryCode(string: countryCode)
- Label
- Postal Code
- Helper text
- Optional: Postal code of the customer's billing address.
- Slug
- postal_code
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setPostalCode(string: postalCode)
- Label
- Shipping Name
- Helper text
- Optional: Shipping name or business name of the customer.
- Slug
- shipping_name
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setShippingName(string: shippingName)
- Label
- Shipping Phone
- Helper text
- Optional: Shipping phone number of the customer.
- Slug
- shipping_phone
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setShippingPhone(string: shippingPhone)
- Label
- Shipping Instructions
- Helper text
- Optional: Details for shipping to the customer.
- Slug
- shipping_instructions
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setShippingInstructions(string: shippingInstructions)
- Label
- Shipping Address Line 1
- Helper text
- Optional: Shipping address for the customer.
- Slug
- shipping_address_line1
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setShippingAddressLine1(string: shippingAddressLine1)
- Label
- Shipping Address Line 2
- Helper text
- Optional: Shipping address line 2 of the customer.
- Slug
- shipping_address_line2
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setShippingAddressLine2(string: shippingAddressLine2)
- Label
- Shipping City
- Helper text
- Optional: City of the customer's shipping address.
- Slug
- shipping_city
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setShippingCity(string: shippingCity)
- Label
- Shipping State or Province code
- Helper text
- Optional: Province code, ex: US-CA (use ISO 3166-2)
- Slug
- shipping_province_code
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setShippingProvinceCode(string: shippingProvinceCode)
- Label
- Shipping Country Code
- Helper text
- Optional: Alpha-2 country code (view codes here)
- Slug
- shipping_country_code
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setShippingCountryCode(string: shippingCountryCode)
- Label
- Shipping Postal Code
- Helper text
- Optional: Postal code of the customer's shipping address.
- Slug
- shipping_postal_code
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setShippingPostalCode(string: shippingPostalCode)