Cross-Provider Workflow
ServiceNow Incident to Slack Notification
Version 1.0.0
Log a ServiceNow incident record, then notify a Slack channel.
Providers Orchestrated
Workflows
incident-to-slack
Create a ServiceNow incident record, then post it to Slack.
Creates an incident record in the ServiceNow incident table and posts the returned incident number and short description to a Slack channel.
1
create-incident
$sourceDescriptions.servicenowTable.createRecord
Create an incident record in the ServiceNow Table API.
2
notify-slack
$sourceDescriptions.slackChat.postChatPostmessage
Post the new incident number to a Slack channel.
Source API Descriptions
openapi