Cross-Provider Workflow
Google Sheets Row to Slack Reminder
Version 1.0.0
Read a Google Sheet row, then set a Slack reminder from it.
Providers Orchestrated
Workflows
sheet-row-to-reminder
Read a Google Sheet value, then create a Slack reminder.
Reads a follow-up value from a Google Sheet range and creates a Slack reminder using that text.
1
read-followup
$sourceDescriptions.googleSheetsApi.getValues
Read the follow-up value from the Google Sheet.
2
set-reminder
$sourceDescriptions.slackRemindersApi.postRemindersAdd
Create a Slack reminder from the follow-up value.
Source API Descriptions
openapi