Cross-Provider Workflow
Notion Content Calendar to YouTube Publish and Slack
Version 1.0.0
Query a Notion content calendar, publish the next item to YouTube, then announce in Slack.
Providers Orchestrated
Workflows
calendar-to-youtube-publish
Query Notion calendar, publish to YouTube, announce in Slack.
Queries a Notion content-calendar database for scheduled items, inserts a YouTube video for the next item, then posts a Slack announcement linking the published video.
1
query-calendar
$sourceDescriptions.notionApi.queryDatabase
Query the Notion content-calendar database for scheduled items.
2
publish-video
$sourceDescriptions.youtubeDataApi.youtube.videos.insert
Insert the calendar item as a new YouTube video.
3
announce-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Announce the calendar publish in Slack.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.