Cross-Provider Workflow
Airtable Queue Cross-Post to YouTube and TikTok
Version 1.0.0
Read the next item from an Airtable queue, then cross-post it to YouTube and TikTok.
Providers Orchestrated
Workflows
cross-post-youtube-tiktok
List Airtable queue item, post to YouTube, then publish to TikTok.
Lists the next queued Airtable item, inserts it as a YouTube video, then initiates a TikTok publish from the same source URL for cross-platform syndication.
1
list-queue
$sourceDescriptions.airtableApi.listRecords
List the next queued item from the Airtable base.
2
post-youtube
$sourceDescriptions.youtubeDataApi.youtube.videos.insert
Insert the queued item as a YouTube video.
3
post-tiktok
$sourceDescriptions.tiktokContentApi.initVideoPublish
Initiate a TikTok publish from the same source URL.
Source API Descriptions
openapi
openapi