interval / interval-node

The official Interval SDK for Node.
https://interval.com/docs
121 stars 13 forks source link

[idea] Add ability to hide action from action list #5

Closed homoky closed 2 years ago

homoky commented 2 years ago

Some actions are used only when linked from another action so it might be cool to hide them from actions dashboard.

alexarena commented 2 years ago

Just like #7, this is going to be impacted by some big work we're doing on the dashboard front.

jacobmischka commented 2 years ago

This is now possible using the unlisted property in an action definition: https://interval.com/docs/writing-actions/#defining-an-action

Thanks as always for the feedback and suggestions!