# Adding custom attributes to customer data

_By Swathy · Feb 21, 2025_

Custom attributes can be used to provide additional information such as the subscribed plan, region and more. You can pass any key-value data. This data will then across your FeatureOS account for you to organize and manage feedback easily.

## How to add custom attributes

### **1\. Via SSO**

You can pass custom attributes which will be added to your customer record on FeatureOS dashboard

```
var userData = { 
  email: user.email, 
  name: user.name, 
  custom_fields: {
          "Country": "France",
          "MRR": "3000",
          "Plan": "Enterprise"
        }
};
```

![](https://vault.featureos.app/uploads/attachment/upload/d3e04078add16b2d5e525fee77580f85.png)

### **2\. Via JS SDK for SSO**

The JS SDK was designed to help customers on your application submit feedback on your FeatureOS page without logging in. This does not require any external SSO client to integrate.

🔐 Learn more about [setting up FeatureOS's JS SDK for SSO on our help article.](https://help.featureos.app/en/articles/using-js-sdk-for-sso)

### **3\. Integrating** FeatureOS **with Salesforce**

This super efficient integration setup allows you to upvote existing FeatureOS posts or create new requests on your Salesforce opportunities and it’s linked accounts!

-   A bonus here is FeatureOS's ability to sync Account fields and Contact names from Salesforce. Synced Contacts are added as customers on your Hellonext account.
    
-   Contacts linked to an account also get the selected account field during setup, synced on FeatureOS as custom attributes.
    
    ![](https://assets.production.skcript.com/helpos/app-assets/rpqjbl0vffhq6wdzmiuinxfi/attachments/article/cll6kly3a0035p3dwz203n9uh/h6a0lp602qv5fszo8p73x5uz.png)

### **Related articles**

-   [Setting up FeatureOS - Salesforce integration.](https://help.featureos.app/en/articles/salesforce-integration)
    

### Need more help?

Reach out to our support at [support@featureos.app](mailto:support@featureos.app) or submit a request [on our support board](https://feedback.featureos.app/b/Support)! 😃

[View this article on the web](https://help.featureos.app/en/articles/adding-custom-attributes-to-customer-data)
