Actions
An action is a function you write that can be run from your team's Interval dashboard.
What can you do inside an action?
- Collect input and display output with I/O methods.
- Send notifications using ctx.notify.
- Log information from using ctx.log.
- Access the information like which user is running the action using other ctx properties.
Was this section useful?