Close menu
Explore Plans
Mobile menu Close menu
FreshBooks

Create client

This action will create a new client in FreshBooks.

Developer info

API endpoint slug
freshbooks.create_client
Filter code method
Freshbooks.createClient.skip(string?: reason)
Runtime method
runAction("freshbooks.create_client", {})

Action fields

Organization Text input > Other

Label
Organization
Helper text
The client's company or organization name.
Slug
organization
Required
true
Can have default value
true
Filter code method
Freshbooks.createClient.setOrganization(string: organization)

First name Text input > Other

Label
First name
Helper text
The client contact's first name.
Slug
first_name
Required
true
Can have default value
true
Filter code method
Freshbooks.createClient.setFirstName(string: first_name)

Last name Text input > Other

Label
Last name
Helper text
The client contact's last name.
Slug
last_name
Required
true
Can have default value
true
Filter code method
Freshbooks.createClient.setLastName(string: last_name)

Email Text input > Other

Label
Email
Helper text
The client's email address.
Slug
email
Required
true
Can have default value
true
Filter code method
Freshbooks.createClient.setEmail(string: email)

Phone Text input > Other

Label
Phone
Helper text
Optional. The client's phone number.
Slug
phone
Required
false
Can have default value
true
Filter code method
Freshbooks.createClient.setPhone(string: phone)