Skip to content

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) -> ChannelType

Verify a Slack user token and create its polling channel.

Released under the AGPL-3.0 License.