# Discord · `get_guild_widget_png`

Get a Discord guild widget PNG.

- **Service**: `discord`
- **Action**: `get_guild_widget_png`
- **Action id**: `discord.get_guild_widget_png`

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "discord" --action "get_guild_widget_png"
```

## Run

```bash
oo connector run "discord" --action "get_guild_widget_png" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
