# `PolarExpress.Schemas.WebhookMemberCreatedPayload`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/webhook_member_created_payload.ex#L2)

WebhookMemberCreatedPayload

Sent when a new member is created.

A member represents an individual within a customer (team).
This event is triggered when a member is added to a customer,
either programmatically via the API or when an owner is automatically
created for a new customer.

**Discord & Slack support:** Basic

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.WebhookMemberCreatedPayload{
  data: PolarExpress.Schemas.Member.t() | nil,
  timestamp: DateTime.t() | nil,
  type: String.t() | nil
}
```

* `data`
* `timestamp` - Format: date-time.
* `type`

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
