Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Function noCodeAdapterAddCli

    • Parameters

      • params: { type: string; webhookUrl: string; workspace: string }

      Returns {
          adapter: {
              addedTs: number;
              enabled: boolean;
              id: string;
              type: "n8n" | "zapier" | "make";
              webhookUrl: string;
          };
          configPath: string;
          created: boolean;
          sigPath: string;
      }