Featurebase: Add Company Info

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!");
          }
        }
      );

https://developers.featurebase.app/install/company

Please authenticate to join the conversation.

Upvoters
Status

πŸ’­ Planned

Board

πŸ’‘ Feature Request

Date

Over 2 years ago

Author

Linear

Subscribe to post

Get notified by email when there are changes.