Query
query WorkspaceSlackChannelInstallationInfo($redirectUrl: String!) {
workspaceSlackChannelInstallationInfo(redirectUrl: $redirectUrl) {
installationUrl
}
}Variables
{
"redirectUrl": "string"
}Response
{
"data": {
"workspaceSlackChannelInstallationInfo": {
"installationUrl": "string"
}
}
}Queries
workspaceSlackChannelInstallationInfo
Returns a Slack OAuth installation URL for connecting a workspace Slack channel integration. Pass this URL to Slack’s OAuth flow and exchange the resulting code with createWorkspaceSlackChannelIntegration.
QUERY
workspaceSlackChannelInstallationInfo(redirectUrl: String!): WorkspaceSlackChannelInstallationInfo!Arguments
redirectUrl
String!
required
installationUrl
String!
Query
query WorkspaceSlackChannelInstallationInfo($redirectUrl: String!) {
workspaceSlackChannelInstallationInfo(redirectUrl: $redirectUrl) {
installationUrl
}
}Variables
{
"redirectUrl": "string"
}Response
{
"data": {
"workspaceSlackChannelInstallationInfo": {
"installationUrl": "string"
}
}
}Was this page helpful?

