# Brand Registration Contact Email

## Invalid

`com.twilio.messaging.compliance.brand-registration.invalid-contact-email`

Brand Registration Contact Email Invalid events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the [Webhook](/docs/events/webhook-quickstart) or [Kinesis](/docs/events/eventstreams-quickstart) quickstarts and refer to the [product documentation](/docs/messaging/compliance/a2p-10dlc/event-streams-setup).

**Examples**

```json
{
  "specversion" : "1.0",
  "type" : "com.twilio.messaging.compliance.brand-registration.invalid-contact-email",
  "source" : "AB00000000000000000000000001",
  "id" : "NO00000000000000000000000001",
  "dataschema" : "https://events-schemas.twilio.com/A2P.BrandRegistrationInvalidContactEmail/2",
  "datacontenttype" : "2025-10-08T07:17:02.363Z",
  "data" : {
    "accountsid" : "AC0000000000000000000000000000001",
    "brandsid" : "BN0000000000000000000000000000001",
    "brandstatus" : "registered",
    "externalbrandid" : "B000001",
    "brandfeedback" : "",
    "createddate" : 1756043494500,
    "updateddate" : 1756043494500
  }
}
```

**Versions**

#### v2 (latest)

> \[!NOTE]
>
> v2 only contains updates to the schema metadata. In other words, there are no new fields between v1 and v2.

* `string` **accountsid**. Id of the Twilio account of the pending-review toll free request.
* `string` **brandsid**. Unique ID for brand.
* `string` **brandstatus**. Brand status.
* `string` **externalbrandid**. Unique ID of the matching brand in the registrar.
* `integer` **brandscore**. Brand registration score according to the external registration provider.
* `integer` **vettingscore**. Vetting score retrieved from the external vetting provider.
* `string` **identitystatus**. Identity of the brand based on the supplied information.
* `string` **brandfeedback**. Brand feedback IDs.
* `string` **brandvettingoutcome**. Field which documents the state of the vetting for a brand.
* `integer` **createddate**. Date when brand was created in epoch millis.
* `integer` **updateddate**. The last brand update date in epoch millis.

The full specification for version 2 is also available as a [JSON schema](https://events-schemas.twilio.com/A2P.BrandRegistrationInvalidContactEmail/2).

#### v1

* `string` **accountsid**. Id of the Twilio account of the pending-review toll free request.
* `string` **brandsid**. Unique ID for brand.
* `string` **brandstatus**. Brand status.
* `string` **externalbrandid**. Unique ID of the matching brand in the registrar.
* `integer` **brandscore**. Brand registration score according to the external registration provider.
* `integer` **vettingscore**. Vetting score retrieved from the external vetting provider.
* `string` **identitystatus**. Identity of the brand based on the supplied information.
* `string` **brandfeedback**. Brand feedback IDs.
* `string` **brandvettingoutcome**. Field which documents the state of the vetting for a brand.
* `integer` **createddate**. Date when brand was created in epoch millis.
* `integer` **updateddate**. The last brand update date in epoch millis.

The full specification for version 1 is also available as a [JSON schema](https://events-schemas.twilio.com/A2P.BrandRegistrationInvalidContactEmail/1).
