# getServiceChannelBy

### Arguments

| Argument                                                                                  | Description                                              |
| ----------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| id ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id))           | Only list service channels that match the passed in ID   |
| slug ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)) | Only list service channels that match the passed in slug |

### Return fields

#### address ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The address of the 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.

#### ~~email (~~[~~String~~](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)~~)~~

*`Deprecated: Will be renamed to new bcc_email field.`*

The email of the service channel

#### id ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)!)

The database ID of the service channel.

#### 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 of the service channel
