This is not a feature request but a helpful tip. ADMIN, please feel free to relocate this post wherever may be more appropriate.
My idea is:
Here is an expanded list of industries for the Company object’s custom field companyindustry
. This list is an aggregate of base Mautic’s (v4.4.11) industry list with the industry list from Apollo.io.
What you’ll need:
- API access to your Mautic instance
- ID of the custom field
companyindustry
(this one was 42) - basic understanding of HTTP requests
- make a PATCH request to: https://
yourmautic
.com/api/fields/companies/ID
/edit to the property: ‘properties’ - with this JSON body:
[
{
"list": [
{
"label": "Accounting",
"value": "Accounting"
},
{
"label": "Agriculture",
"value": "Agriculture"
},
{
"label": "Airlines/Aviation",
"value": "Airlines/Aviation"
},
{
"label": "Alternative Dispute Resolution",
"value": "Alternative Dispute Resolution"
},
{
"label": "Alternative Medicine",
"value": "Alternative Medicine"
},
{
"label": "Animation",
"value": "Animation"
},
{
"label": "Apparel & Fashion",
"value": "Apparel & Fashion"
},
{
"label": "Architecture & Planning",
"value": "Architecture & Planning"
},
{
"label": "Arts & Crafts",
"value": "Arts & Crafts"
},
{
"label": "Automotive",
"value": "Automotive"
},
{
"label": "Aviation & Aerospace",
"value": "Aviation & Aerospace"
},
{
"label": "Banking",
"value": "Banking"
},
{
"label": "Biotechnology",
"value": "Biotechnology"
},
{
"label": "Broadcast Media",
"value": "Broadcast Media"
},
{
"label": "Building Materials",
"value": "Building Materials"
},
{
"label": "Business Supplies & Equipment",
"value": "Business Supplies & Equipment"
},
{
"label": "Capital Markets",
"value": "Capital Markets"
},
{
"label": "Chemicals",
"value": "Chemicals"
},
{
"label": "Civic & Social Organization",
"value": "Civic & Social Organization"
},
{
"label": "Civil Engineering",
"value": "Civil Engineering"
},
{
"label": "Commercial Real Estate",
"value": "Commercial Real Estate"
},
{
"label": "Computer & Network Security",
"value": "Computer & Network Security"
},
{
"label": "Computer Games",
"value": "Computer Games"
},
{
"label": "Computer Hardware",
"value": "Computer Hardware"
},
{
"label": "Computer Networking",
"value": "Computer Networking"
},
{
"label": "Computer Software",
"value": "Computer Software"
},
{
"label": "Construction",
"value": "Construction"
},
{
"label": "Consumer Electronics",
"value": "Consumer Electronics"
},
{
"label": "Consumer Goods",
"value": "Consumer Goods"
},
{
"label": "Consumer Services",
"value": "Consumer Services"
},
{
"label": "Cosmetics",
"value": "Cosmetics"
},
{
"label": "Dairy",
"value": "Dairy"
},
{
"label": "Defense & Space",
"value": "Defense & Space"
},
{
"label": "Design",
"value": "Design"
},
{
"label": "E-Learning",
"value": "E-Learning"
},
{
"label": "Education",
"value": "Education"
},
{
"label": "Education Management",
"value": "Education Management"
},
{
"label": "Electrical/Electronic Manufacturing",
"value": "Electrical/Electronic Manufacturing"
},
{
"label": "Entertainment",
"value": "Entertainment"
},
{
"label": "Environmental Services",
"value": "Environmental Services"
},
{
"label": "Events Services",
"value": "Events Services"
},
{
"label": "Executive Office",
"value": "Executive Office"
},
{
"label": "Facilities Services",
"value": "Facilities Services"
},
{
"label": "Farming",
"value": "Farming"
},
{
"label": "Finance",
"value": "Finance"
},
{
"label": "Financial Services",
"value": "Financial Services"
},
{
"label": "Fine Art",
"value": "Fine Art"
},
{
"label": "Fishery",
"value": "Fishery"
},
{
"label": "Food & Beverage",
"value": "Food & Beverage"
},
{
"label": "Food Production",
"value": "Food Production"
},
{
"label": "Fund-Raising",
"value": "Fund-Raising"
},
{
"label": "Furniture",
"value": "Furniture"
},
{
"label": "Gambling & Casinos",
"value": "Gambling & Casinos"
},
{
"label": "Glass, Ceramics & Concrete",
"value": "Glass, Ceramics & Concrete"
},
{
"label": "Government",
"value": "Government"
},
{
"label": "Government Administration",
"value": "Government Administration"
},
{
"label": "Government Relations",
"value": "Government Relations"
},
{
"label": "Graphic Design",
"value": "Graphic Design"
},
{
"label": "Health, Wellness & Fitness",
"value": "Health, Wellness & Fitness"
},
{
"label": "Higher Education",
"value": "Higher Education"
},
{
"label": "Hospital & Health Care",
"value": "Hospital & Health Care"
},
{
"label": "Hospitality",
"value": "Hospitality"
},
{
"label": "Human Resources",
"value": "Human Resources"
},
{
"label": "Import & Export",
"value": "Import & Export"
},
{
"label": "Individual & Family Services",
"value": "Individual & Family Services"
},
{
"label": "Industrial Automation",
"value": "Industrial Automation"
},
{
"label": "Information Services",
"value": "Information Services"
},
{
"label": "Information Technology & Services",
"value": "Information Technology & Services"
},
{
"label": "Insurance",
"value": "Insurance"
},
{
"label": "International Affairs",
"value": "International Affairs"
},
{
"label": "International Trade & Development",
"value": "International Trade & Development"
},
{
"label": "Internet",
"value": "Internet"
},
{
"label": "Investment Banking",
"value": "Investment Banking"
},
{
"label": "Investment Management",
"value": "Investment Management"
},
{
"label": "Judiciary",
"value": "Judiciary"
},
{
"label": "Law Enforcement",
"value": "Law Enforcement"
},
{
"label": "Law Practice",
"value": "Law Practice"
},
{
"label": "Legal Services",
"value": "Legal Services"
},
{
"label": "Legislative Office",
"value": "Legislative Office"
},
{
"label": "Leisure, Travel & Tourism",
"value": "Leisure, Travel & Tourism"
},
{
"label": "Libraries",
"value": "Libraries"
},
{
"label": "Logistics & Supply Chain",
"value": "Logistics & Supply Chain"
},
{
"label": "Luxury Goods & Jewelry",
"value": "Luxury Goods & Jewelry"
},
{
"label": "Machinery",
"value": "Machinery"
},
{
"label": "Management Consulting",
"value": "Management Consulting"
},
{
"label": "Manufacturing",
"value": "Manufacturing"
},
{
"label": "Maritime",
"value": "Maritime"
},
{
"label": "Market Research",
"value": "Market Research"
},
{
"label": "Marketing & Advertising",
"value": "Marketing & Advertising"
},
{
"label": "Mechanical or Industrial Engineering",
"value": "Mechanical or Industrial Engineering"
},
{
"label": "Media",
"value": "Media"
},
{
"label": "Media Production",
"value": "Media Production"
},
{
"label": "Medical Devices",
"value": "Medical Devices"
},
{
"label": "Medical Practice",
"value": "Medical Practice"
},
{
"label": "Mental Health Care",
"value": "Mental Health Care"
},
{
"label": "Military",
"value": "Military"
},
{
"label": "Mining & Metals",
"value": "Mining & Metals"
},
{
"label": "Motion Pictures & Film",
"value": "Motion Pictures & Film"
},
{
"label": "Museums & Institutions",
"value": "Museums & Institutions"
},
{
"label": "Music",
"value": "Music"
},
{
"label": "Nanotechnology",
"value": "Nanotechnology"
},
{
"label": "Newspapers",
"value": "Newspapers"
},
{
"label": "Nonprofit Organization Management",
"value": "Nonprofit Organization Management"
},
{
"label": "Oil & Energy",
"value": "Oil & Energy"
},
{
"label": "Online Media",
"value": "Online Media"
},
{
"label": "Outsourcing/Offshoring",
"value": "Outsourcing/Offshoring"
},
{
"label": "Package/Freight Delivery",
"value": "Package/Freight Delivery"
},
{
"label": "Packaging & Containers",
"value": "Packaging & Containers"
},
{
"label": "Paper & Forest Products",
"value": "Paper & Forest Products"
},
{
"label": "Performing Arts",
"value": "Performing Arts"
},
{
"label": "Pharmaceuticals",
"value": "Pharmaceuticals"
},
{
"label": "Philanthropy",
"value": "Philanthropy"
},
{
"label": "Photography",
"value": "Photography"
},
{
"label": "Plastics",
"value": "Plastics"
},
{
"label": "Political Organization",
"value": "Political Organization"
},
{
"label": "Primary/Secondary Education",
"value": "Primary/Secondary Education"
},
{
"label": "Printing",
"value": "Printing"
},
{
"label": "Professional Training & Coaching",
"value": "Professional Training & Coaching"
},
{
"label": "Program Development",
"value": "Program Development"
},
{
"label": "Public Policy",
"value": "Public Policy"
},
{
"label": "Public Relations & Communications",
"value": "Public Relations & Communications"
},
{
"label": "Public Safety",
"value": "Public Safety"
},
{
"label": "Publishing",
"value": "Publishing"
},
{
"label": "Railroad Manufacture",
"value": "Railroad Manufacture"
},
{
"label": "Ranching",
"value": "Ranching"
},
{
"label": "Real Estate",
"value": "Real Estate"
},
{
"label": "Recreation",
"value": "Recreation"
},
{
"label": "Recreational Facilities & Services",
"value": "Recreational Facilities & Services"
},
{
"label": "Religious Institutions",
"value": "Religious Institutions"
},
{
"label": "Renewables & Environment",
"value": "Renewables & Environment"
},
{
"label": "Research",
"value": "Research"
},
{
"label": "Restaurants",
"value": "Restaurants"
},
{
"label": "Retail",
"value": "Retail"
},
{
"label": "Security & Investigations",
"value": "Security & Investigations"
},
{
"label": "Semiconductors",
"value": "Semiconductors"
},
{
"label": "Shipbuilding",
"value": "Shipbuilding"
},
{
"label": "Shipping",
"value": "Shipping"
},
{
"label": "Sporting Goods",
"value": "Sporting Goods"
},
{
"label": "Sports",
"value": "Sports"
},
{
"label": "Staffing & Recruiting",
"value": "Staffing & Recruiting"
},
{
"label": "Supermarkets",
"value": "Supermarkets"
},
{
"label": "Technology",
"value": "Technology"
},
{
"label": "Telecommunications",
"value": "Telecommunications"
},
{
"label": "Textiles",
"value": "Textiles"
},
{
"label": "Think Tanks",
"value": "Think Tanks"
},
{
"label": "Tobacco",
"value": "Tobacco"
},
{
"label": "Translation & Localization",
"value": "Translation & Localization"
},
{
"label": "Transportation",
"value": "Transportation"
},
{
"label": "Transportation/Trucking/Railroad",
"value": "Transportation/Trucking/Railroad"
},
{
"label": "Utilities",
"value": "Utilities"
},
{
"label": "Venture Capital & Private Equity",
"value": "Venture Capital & Private Equity"
},
{
"label": "Veterinary",
"value": "Veterinary"
},
{
"label": "Warehousing",
"value": "Warehousing"
},
{
"label": "Wholesale",
"value": "Wholesale"
},
{
"label": "Wine & Spirits",
"value": "Wine & Spirits"
},
{
"label": "Wireless",
"value": "Wireless"
},
{
"label": "Writing & Editing",
"value": "Writing & Editing"
}
]
}
]
I think these groups of people would benefit from this idea:
Any Mautic user who feels the out-of-the-box industry list is limited.
Enjoy!
EDIT: this would probably delete any existing data you have stored on companies’ industries within the Mautic instance. Certainly you’d lose the data from the Mautic select options that get removed, like Apparel
and Communications
for example.