Use this API to create a new customer record in the Flowwise system. Customer records can be scoped to a specific project or globally, allowing for better customer management and tracking across transactions.
Client app ID. You can find your app ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Request parameters to create a new customer.
Unique identifier for the customer.
"cust_priya_sharma_2024"
Scope of the customer record (project-specific or global).
PROJECT, GLOBAL "PROJECT"
Full name of the customer.
"Priya Sharma"
Phone number of the customer.
"+919876543210"
Email address of the customer.
Address of the customer.
"123 Connaught Place, New Delhi, Delhi 110001, India"
Success response for customer creation.
Internal system identifier for the customer record.
"cust_rec_67890"
Date and time when the customer was created.
"2024-12-01T10:30:00Z"
Date and time when the customer was last updated.
"2024-12-03T14:15:30Z"
Unique identifier for the customer.
"cust_priya_sharma_2024"
Identifier for the project associated with the customer.
"proj_fashion_store_2024"
Scope of the customer record (project-specific or global).
"PROJECT"
Current status of the customer record.
"ACTIVE"
Full name of the customer.
"Priya Sharma"
Email address of the customer.
Phone number of the customer.
"+919876543210"
Address of the customer.
"123 Connaught Place, New Delhi, Delhi 110001, India"