Organization Profile object
The organization-profile
object represents your company's profile information in Cirrus Insight. This object contains basic company identification details like name, web address, and logo URL. The organization profile is typically managed through the Cirrus Insight admin panel and changes to it can be tracked through webhooks.
The Organization Profile schema
json
{
"companyName": "",
"webAddress": "",
"logoUrl": ""
}
Fields
companyName
string
The name of your company as it appears in Cirrus Insight.
webAddress
string
The URL of your company's website.
logoUrl
string
The URL of your company's logo image that is used within Cirrus Insight.
Related Events
The organization profile is used in the following webhook events:
organization.profile.changed
- Sent when your company profile is updated