angee.messaging_integrate_slack.schema
GraphQL connect action for the optional Slack polling bridge.
MessagingSlackMutation
python
@strawberry.type
class MessagingSlackMutation()Console action for connecting Slack workspace channels.
connect_slack_channel
python
@strawberry.mutation(permission_classes=ADMIN_PERMISSION_CLASSES)
def connect_slack_channel(info: strawberry.Info, name: str,
token: str) -> ChannelTypeVerify a Slack user token and create its polling channel.