Contact Object represent your saved contacts in Chatbase.
label
stripe_id
stripe_email
Show Stripe Account Object
{ "id": "123e4567-e89b-12d3-a456-426614174000", "external_id": "kX2b8YpI-jRmN3vQ5", "name": "John Doe", "email": "john.doe@example.com", "phonenumber": "+1234567890", "stripe_accounts": [ { "label": "Team 1", "stripe_id": "cus_1234567890", "stripe_email": "john.doe@example.com" }, { "label": "Team 2", "stripe_id": "cus_9876543210" } ], "custom_attributes": { "age": 30, "location": "New York" }, "created_at": 1571672154, "updated_at": 1571672154 }