Cross-Provider Workflow
Incident Record to GitHub Issue to Slack
Version 1.0.0
Log an incident in Airtable, open a GitHub issue, then alert Slack.
Providers Orchestrated
Workflows
incident-to-issue-to-slack
Log an incident, open a GitHub issue, then alert Slack.
Creates an Airtable incident record, opens a GitHub issue referencing it, and posts a Slack alert linking to the new issue.
1
log-incident
$sourceDescriptions.airtableApi.createRecords
Log the incident as an Airtable record.
2
open-issue
$sourceDescriptions.githubIssuesApi.createAnIssue
Open a GitHub issue for the incident.
3
alert-oncall
$sourceDescriptions.slackChatApi.postChatPostmessage
Alert the on-call team in Slack.
Source API Descriptions
openapi
openapi