Cross-Provider Workflow
GitHub Issue to Slack Alert
Version 1.0.0
File a GitHub issue, then alert the team in a Slack channel.
Providers Orchestrated
Workflows
issue-to-slack-alert
Create a GitHub issue, then post a Slack alert with its url.
Creates an issue in a GitHub repository and posts a Slack message linking to the new issue so the team is alerted.
1
create-issue
$sourceDescriptions.githubIssuesApi.createAnIssue
File a new issue in the GitHub repository.
2
alert-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Post a Slack alert linking to the new issue.
Source API Descriptions
openapi