Customer Management
Update customer base data
Update customer profile information including name, email, phone
Update Customer Base Data
Purpose: Update customer profile information for enhanced user experience.
Base data enhancement allows you to add personal and contact information to customers created in the core flow. This enables better user experiences, communications, and profile management.
Interactive Customer Data Builder
Customer Update Request
{
"firstName":"John",
"lastName":"Doe",
"email":"john.doe@example.com",
"phone":"+1234567890"
}
Select fields to update:
Personal Information
Contact Information
Address Information
Customer Profile Update4 fields
Updating: firstName, lastName, email, phone
✅ Optional Fields: All fields are optional - update only what you need
📧 Email: Enables notifications and communications
📞 Phone: Use international format with country code
🌍 Country: Use ISO 3166-1 alpha-2 codes (e.g., "US", "CA")
Response Example
Available Fields
Personal Information
firstName
- Customer's first namelastName
- Customer's last name
Contact Information
email
- Email address for notifications and communicationphone
- Phone number in international format (e.g., +1234567890)
Address Information
address
- Street addresscity
- City namestate
- State or provincepostalCode
- Postal or ZIP codecountry
- ISO country code (e.g., "US", "CA")
Field Validation
- Email: Must be valid email format
- Phone: International format with country code
- Names: No special characters, reasonable length limits
- Country: Must be valid ISO 3166-1 alpha-2 code
- All fields are optional - update only what you need