Close menu
Explore Plans
Mobile menu Close menu
Square

New Customer

This trigger fires when a new customer is created for the Square store

Developer info

API endpoint slug
square.new_customer

Trigger fields

Filter Text input > Other

Label
Text filter
Helper text
A full text search query to apply to the customer search. This could contain names, emails, and phones
Slug
filter
Required
true
Can have default value
true

Ingredients

Customer The ID of the customer

Slug
customer_id
Filter code
Square.newCustomer.CustomerId
Type
String
Example
A537H7KAQWSAF8M8EM1Y23E16M

Reference The reference ID of the customer

Slug
reference_id
Filter code
Square.newCustomer.ReferenceId
Type
String
Example
REF_123456

Note The note for the customer

Slug
note
Filter code
Square.newCustomer.Note
Type
String
Example
Appreciates expedited shipping

First name The first name of the customer

Slug
first_name
Filter code
Square.newCustomer.FirstName
Type
String
Example
John

Last name The last name of the customer

Slug
last_name
Filter code
Square.newCustomer.LastName
Type
String
Example
Doe

Email address The email address of the customer

Slug
email_address
Filter code
Square.newCustomer.EmailAddress
Type
String
Example
john.doe@example.com

Phone number The phone number of the customer

Slug
phone_number
Filter code
Square.newCustomer.PhoneNumber
Type
String
Example
1-555-123-4567

Address line1 The first line of the customer's address

Slug
address_line_1
Filter code
Square.newCustomer.AddressLine1
Type
String
Example
123 Main St

Address line2 The second line of the customer's address

Slug
address_line_2
Filter code
Square.newCustomer.AddressLine2
Type
String
Example
Apt 4B

Address city The city of the customer's address

Slug
address_city
Filter code
Square.newCustomer.AddressCity
Type
String
Example
San Francisco

Address state The state of the customer's address

Slug
address_state
Filter code
Square.newCustomer.AddressState
Type
String
Example
CA

Address zip The ZIP code of the customer's address

Slug
address_zip
Filter code
Square.newCustomer.AddressZip
Type
String
Example
94102

Address country The country of the customer's address

Slug
address_country
Filter code
Square.newCustomer.AddressCountry
Type
String
Example
US

Created at Date and time when the customer was created

Slug
created_at
Filter code
Square.newCustomer.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00