mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-06 04:19:37 +00:00
11 lines
2.8 KiB
Markdown
11 lines
2.8 KiB
Markdown
# TrackCustomerRequestBody
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
|
|
| `customerId` | *string* | :heavy_check_mark: | This is the unique identifier for the customer in the client's app. This is used to track the customer's journey. |
|
|
| `customerName` | *string* | :heavy_minus_sign: | Name of the customer in the client's app. |
|
|
| `customerEmail` | *string* | :heavy_minus_sign: | Email of the customer in the client's app. |
|
|
| `customerAvatar` | *string* | :heavy_minus_sign: | Avatar of the customer in the client's app. | |