> ## 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 goal, e.g. Manage your inbox]

> [One sentence stating the goal. No concept explanation.]

## Before you begin

You need:

* \[Prerequisite with a link]

## \[Verb phrase, e.g. Update an inbox]

\[One action per step.]

<CodeGroup>
  ```bash cURL theme={null}
  curl -s -X PATCH "https://api.zapier.com/.../$INBOX_ID" \
    -H "Authorization: Bearer $TOKEN" \
    -d '{ "...": "..." }'
  ```

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

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

## Verify the result

\[A runnable check that confirms success, plus the expected response.]

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

## Related

<CardGroup cols={2}>
  <Card title="[Related page]" href="/[path]" />
</CardGroup>
