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.setDisplay(string: display_id)
- Label
- Currency
- Helper text
- Optional: Default currency used by the customer (<a href="https://en.wikipedia.org/wiki/ISO_4217" target="_blank">use 3-letter code</a>)
- 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.setFirst Name(string: first_name)
- 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.setLast Name(string: last_name)
- 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.setToll Free(string: toll_free)
- 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.setInternal Notes(string: internal_notes)
- 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.setAddress Line1(string: address_line1)
- 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.setAddress Line2(string: address_line2)
- 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 (<a href="https://en.wikipedia.org/wiki/ISO_3166-2" target="_blank">use ISO 3166-2</a>)
- Slug
- province_code
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setProvince Code(string: province_code)
- Label
- Country Code
- Helper text
- Optional: Alpha-2 country code (<a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2" target="_blank">view codes here</a>)
- Slug
- country_code
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setCountry Code(string: country_code)
- 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.setPostal Code(string: postal_code)
- 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.setShipping Name(string: shipping_name)
- 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.setShipping Phone(string: shipping_phone)
- 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.setShipping Instructions(string: shipping_instructions)
- 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.setShipping Address Line1(string: shipping_address_line1)
- 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.setShipping Address Line2(string: shipping_address_line2)
- 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.setShipping City(string: shipping_city)
- Label
- Shipping State or Province code
- Helper text
- Optional: Province code, ex: US-CA (<a href="https://en.wikipedia.org/wiki/ISO_3166-2" target="_blank">use ISO 3166-2</a>)
- Slug
- shipping_province_code
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setShipping Province Code(string: shipping_province_code)
- Label
- Shipping Country Code
- Helper text
- Optional: Alpha-2 country code (<a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2" target="_blank">view codes here</a>)
- Slug
- shipping_country_code
- Required
- false
- Can have default value
- true
- Filter code method
- Wave.createCustomer.setShipping Country Code(string: shipping_country_code)
- 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.setShipping Postal Code(string: shipping_postal_code)