- mutation channelEmailValidateConfigurationInbound(
- $inboundConfiguration: ChannelEmailInboundConfigurationInput!
- ) {
- channelEmailValidateConfigurationInbound(
- inboundConfiguration: $inboundConfiguration
- ) {
- success
- mailboxStats {
- contentMessages
- }
- errors {
- ...errors
- }
- }
- }
|