createServiceChannel
Creates a service channel.
Arguments
Argument | Description |
---|---|
input (CreateServiceChannelInput!) | Parameters for CreateServiceChannel |
CreateServiceChannelInput Arguments
Argument | Description |
---|---|
name (String!) | The name of the service channel |
slug (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) | Physical address and/or contact details for this service channel |
bccEmail (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!]!)
serviceChannel (ServiceChannel)
Last updated