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

# list_event_mappings

> How external events from each integration map to Cometly events.

Surfaces the rules that translate platform events (Shopify `orders/paid`, Stripe `charge.succeeded`, HubSpot deal stage transitions, etc.) into Cometly's internal event names.

## When to use

* "Why did Shopify's `orders/paid` become a `purchase` in Cometly?"
* Auditing event mapping configuration before recommending integration changes.

## Parameters

| Parameter | Type   | Required | Description                         |
| --------- | ------ | -------- | ----------------------------------- |
| `format`  | string | No       | `csv` (default), `json`, or `yaml`. |

## Output

```csv theme={null}
source,external_event,cometly_event,cometly_event_label
shopify,orders/paid,purchase,
hubspot,deal.created,custom_event_2,Deal Created
google_ads,Lead Form Submission,lead_generated,
stripe,charge.succeeded,purchase,
```

`cometly_event_label` is the human label when the mapping targets a `custom_event_*` slot.
