Actions
What it is
A table of all actions configured for your org and where they are included (by manifest). You can create, edit, and delete actions, and see membership across manifests.
How to use
- Click New Action to define a new action via the editor modal.
- Edit an action to update title, description, schemas, and auth.
- View membership matrix to see which manifests include each action.
Configuration
- Reads: GET /api/orgs/actions, GET /api/orgs/manifests, GET /api/orgs/manifests/:id/actions
- Writes: POST /api/orgs/actions (create/update enabled=false to delete)
- Ensure actions reference App Calls where necessary.
Related
- Action Library to import templates.
- Manifest Detail to include/exclude actions.
Last updated on