Creates a new customer
id, firstName, lastName, email, phoneNumber, timezonebirthday, ssnLastFourstreetAddress1, streetAddress2, city, state, zipCodetaskType, doNotCall, isTestexternalMetadata - The complete metadata object you providedfirstName - Customer’s first name (required)lastName - Customer’s last name (required)phoneNumber - Customer’s phone number (required) - Used for automated calling and SMS communicationstimezone - Customer’s timezone as an IANA timezone name (e.g., “America/New_York”, “America/Los_Angeles”, “America/Chicago”) (required) - Required for TCPA compliance to ensure calls are made during appropriate hours. Must be a valid IANA timezone identifier.taskType - Task type for customer’s call schedule (required) - Valid task types depend on your company configuration. If an invalid task type is provided for your company, the API will return a 400 Bad Request error with a list of valid task types.streetAddress1 - Street address line 1 (required)city - City name (required)state - State code (e.g., “NY”, “CA”) (required)zipCode - ZIP/postal code (required)streetAddress2 - Street address line 2test parameter to true in the request body. Test customers are useful for development and testing purposes and can be filtered separately when retrieving customers.
externalMetadata field allows you to store additional custom data about the customer as a JSON object. This is particularly useful for storing:
Customer to add
Unique identifier for the customer. This is your customer reference and should match your internal system's ID.
The first name of the customer
The last name of the customer
Customer email address
Customer birthday in YYYY-MM-DD format
"1985-06-15"
Street address line 1 (required)
"123 Main St"
City (required)
"San Francisco"
State code (required)
"CA"
ZIP/postal code (required)
"94102"
Type of tasks to create for the customer's automated call schedule. Valid values depend on company configuration. This field is required.
"collections"
Last 4 digits of SSN
"1234"
Timezone of the customer (IANA timezone name, e.g., 'America/New_York', 'America/Los_Angeles')
Phone number of the customer
Street address line 2 (optional)
"Apt 4B"
Do not call the customer
Indicates if this is a test customer
Mark customer as test customer
Additional custom metadata about the customer (e.g. employer information, pay schedule, additional contact details)
Customer response
The first name of the customer
The last name of the customer
Unique identifier for the customer. This is your customer reference and should match your internal system's ID.
Customer email address
Customer birthday in YYYY-MM-DD format
Last 4 digits of SSN
Timezone of the customer (IANA timezone name, e.g., 'America/New_York', 'America/Los_Angeles')
Phone number of the customer
Street address line 1
Street address line 2 (optional)
City name
State code (e.g., NY, CA)
ZIP/postal code
Do not call the customer
Indicates if this is a test customer
Type of tasks created for the customer's automated call schedule
Additional custom metadata about the customer