> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Use integration

> Run an action on a connected long-tail Pipedream catalog app.

{/* Tool: use_integration */}

## Parameters

<ParamField path="app_slug" type="string" required={true}>
  The catalog app slug (from `search_app_catalog`).
</ParamField>

<ParamField path="tool_name" type="string" required={true}>
  Exact action name returned by `list_app_tools`.
</ParamField>

<ParamField path="configured_props" type="object" required={true}>
  The configured props for the action (e.g., `{"collectionId": "abc123", "name": "New item"}`).
</ParamField>

<ParamField path="email" type="string" default={""}>
  Optional email address to select a specific connected account.
</ParamField>
