Cross-Provider Workflow
Incident Bridge Slack Channel Provisioning
Version 1.0.0
Log a ServiceNow incident, create a dedicated Slack channel, and post details.
Providers Orchestrated
Workflows
incident-bridge
Create an incident, open a Slack channel, then post incident details.
Creates a ServiceNow incident record, creates a dedicated Slack channel for the incident bridge, and posts the incident details into that channel.
1
create-incident
$sourceDescriptions.servicenowTable.createRecord
Create a ServiceNow incident record.
2
create-channel
$sourceDescriptions.slackConversations.postConversationsCreate
Create a dedicated Slack incident-bridge channel.
3
post-details
$sourceDescriptions.slackChat.postChatPostmessage
Post the incident details into the new Slack channel.
Source API Descriptions
openapi
openapi