Cross-Provider Workflow
Create Google Sheet, Notify Slack, and Email
Version 1.0.0
Create a Google Sheet, announce it on Slack, then email the link.
Providers Orchestrated
Workflows
sheet-create-share-notify
Create a Google Sheet, post to Slack, then email the link.
Creates a new Google Sheet, posts the spreadsheet url to a Slack channel, and emails the same link to a stakeholder.
1
create-sheet
$sourceDescriptions.googleSheetsApi.createSpreadsheet
Create a new Google Sheet with the given title.
2
announce-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Announce the new sheet in Slack.
3
email-link
$sourceDescriptions.sendgridApi.SendMail
Email the spreadsheet link to a stakeholder.
Source API Descriptions
openapi
openapi