Actions
An action is a function you write that runs in your codebase and can be called from your team's Interval dashboard. Actions are the fundamental building block for creating tools with Interval.
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.
Learn more about writing actions ›
Did this section clearly explain what you wanted to learn?