Strapi

Integrate your Workflow with Strapi

The Strapi Integration allows you to list, create, and update entries.

Authentication

  1. Generate an API Token from Strapi:

    1. Log in to your Strapi admin dashboard

    2. Navigate to Settings, then click on "API Tokens" on the left navigation

    3. Click the "Create new API Token" button

    4. Provide a descriptive name for the token (e.g: "AirOps token") and set the following attributes:

      1. Token duration: "Unlimited"

      2. Token type: "Full access"

    5. Click "Save" to generate the token

    6. After the token is generated, make sure to copy and securely store it immediately, as it will not be displayed again

  2. Add the API Token to AirOps:

    1. Find the section for Strapi integration and click the "Configure" button

    2. In the modal that appears, paste the copied API Token into the designated field

    3. Click "Add" to complete the setup

Security Note: Treat your API Token like a password. It provides full access to your Strapi space, and it should not be shared. Store it securely and only use it in server-side or secure, authenticated environments.

Last updated