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

# [Verb phrase outcome, e.g. Create your first trigger inbox]

> [One sentence: what the reader builds and the payoff. Drives search and AI answers.]

{/* If long, link to the complete script: "In a hurry? Skip to the complete script." */}

## Before you begin

You need:

* \[Prerequisite 1, with a link]
* \[Prerequisite 2, with a link]

## Step 1: \[Verb phrase]

\[One sentence on the action.]

<CodeGroup>
  ```bash cURL theme={null}
  curl -s "https://api.zapier.com/..." \
    -H "Authorization: Bearer $TOKEN"
    # Get $TOKEN: https://docs.zapier.com/.../setting-up-authentication
  ```

  ```typescript TypeScript theme={null}
  // runnable example
  ```

  ```python Python theme={null}
  # runnable example
  ```
</CodeGroup>

\[Expected result, e.g. "The response includes the new `inbox_id`."]

## Step 2: \[Verb phrase]

\[One action per step. Carry values forward with environment variables.]

## What you built

\[Describe the success state and what now works. Optionally show the final response.]

```json Response theme={null}
{
  "id": "019487c8-6b2a-7c1e-..."
}
```

## Next steps

<CardGroup cols={2}>
  <Card title="[Next how-to]" href="/[path]" />

  <Card title="[Related concept]" href="/[path]" />
</CardGroup>

{/*
## Complete script

```bash
#!/usr/bin/env bash
set -euo pipefail
# full runnable walkthrough
```
*/}
