El catálogo/Zapier

Zapier

app.zapier

Zapier automation — list and execute Zapier actions via Natural Language Actions API.

Clave de APIautomationLeer el código
Versión2.0.0
Categoríaautomation
AutenticaciónClave de API
Herramientas9
Transportestdio
LicenciaMIT
02

Herramientas

9 herramientas que el agente puede llamar.

Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.

  • disable-zapDisable (turn off) a Zap by its ID. The Zap will stop running and no longer process triggers.
  • enable-zapEnable (turn on) a Zap by its ID. The Zap will start running and processing triggers.
  • execute-actionExecute a Zapier action (exposed Zap) by its action ID. Provide natural language instructions and optional parameter overrides.
  • get-execution-logGet the details and result of a specific Zapier NLA execution by its execution ID.
  • get-zapGet the details of a specific Zap by its ID, including its name, status, steps, and configuration.
  • list-actionsList all available Zapier actions (exposed Zaps) configured in your Zapier NLA account.
  • list-logsList recent Zapier NLA execution logs. Returns a history of executed actions with their statuses and results.
  • list-zapsList all Zaps in your Zapier account. Returns an array of Zaps with their IDs, names, and statuses.
  • preview-actionPreview a Zapier action without actually executing it. Returns what would happen if the action were run with the given instructions.
03

Autenticación y permisos

Qué pide.

Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.

Secretos de usuario

API_KEY

Seguir leyendo

El manifiesto y el código de Zapier están en el monorepo, junto al resto de aplicaciones.

Leer el códigoVolver al catálogo

Zapier · Agent Apps