Featurebase(
"identify",
{
organization: "riskadvisor", // required
email: "customer@example.com", // required
name: "Your Customer", // required
id: "1234567", // required
profilePicture:
"https://example.com/images/yourcustomer.png", // optional
companies: [
{
id: "987654321", // required
name: "Business Inc. 23", // required
monthlySpend: 500, // optional, but highly recommended
createdAt: "2023-05-19T15:35:49.915Z", // optional
customFields: {
location: "Canada",
language: "French",
}, // optional
},
],
},
(err) => {
// Callback function. Called when identify completed.
if (err) {
// console.error(err);
} else {
// console.log("Data sent successfully!");
}
}
);
Please authenticate to join the conversation.
π Planned
π‘ Feature Request
Over 2 years ago
Linear
Get notified by email when there are changes.
π Planned
π‘ Feature Request
Over 2 years ago
Linear
Get notified by email when there are changes.