{ "customerId": "customer-12345", "personal_data": { "email": "[email protected]", "birthday": "1985-06-15", "firstName": "John", "lastName": "Doe", "name": "John Doe", "phone": "+14155551234", "streetAddress1": "123 Main Street", "streetAddress2": "Apt 4B", "city": "San Francisco", "state": "CA", "zipCode": "94102", "social_security_number_last_four": "1234", "country_code": "US", "timezone_name": "America/Los_Angeles", "preferred_language": "ENGLISH" }, "autodialer_consent": true, "externalMetadata": { "home_phone": "+14155555555", "cell_phone": "+14155556666", "employer_name": "Acme Corporation", "employer_address": "456 Business Ave", "employer_city": "San Francisco", "employer_state": "CA", "employer_zip": "94103", "employer_department": "Sales", "employer_phone": "+14155557777", "employer_direct_line": "+14155558888", "pay_frequency": "biweekly", "pay_day": "Monday" } }
{ "status": "success", "customerId": "customer-12345", "created": "2025-10-31T18:30:00Z", "updated": "2025-10-31T18:30:00Z" }
Create or update a customer via webhook
Customer data to upsert
Identifier for the customer in your system
"customer-12345"
Show child attributes
Whether the customer has consented to autodialer calls
true
Additional metadata about the customer
Customer upserted successfully
"success"
"2025-10-31T18:30:00Z"