get https://api.mixmax.com/v1/integrations/sidebars
Property | Type | Description |
---|---|---|
_id | String | Unique ID |
userId | String | Owner id. Omitted if the sidebar integration is global to all users |
createdAt | Date | Created date |
name | String | Arbitrary name that shows up in the settings page. |
url | String | URL of the sidebar |
iconImage | String | URL of the icon that shows up in the sidebar. This, or both iconName and iconColor , must be specified. |
iconName | String | The name of a Font Awesome icon. Example: "info-circle". Both this and iconColor , or iconImage , must be specified. |
iconColor | String | The color to use for the Font Awesome icon, if iconName is specified, as a hex value. Example: "#8a8a9e". Both this and iconName , or iconImage , must be specified. |