Field | Type | Required | Description |
---|---|---|---|
customer_id |
str | ✔️ | This is the unique identifier for the customer in the client's app. This is used to track the customer's journey. |
customer_name |
Optional[str] | ➖ | Name of the customer in the client's app. |
customer_email |
Optional[str] | ➖ | Email of the customer in the client's app. |
customer_avatar |
Optional[str] | ➖ | Avatar of the customer in the client's app. |