# createServiceChannel

### Arguments

| Argument                                                                                                                             | Description                         |
| ------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------- |
| input ([CreateServiceChannelInput](https://developer.firmhouse.com/graphql-api/api-reference/objects/create-service-channel-input)!) | Parameters for CreateServiceChannel |

### CreateServiceChannelInput Arguments

| Argument                                                                                      | Description                                                                                                                                                      |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| name ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)!)    | The name of the service channel                                                                                                                                  |
| slug ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))     | The slug that is used for connecting this service channel to a checkout. Leave this field empty to automatically generate the slug from the service channel name |
| address ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))  | Physical address and/or contact details for this service channel                                                                                                 |
| bccEmail ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)) | Every email sent to a customer assigned to this Service Channel will also be BCC'd to this email address.                                                        |

### Return fields

#### errors (\[[ModelValidationError](https://developer.firmhouse.com/graphql-api/api-reference/objects/model-validation-error)!]!)

#### serviceChannel ([ServiceChannel](https://developer.firmhouse.com/graphql-api/api-reference/objects/service-channel))
