This action creates a customer in the Square account
- API endpoint slug
- square.create_customer
- Filter code method
- Square.createCustomer.skip(string?: reason)
- Runtime method
- runAction("square.create_customer", {})
Action fields
- Label
- Email Address
- Helper text
- The email address of the customer
- Slug
- email_address
- Required
- true
- Can have default value
- true
- Filter code method
- Square.createCustomer.setEmail Address(string: email_address)
- Label
- First Name
- Helper text
- The first name of the customer
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- Square.createCustomer.setFirst Name(string: first_name)
- Label
- Last Name
- Helper text
- The last name of the customer
- Slug
- last_name
- Required
- false
- Can have default value
- true
- Filter code method
- Square.createCustomer.setLast Name(string: last_name)
- Label
- Nickname
- Helper text
- The nickname of the customer
- Slug
- nickname
- Required
- false
- Can have default value
- true
- Filter code method
- Square.createCustomer.setNickname(string: nickname)
- Label
- Phone Number
- Helper text
- The phone number of the customer
- Slug
- phone_number
- Required
- false
- Can have default value
- true
- Filter code method
- Square.createCustomer.setPhone Number(string: phone_number)
- Label
- Company
- Helper text
- The company name of the customer
- Slug
- company
- Required
- false
- Can have default value
- true
- Filter code method
- Square.createCustomer.setCompany(string: company)
- Label
- Street Address
- Helper text
- The street address of the customer
- Slug
- street_address
- Required
- false
- Can have default value
- true
- Filter code method
- Square.createCustomer.setStreet Address(string: street_address)
- Label
- Apt / Suite
- Helper text
- The apartment or suite number of the customer
- Slug
- apt_suite
- Required
- false
- Can have default value
- true
- Filter code method
- Square.createCustomer.setApt Suite(string: apt_suite)
- Label
- City
- Helper text
- The city of the customer's address
- Slug
- city
- Required
- false
- Can have default value
- true
- Filter code method
- Square.createCustomer.setCity(string: city)
- Label
- State
- Helper text
- The state of the customer's address
- Slug
- state
- Required
- false
- Can have default value
- true
- Filter code method
- Square.createCustomer.setState(string: state)
- Label
- Zip
- Helper text
- The ZIP code of the customer's address
- Slug
- zip
- Required
- false
- Can have default value
- true
- Filter code method
- Square.createCustomer.setZip(string: zip)
- Label
- Country
- Helper text
- The country of the customer's address (ISO 3166-1 alpha-2)
- Slug
- country
- Required
- false
- Can have default value
- true
- Filter code method
- Square.createCustomer.setCountry(string: country)