How to specify "App" or "Integration" or "Automation" (platform version 2.5 +)

For those of us writing our own apps, how can we specify in our code which of the three new groups our app gets sorted into?

2 Likes

In the definition section:

definition (
	name: 			"yourAppName", 
	...
    menu: 			"Apps"
) 
4 Likes

Available options are: "Integrations", "Automations", or "Apps"

4 Likes

Awesome - thanks, y'all!

2 Likes