
Learn how to manage your contacts and enrich them with our +200 million users database
const widgetOptions = {
token: "your_copilot_token_goes_here",
user: {
data: {
name: "your_user_name",
email: "your_user_email",
customData: {
// any custom data you want to send to the copilot backend
avatar: "your_user_avatar_url",
phone: "your_user_phone",
key1: "value1",
balance: 100,
age: 25,
}
}
},
Was this page helpful?