# `bird sms 10dlc campaigns submissions`

## Usage

```bash
bird sms 10dlc campaigns submissions
```

## Description

A submission sends the campaign's current details to The Campaign Registry for vetting;
past attempts are listed and read back most recent first, and a rejected campaign is
resubmitted rather than recreated.

Reads return JSON; list is paginated. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request.

## Commands

| Name                                                                   | Description                            |
| ---------------------------------------------------------------------- | -------------------------------------- |
| [`create`](/docs/cli/reference/sms-10dlc-campaigns-submissions-create) | Create a new 10DLC campaign submission |
| [`get`](/docs/cli/reference/sms-10dlc-campaigns-submissions-get)       | Get a 10DLC campaign submission        |
| [`list`](/docs/cli/reference/sms-10dlc-campaigns-submissions-list)     | List 10DLC campaign submissions        |