Skip to Content

Actions

What it is

A table of all actions configured for your org. You can create, edit, and delete actions for use in test request steps.

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.
  • Use actions in test request steps to call external APIs.

Configuration

  • Reads: GET /api/orgs/actions
  • Writes: POST /api/orgs/actions (create/update)

Related

  • Action Library to import templates.
  • Tests to use actions in request steps.
Last updated on